Class UpdateProductRequest (3.1.0)

public sealed class UpdateProductRequest : IMessage<UpdateProductRequest>, IEquatable<UpdateProductRequest>, IDeepCloneable<UpdateProductRequest>, IBufferMessage, IMessage

Request message for the UpdateProduct method.

Inheritance

Object > UpdateProductRequest

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

UpdateProductRequest()

public UpdateProductRequest()

UpdateProductRequest(UpdateProductRequest)

public UpdateProductRequest(UpdateProductRequest other)
Parameter
NameDescription
otherUpdateProductRequest

Properties

Product

public Product Product { get; set; }

Required. The Product resource which replaces the one on the server. product.name is immutable.

Property Value
TypeDescription
Product

UpdateMask

public FieldMask UpdateMask { get; set; }

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.

Property Value
TypeDescription
FieldMask