View Source GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1ImportUserEventsRequest (google_api_discovery_engine v0.22.0)
Request message for the ImportUserEvents request.
Attributes
-
bigquerySource
(type:GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1BigQuerySource.t
, default:nil
) - BigQuery input source. -
errorConfig
(type:GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1ImportErrorConfig.t
, default:nil
) - The desired location of errors incurred during the Import. Cannot be set for inline user event imports. -
gcsSource
(type:GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1GcsSource.t
, default:nil
) - Cloud Storage location for the input content. -
inlineSource
(type:GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1ImportUserEventsRequestInlineSource.t
, default:nil
) - The Inline source for the input content for UserEvents.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1ImportUserEventsRequest{ bigquerySource: GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1BigQuerySource.t() | nil, errorConfig: GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1ImportErrorConfig.t() | nil, gcsSource: GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1GcsSource.t() | nil, inlineSource: GoogleApi.DiscoveryEngine.V1.Model.GoogleCloudDiscoveryengineV1ImportUserEventsRequestInlineSource.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.