Class: Google::Cloud::Vision::V1p3beta1::UpdateProductSetRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1p3beta1::UpdateProductSetRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vision/v1p3beta1/product_search_service.rb
Overview
Request message for the UpdateProductSet
method.
Instance Attribute Summary collapse
-
#product_set ⇒ ::Google::Cloud::Vision::V1p3beta1::ProductSet
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
The FieldMask that specifies which fields to update.
Instance Attribute Details
#product_set ⇒ ::Google::Cloud::Vision::V1p3beta1::ProductSet
Returns Required. The ProductSet resource which replaces the one on the server.
306 307 308 309 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/product_search_service.rb', line 306 class UpdateProductSetRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns The FieldMask that specifies which fields to
update.
If update_mask isn't specified, all mutable fields are to be updated.
Valid mask path is display_name
.
306 307 308 309 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/product_search_service.rb', line 306 class UpdateProductSetRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |