public sealed class UpdateProductSetRequest : IMessage<UpdateProductSetRequest>, IEquatable<UpdateProductSetRequest>, IDeepCloneable<UpdateProductSetRequest>, IBufferMessage, IMessageRequest message for the UpdateProductSet method.
Implements
IMessage<UpdateProductSetRequest>, IEquatable<UpdateProductSetRequest>, IDeepCloneable<UpdateProductSetRequest>, 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 |
|