Class: Google::Cloud::DiscoveryEngine::V1::ImportUserEventsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::ImportUserEventsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/import_config.rb
Overview
Request message for the ImportUserEvents request.
Defined Under Namespace
Classes: InlineSource
Instance Attribute Summary collapse
-
#bigquery_source ⇒ ::Google::Cloud::DiscoveryEngine::V1::BigQuerySource
BigQuery input source.
-
#error_config ⇒ ::Google::Cloud::DiscoveryEngine::V1::ImportErrorConfig
The desired location of errors incurred during the Import.
-
#gcs_source ⇒ ::Google::Cloud::DiscoveryEngine::V1::GcsSource
Cloud Storage location for the input content.
-
#inline_source ⇒ ::Google::Cloud::DiscoveryEngine::V1::ImportUserEventsRequest::InlineSource
The Inline source for the input content for UserEvents.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#bigquery_source ⇒ ::Google::Cloud::DiscoveryEngine::V1::BigQuerySource
Returns BigQuery input source.
Note: The following fields are mutually exclusive: bigquery_source
, inline_source
, gcs_source
. If a field in that set is populated, all other fields in the set will automatically be cleared.
456 457 458 459 460 461 462 463 464 465 466 467 468 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 456 class ImportUserEventsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The inline source for the input config for ImportUserEvents method. # @!attribute [rw] user_events # @return [::Array<::Google::Cloud::DiscoveryEngine::V1::UserEvent>] # Required. A list of user events to import. Recommended max of 10k items. class InlineSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#error_config ⇒ ::Google::Cloud::DiscoveryEngine::V1::ImportErrorConfig
Returns The desired location of errors incurred during the Import. Cannot be set for inline user event imports.
456 457 458 459 460 461 462 463 464 465 466 467 468 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 456 class ImportUserEventsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The inline source for the input config for ImportUserEvents method. # @!attribute [rw] user_events # @return [::Array<::Google::Cloud::DiscoveryEngine::V1::UserEvent>] # Required. A list of user events to import. Recommended max of 10k items. class InlineSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#gcs_source ⇒ ::Google::Cloud::DiscoveryEngine::V1::GcsSource
Returns Cloud Storage location for the input content.
Note: The following fields are mutually exclusive: gcs_source
, inline_source
, bigquery_source
. If a field in that set is populated, all other fields in the set will automatically be cleared.
456 457 458 459 460 461 462 463 464 465 466 467 468 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 456 class ImportUserEventsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The inline source for the input config for ImportUserEvents method. # @!attribute [rw] user_events # @return [::Array<::Google::Cloud::DiscoveryEngine::V1::UserEvent>] # Required. A list of user events to import. Recommended max of 10k items. class InlineSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#inline_source ⇒ ::Google::Cloud::DiscoveryEngine::V1::ImportUserEventsRequest::InlineSource
Returns The Inline source for the input content for UserEvents.
Note: The following fields are mutually exclusive: inline_source
, gcs_source
, bigquery_source
. If a field in that set is populated, all other fields in the set will automatically be cleared.
456 457 458 459 460 461 462 463 464 465 466 467 468 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 456 class ImportUserEventsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The inline source for the input config for ImportUserEvents method. # @!attribute [rw] user_events # @return [::Array<::Google::Cloud::DiscoveryEngine::V1::UserEvent>] # Required. A list of user events to import. Recommended max of 10k items. class InlineSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#parent ⇒ ::String
Returns Required. Parent DataStore resource name, of the form
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
.
456 457 458 459 460 461 462 463 464 465 466 467 468 |
# File 'proto_docs/google/cloud/discoveryengine/v1/import_config.rb', line 456 class ImportUserEventsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The inline source for the input config for ImportUserEvents method. # @!attribute [rw] user_events # @return [::Array<::Google::Cloud::DiscoveryEngine::V1::UserEvent>] # Required. A list of user events to import. Recommended max of 10k items. class InlineSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |