Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::ImportUserEventsRequest.
Request message for the ImportUserEvents request.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#bigquery_source
def bigquery_source() -> ::Google::Cloud::DiscoveryEngine::V1beta::BigQuerySource
-
(::Google::Cloud::DiscoveryEngine::V1beta::BigQuerySource) — 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.
#bigquery_source=
def bigquery_source=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::BigQuerySource
-
value (::Google::Cloud::DiscoveryEngine::V1beta::BigQuerySource) — 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.
-
(::Google::Cloud::DiscoveryEngine::V1beta::BigQuerySource) — 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.
#error_config
def error_config() -> ::Google::Cloud::DiscoveryEngine::V1beta::ImportErrorConfig
- (::Google::Cloud::DiscoveryEngine::V1beta::ImportErrorConfig) — The desired location of errors incurred during the Import. Cannot be set for inline user event imports.
#error_config=
def error_config=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::ImportErrorConfig
- value (::Google::Cloud::DiscoveryEngine::V1beta::ImportErrorConfig) — The desired location of errors incurred during the Import. Cannot be set for inline user event imports.
- (::Google::Cloud::DiscoveryEngine::V1beta::ImportErrorConfig) — The desired location of errors incurred during the Import. Cannot be set for inline user event imports.
#gcs_source
def gcs_source() -> ::Google::Cloud::DiscoveryEngine::V1beta::GcsSource
-
(::Google::Cloud::DiscoveryEngine::V1beta::GcsSource) — 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.
#gcs_source=
def gcs_source=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::GcsSource
-
value (::Google::Cloud::DiscoveryEngine::V1beta::GcsSource) — 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.
-
(::Google::Cloud::DiscoveryEngine::V1beta::GcsSource) — 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.
#inline_source
def inline_source() -> ::Google::Cloud::DiscoveryEngine::V1beta::ImportUserEventsRequest::InlineSource
-
(::Google::Cloud::DiscoveryEngine::V1beta::ImportUserEventsRequest::InlineSource) — 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.
#inline_source=
def inline_source=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::ImportUserEventsRequest::InlineSource
-
value (::Google::Cloud::DiscoveryEngine::V1beta::ImportUserEventsRequest::InlineSource) — 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.
-
(::Google::Cloud::DiscoveryEngine::V1beta::ImportUserEventsRequest::InlineSource) — 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.
#parent
def parent() -> ::String
-
(::String) — Required. Parent DataStore resource name, of the form
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
#parent=
def parent=(value) -> ::String
-
value (::String) — Required. Parent DataStore resource name, of the form
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
-
(::String) — Required. Parent DataStore resource name, of the form
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}