Interface UpdateIndexRequestOrBuilder (3.42.0)

public interface UpdateIndexRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIndex()

public abstract Index getIndex()

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

.google.cloud.aiplatform.v1beta1.Index index = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
Index

The index.

getIndexOrBuilder()

public abstract IndexOrBuilder getIndexOrBuilder()

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

.google.cloud.aiplatform.v1beta1.Index index = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
IndexOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

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

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

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

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
FieldMaskOrBuilder

hasIndex()

public abstract boolean hasIndex()

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

.google.cloud.aiplatform.v1beta1.Index index = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the index field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

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

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
boolean

Whether the updateMask field is set.