View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaImportUserEventsResponse (google_api_discovery_engine v0.9.0)

Response of the ImportUserEventsRequest. If the long running operation was successful, then this message is returned by the google.longrunning.Operations.response field if the operation was successful.

Attributes

  • errorConfig (type: GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaImportErrorConfig.t, default: nil) - Echoes the destination for the complete errors if this field was set in the request.
  • errorSamples (type: list(GoogleApi.DiscoveryEngine.V1beta.Model.GoogleRpcStatus.t), default: nil) - A sample of errors encountered while processing the request.
  • joinedEventsCount (type: String.t, default: nil) - Count of user events imported with complete existing Documents.
  • unjoinedEventsCount (type: String.t, default: nil) - Count of user events imported, but with Document information not found in the existing Branch.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaImportUserEventsResponse{
    errorConfig:
      GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1betaImportErrorConfig.t()
      | nil,
    errorSamples:
      [GoogleApi.DiscoveryEngine.V1beta.Model.GoogleRpcStatus.t()] | nil,
    joinedEventsCount: String.t() | nil,
    unjoinedEventsCount: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.