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
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::BigQuerySource) — BigQuery input source.
#bigquery_source=
def bigquery_source=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::BigQuerySource
Parameter
- value (::Google::Cloud::DiscoveryEngine::V1beta::BigQuerySource) — BigQuery input source.
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::BigQuerySource) — BigQuery input source.
#error_config
def error_config() -> ::Google::Cloud::DiscoveryEngine::V1beta::ImportErrorConfig
Returns
- (::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
Parameter
- value (::Google::Cloud::DiscoveryEngine::V1beta::ImportErrorConfig) — The desired location of errors incurred during the Import. Cannot be set for inline user event imports.
Returns
- (::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
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::GcsSource) — Cloud Storage location for the input content.
#gcs_source=
def gcs_source=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::GcsSource
Parameter
- value (::Google::Cloud::DiscoveryEngine::V1beta::GcsSource) — Cloud Storage location for the input content.
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::GcsSource) — Cloud Storage location for the input content.
#inline_source
def inline_source() -> ::Google::Cloud::DiscoveryEngine::V1beta::ImportUserEventsRequest::InlineSource
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::ImportUserEventsRequest::InlineSource) — The Inline source for the input content for UserEvents.
#inline_source=
def inline_source=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::ImportUserEventsRequest::InlineSource
Parameter
- value (::Google::Cloud::DiscoveryEngine::V1beta::ImportUserEventsRequest::InlineSource) — The Inline source for the input content for UserEvents.
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::ImportUserEventsRequest::InlineSource) — The Inline source for the input content for UserEvents.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. Parent DataStore resource name, of the form
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. Parent DataStore resource name, of the form
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}
Returns
-
(::String) — Required. Parent DataStore resource name, of the form
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}