Class UpdateProductRequest (2.7.2)

UpdateProductRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for the UpdateProduct method.

Attributes

NameDescription
product google.cloud.vision_v1p3beta1.types.Product
Required. The Product resource which replaces the one on the server. product.name is immutable.
update_mask google.protobuf.field_mask_pb2.FieldMask
The `FieldMask][google.protobuf.FieldMask]` that specifies which fields to update. If update_mask isn't specified, all mutable fields are to be updated. Valid mask paths include ``product_labels``, ``display_name``, and ``description``.

Inheritance

builtins.object > proto.message.Message > UpdateProductRequest