public sealed class UpdateIndexRequest : IMessage<UpdateIndexRequest>, IEquatable<UpdateIndexRequest>, IDeepCloneable<UpdateIndexRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class UpdateIndexRequest.
Request message for UpdateIndex.
Implements
IMessageUpdateIndexRequest, IEquatableUpdateIndexRequest, IDeepCloneableUpdateIndexRequest, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
UpdateIndexRequest()
public UpdateIndexRequest()UpdateIndexRequest(UpdateIndexRequest)
public UpdateIndexRequest(UpdateIndexRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateIndexRequest |
Properties
Index
public Index Index { get; set; }Required. The resource being updated.
| Property Value | |
|---|---|
| Type | Description |
Index |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Required. Field mask is used to specify the fields to be overwritten in the Index resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field of the resource will be overwritten if it is in the mask. Empty field mask is not allowed. If the mask is "*", it triggers a full update of the index, and also a whole rebuild of index data.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|