public interface UpdateIndexRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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];
| Type | Description |
| 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];
| Type | Description |
| 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;
| Type | Description |
| 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;
| Type | Description |
| 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];
| Type | Description |
| 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;
| Type | Description |
| boolean | Whether the updateMask field is set. |