Class: Google::Cloud::Retail::V2::ReplaceCatalogAttributeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::ReplaceCatalogAttributeRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/catalog_service.rb
Overview
Request for CatalogService.ReplaceCatalogAttribute method.
Instance Attribute Summary collapse
-
#attributes_config ⇒ ::String
Required.
-
#catalog_attribute ⇒ ::Google::Cloud::Retail::V2::CatalogAttribute
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Indicates which fields in the provided CatalogAttribute to update.
Instance Attribute Details
#attributes_config ⇒ ::String
Returns Required. Full AttributesConfig resource name. Format:
projects/{project_number}/locations/{location_id}/catalogs/{catalog_id}/attributesConfig
.
290 291 292 293 |
# File 'proto_docs/google/cloud/retail/v2/catalog_service.rb', line 290 class ReplaceCatalogAttributeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#catalog_attribute ⇒ ::Google::Cloud::Retail::V2::CatalogAttribute
Returns Required. The updated CatalogAttribute.
290 291 292 293 |
# File 'proto_docs/google/cloud/retail/v2/catalog_service.rb', line 290 class ReplaceCatalogAttributeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Indicates which fields in the provided CatalogAttribute to update. The following are NOT supported:
If not set, all supported fields are updated.
290 291 292 293 |
# File 'proto_docs/google/cloud/retail/v2/catalog_service.rb', line 290 class ReplaceCatalogAttributeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |