Class UpdateProductRequest (2.0.0)

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

Request message for the UpdateProduct method.

Attributes

NameDescription
product .product_search_service.Product
Required. The Product resource which replaces the one on the server. product.name is immutable.
update_mask .field_mask.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.