public interface UpdateIndexEndpointRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIndexEndpoint()
public abstract IndexEndpoint getIndexEndpoint()Required. The IndexEndpoint which replaces the resource on the server.
.google.cloud.aiplatform.v1.IndexEndpoint index_endpoint = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
IndexEndpoint |
The indexEndpoint. |
getIndexEndpointOrBuilder()
public abstract IndexEndpointOrBuilder getIndexEndpointOrBuilder()Required. The IndexEndpoint which replaces the resource on the server.
.google.cloud.aiplatform.v1.IndexEndpoint index_endpoint = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
IndexEndpointOrBuilder |
|
getUpdateMask()
public abstract FieldMask getUpdateMask()Required. The update mask applies to the resource. See google.protobuf.FieldMask.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMask |
The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Required. The update mask applies to the resource. See google.protobuf.FieldMask.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
FieldMaskOrBuilder |
|
hasIndexEndpoint()
public abstract boolean hasIndexEndpoint()Required. The IndexEndpoint which replaces the resource on the server.
.google.cloud.aiplatform.v1.IndexEndpoint index_endpoint = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the indexEndpoint field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()Required. The update mask applies to the resource. See google.protobuf.FieldMask.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the updateMask field is set. |