Cloud AI Platform v1 API - Class UpdateIndexRequest (2.27.0)

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

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

Request message for [IndexService.UpdateIndex][google.cloud.aiplatform.v1.IndexService.UpdateIndex].

Inheritance

object > UpdateIndexRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

UpdateIndexRequest()

public UpdateIndexRequest()

UpdateIndexRequest(UpdateIndexRequest)

public UpdateIndexRequest(UpdateIndexRequest other)
Parameter
NameDescription
otherUpdateIndexRequest

Properties

Index

public Index Index { get; set; }

Required. The Index which updates the resource on the server.

Property Value
TypeDescription
Index

UpdateMask

public FieldMask UpdateMask { get; set; }

The update mask applies to the resource. For the FieldMask definition, see [google.protobuf.FieldMask][google.protobuf.FieldMask].

Property Value
TypeDescription
FieldMask