public interface UndeployIndexRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDeployedIndexId()
public abstract String getDeployedIndexId()Required. The ID of the DeployedIndex to be undeployed from the IndexEndpoint.
string deployed_index_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The deployedIndexId. |
getDeployedIndexIdBytes()
public abstract ByteString getDeployedIndexIdBytes()Required. The ID of the DeployedIndex to be undeployed from the IndexEndpoint.
string deployed_index_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for deployedIndexId. |
getIndexEndpoint()
public abstract String getIndexEndpoint() Required. The name of the IndexEndpoint resource from which to undeploy an Index.
Format:
projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}
string index_endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The indexEndpoint. |
getIndexEndpointBytes()
public abstract ByteString getIndexEndpointBytes() Required. The name of the IndexEndpoint resource from which to undeploy an Index.
Format:
projects/{project}/locations/{location}/indexEndpoints/{index_endpoint}
string index_endpoint = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for indexEndpoint. |