public sealed class UpdateIndexEndpointRequest : IMessage<UpdateIndexEndpointRequest>, IEquatable<UpdateIndexEndpointRequest>, IDeepCloneable<UpdateIndexEndpointRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class UpdateIndexEndpointRequest.
Request message for UpdateIndexEndpoint.
Implements
IMessageUpdateIndexEndpointRequest, IEquatableUpdateIndexEndpointRequest, IDeepCloneableUpdateIndexEndpointRequest, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
UpdateIndexEndpointRequest()
public UpdateIndexEndpointRequest()UpdateIndexEndpointRequest(UpdateIndexEndpointRequest)
public UpdateIndexEndpointRequest(UpdateIndexEndpointRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateIndexEndpointRequest |
Properties
IndexEndpoint
public IndexEndpoint IndexEndpoint { get; set; }Required. The resource being updated.
| Property Value | |
|---|---|
| Type | Description |
IndexEndpoint |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Required. Field mask is used to specify the fields to be overwritten in the IndexEndpoint 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 "*", then this is a full replacement of the resource.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|