Vision AI v1 API - Class UpdateIndexRequest (1.0.0-beta01)

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

Reference documentation and code samples for the Vision AI v1 API class UpdateIndexRequest.

Request message for UpdateIndex.

Inheritance

object > UpdateIndexRequest

Namespace

Google.Cloud.VisionAI.V1

Assembly

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