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

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

Request message for UpdateCatalogItem method.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#catalog_item

def catalog_item() -> ::Google::Cloud::RecommendationEngine::V1beta1::CatalogItem
Returns

#catalog_item=

def catalog_item=(value) -> ::Google::Cloud::RecommendationEngine::V1beta1::CatalogItem
Parameter
Returns

#name

def name() -> ::String
Returns
  • (::String) — Required. Full resource name of catalog item, such as projects/*/locations/global/catalogs/default_catalog/catalogItems/some_catalog_item_id.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. Full resource name of catalog item, such as projects/*/locations/global/catalogs/default_catalog/catalogItems/some_catalog_item_id.
Returns
  • (::String) — Required. Full resource name of catalog item, such as projects/*/locations/global/catalogs/default_catalog/catalogItems/some_catalog_item_id.

#update_mask

def update_mask() -> ::Google::Protobuf::FieldMask
Returns
  • (::Google::Protobuf::FieldMask) — Optional. Indicates which fields in the provided 'item' to update. If not set, will by default update all fields.

#update_mask=

def update_mask=(value) -> ::Google::Protobuf::FieldMask
Parameter
  • value (::Google::Protobuf::FieldMask) — Optional. Indicates which fields in the provided 'item' to update. If not set, will by default update all fields.
Returns
  • (::Google::Protobuf::FieldMask) — Optional. Indicates which fields in the provided 'item' to update. If not set, will by default update all fields.