Recommendations AI V1beta1 API - Class Google::Cloud::RecommendationEngine::V1beta1::ImportUserEventsRequest (v0.9.0)

Reference documentation and code samples for the Recommendations AI V1beta1 API class Google::Cloud::RecommendationEngine::V1beta1::ImportUserEventsRequest.

Request message for the ImportUserEvents request.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#errors_config

def errors_config() -> ::Google::Cloud::RecommendationEngine::V1beta1::ImportErrorsConfig
Returns

#errors_config=

def errors_config=(value) -> ::Google::Cloud::RecommendationEngine::V1beta1::ImportErrorsConfig
Parameter
Returns

#input_config

def input_config() -> ::Google::Cloud::RecommendationEngine::V1beta1::InputConfig
Returns

#input_config=

def input_config=(value) -> ::Google::Cloud::RecommendationEngine::V1beta1::InputConfig
Parameter
Returns

#parent

def parent() -> ::String
Returns
  • (::String) — Required. projects/1234/locations/global/catalogs/default_catalog/eventStores/default_event_store

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. projects/1234/locations/global/catalogs/default_catalog/eventStores/default_event_store
Returns
  • (::String) — Required. projects/1234/locations/global/catalogs/default_catalog/eventStores/default_event_store

#request_id

def request_id() -> ::String
Returns
  • (::String) — Optional. Unique identifier provided by client, within the ancestor dataset scope. Ensures idempotency for expensive long running operations. Server-generated if unspecified. Up to 128 characters long. This is returned as google.longrunning.Operation.name in the response. Note that this field must not be set if the desired input config is catalog_inline_source.

#request_id=

def request_id=(value) -> ::String
Parameter
  • value (::String) — Optional. Unique identifier provided by client, within the ancestor dataset scope. Ensures idempotency for expensive long running operations. Server-generated if unspecified. Up to 128 characters long. This is returned as google.longrunning.Operation.name in the response. Note that this field must not be set if the desired input config is catalog_inline_source.
Returns
  • (::String) — Optional. Unique identifier provided by client, within the ancestor dataset scope. Ensures idempotency for expensive long running operations. Server-generated if unspecified. Up to 128 characters long. This is returned as google.longrunning.Operation.name in the response. Note that this field must not be set if the desired input config is catalog_inline_source.