Google Cloud Vision v1 API - Class UpdateProductSetRequest (3.6.0)

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

Reference documentation and code samples for the Google Cloud Vision v1 API class UpdateProductSetRequest.

Request message for the UpdateProductSet method.

Inheritance

object > UpdateProductSetRequest

Namespace

Google.Cloud.Vision.V1

Assembly

Google.Cloud.Vision.V1.dll

Constructors

UpdateProductSetRequest()

public UpdateProductSetRequest()

UpdateProductSetRequest(UpdateProductSetRequest)

public UpdateProductSetRequest(UpdateProductSetRequest other)
Parameter
NameDescription
otherUpdateProductSetRequest

Properties

ProductSet

public ProductSet ProductSet { get; set; }

Required. The ProductSet resource which replaces the one on the server.

Property Value
TypeDescription
ProductSet

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 path is display_name.

Property Value
TypeDescription
FieldMask