Class: Google::Cloud::Retail::V2::UpdateAttributesConfigRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::UpdateAttributesConfigRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/catalog_service.rb
Overview
Request for CatalogService.UpdateAttributesConfig method.
Instance Attribute Summary collapse
-
#attributes_config ⇒ ::Google::Cloud::Retail::V2::AttributesConfig
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Indicates which fields in the provided AttributesConfig to update.
Instance Attribute Details
#attributes_config ⇒ ::Google::Cloud::Retail::V2::AttributesConfig
Returns Required. The AttributesConfig to update.
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.
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 |