Recommendations AI V1beta1 API - Class Google::Cloud::RecommendationEngine::V1beta1::ImportCatalogItemsRequest (v0.3.7)

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

Request message for Import methods.

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

#parent=

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

#request_id

def request_id() -> ::String
Returns
  • (::String) — Optional. Unique identifier provided by client, within the ancestor dataset scope. Ensures idempotency and used for request deduplication. Server-generated if unspecified. Up to 128 characters long. This is returned as google.longrunning.Operation.name in the response.

#request_id=

def request_id=(value) -> ::String
Parameter
  • value (::String) — Optional. Unique identifier provided by client, within the ancestor dataset scope. Ensures idempotency and used for request deduplication. Server-generated if unspecified. Up to 128 characters long. This is returned as google.longrunning.Operation.name in the response.
Returns
  • (::String) — Optional. Unique identifier provided by client, within the ancestor dataset scope. Ensures idempotency and used for request deduplication. Server-generated if unspecified. Up to 128 characters long. This is returned as google.longrunning.Operation.name in the response.