Class: Google::Cloud::Retail::V2::RemoveCatalogAttributeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::RemoveCatalogAttributeRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/catalog_service.rb
Overview
Request for CatalogService.RemoveCatalogAttribute method.
Instance Attribute Summary collapse
-
#attributes_config ⇒ ::String
Required.
-
#key ⇒ ::String
Required.
Instance Attribute Details
#attributes_config ⇒ ::String
265 266 267 268 |
# File 'proto_docs/google/cloud/retail/v2/catalog_service.rb', line 265 class RemoveCatalogAttributeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#key ⇒ ::String
265 266 267 268 |
# File 'proto_docs/google/cloud/retail/v2/catalog_service.rb', line 265 class RemoveCatalogAttributeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |