public sealed class UpdateProductSetRequest : IMessage<UpdateProductSetRequest>, IEquatable<UpdateProductSetRequest>, IDeepCloneable<UpdateProductSetRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Vision v1 API class UpdateProductSetRequest.
Request message for the UpdateProductSet method.
Implements
IMessageUpdateProductSetRequest, IEquatableUpdateProductSetRequest, IDeepCloneableUpdateProductSetRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Vision.V1Assembly
Google.Cloud.Vision.V1.dll
Constructors
UpdateProductSetRequest()
public UpdateProductSetRequest()UpdateProductSetRequest(UpdateProductSetRequest)
public UpdateProductSetRequest(UpdateProductSetRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        UpdateProductSetRequest | 
      
Properties
ProductSet
public ProductSet ProductSet { get; set; }Required. The ProductSet resource which replaces the one on the server.
| Property Value | |
|---|---|
| Type | Description | 
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 | |
|---|---|
| Type | Description | 
FieldMask | 
        |