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
- (::Google::Cloud::RecommendationEngine::V1beta1::ImportErrorsConfig) — Optional. The desired location of errors incurred during the Import.
#errors_config=
def errors_config=(value) -> ::Google::Cloud::RecommendationEngine::V1beta1::ImportErrorsConfig
Parameter
- value (::Google::Cloud::RecommendationEngine::V1beta1::ImportErrorsConfig) — Optional. The desired location of errors incurred during the Import.
Returns
- (::Google::Cloud::RecommendationEngine::V1beta1::ImportErrorsConfig) — Optional. The desired location of errors incurred during the Import.
#input_config
def input_config() -> ::Google::Cloud::RecommendationEngine::V1beta1::InputConfig
Returns
- (::Google::Cloud::RecommendationEngine::V1beta1::InputConfig) — Required. The desired input location of the data.
#input_config=
def input_config=(value) -> ::Google::Cloud::RecommendationEngine::V1beta1::InputConfig
Parameter
- value (::Google::Cloud::RecommendationEngine::V1beta1::InputConfig) — Required. The desired input location of the data.
Returns
- (::Google::Cloud::RecommendationEngine::V1beta1::InputConfig) — Required. The desired input location of the data.
#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.