Reference documentation and code samples for the Cloud Vision V1p3beta1 API class Google::Cloud::Vision::V1p3beta1::UpdateProductSetRequest.
Request message for the UpdateProductSet method.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#product_set
def product_set() -> ::Google::Cloud::Vision::V1p3beta1::ProductSet
    Returns
    
  - (::Google::Cloud::Vision::V1p3beta1::ProductSet) — Required. The ProductSet resource which replaces the one on the server.
 
#product_set=
def product_set=(value) -> ::Google::Cloud::Vision::V1p3beta1::ProductSet
    Parameter
    
  - value (::Google::Cloud::Vision::V1p3beta1::ProductSet) — Required. The ProductSet resource which replaces the one on the server.
 
    Returns
    
  - (::Google::Cloud::Vision::V1p3beta1::ProductSet) — Required. The ProductSet resource which replaces the one on the server.
 
#update_mask
def update_mask() -> ::Google::Protobuf::FieldMask
    Returns
    
  - 
        (::Google::Protobuf::FieldMask) — 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. 
#update_mask=
def update_mask=(value) -> ::Google::Protobuf::FieldMask
    Parameter
    
  - 
        value (::Google::Protobuf::FieldMask) — 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. 
    Returns
    
- 
        (::Google::Protobuf::FieldMask) — 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.