Class: Google::Cloud::Retail::V2::UpdateCatalogRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::UpdateCatalogRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/catalog_service.rb
Overview
Request for CatalogService.UpdateCatalog method.
Instance Attribute Summary collapse
-
#catalog ⇒ ::Google::Cloud::Retail::V2::Catalog
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Indicates which fields in the provided Catalog to update.
Instance Attribute Details
#catalog ⇒ ::Google::Cloud::Retail::V2::Catalog
96 97 98 99 |
# File 'proto_docs/google/cloud/retail/v2/catalog_service.rb', line 96 class UpdateCatalogRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Indicates which fields in the provided Catalog to update.
If an unsupported or unknown field is provided, an INVALID_ARGUMENT error is returned.
96 97 98 99 |
# File 'proto_docs/google/cloud/retail/v2/catalog_service.rb', line 96 class UpdateCatalogRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |