public interface UpdateIndexRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIndex()
public abstract Index getIndex()Required. The Index which updates the resource on the server.
.google.cloud.aiplatform.v1.Index index = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Index |
The index. |
getIndexOrBuilder()
public abstract IndexOrBuilder getIndexOrBuilder()Required. The Index which updates the resource on the server.
.google.cloud.aiplatform.v1.Index index = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasIndex()
public abstract boolean hasIndex()Required. The Index which updates the resource on the server.
.google.cloud.aiplatform.v1.Index index = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |