Reference documentation and code samples for the Cloud Vision V1 Client class UpdateProductSetRequest.
Request message for the UpdateProductSet
method.
Generated from protobuf message google.cloud.vision.v1.UpdateProductSetRequest
Namespace
Google \ Cloud \ Vision \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ product_set
Google\Cloud\Vision\V1\ProductSet
Required. The ProductSet resource which replaces the one on the server.
↳ update_mask
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
.
getProductSet
Required. The ProductSet resource which replaces the one on the server.
hasProductSet
clearProductSet
setProductSet
Required. The ProductSet resource which replaces the one on the server.
$this
getUpdateMask
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
.
hasUpdateMask
clearUpdateMask
setUpdateMask
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
.
$this
static::build
productSet
Google\Cloud\Vision\V1\ProductSet
Required. The ProductSet resource which replaces the one on the server.
updateMask
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
.

