Cloud Vision V1p4beta1 API - Class Google::Cloud::Vision::V1p4beta1::UpdateProductSetRequest (v0.8.0)

Reference documentation and code samples for the Cloud Vision V1p4beta1 API class Google::Cloud::Vision::V1p4beta1::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::V1p4beta1::ProductSet
Returns

#product_set=

def product_set=(value) -> ::Google::Cloud::Vision::V1p4beta1::ProductSet
Parameter
Returns

#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.