Class: Google::Cloud::RecommendationEngine::V1beta1::UpdateCatalogItemRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/recommendationengine/v1beta1/catalog_service.rb

Overview

Request message for UpdateCatalogItem method.

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_item::Google::Cloud::RecommendationEngine::V1beta1::CatalogItem

Returns Required. The catalog item to update/create. The 'catalog_item_id' field has to match that in the 'name'.

Returns:



93
94
95
96
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/catalog_service.rb', line 93

class UpdateCatalogItemRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns 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.



93
94
95
96
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/catalog_service.rb', line 93

class UpdateCatalogItemRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns 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.



93
94
95
96
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/catalog_service.rb', line 93

class UpdateCatalogItemRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end