Class: Google::Cloud::Retail::V2::UpdateAttributesConfigRequest

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#attributes_config::Google::Cloud::Retail::V2::AttributesConfig

Returns Required. The AttributesConfig to update.

Returns:



233
234
235
236
# File 'proto_docs/google/cloud/retail/v2/catalog_service.rb', line 233

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

#update_mask::Google::Protobuf::FieldMask

Returns Indicates which fields in the provided AttributesConfig to update. The following is the only supported field:

If not set, all supported fields are updated.

Returns:



233
234
235
236
# File 'proto_docs/google/cloud/retail/v2/catalog_service.rb', line 233

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