Package com.google.cloud.aiplatform.v1
Interface UndeployIndexRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UndeployIndexRequest,UndeployIndexRequest.Builder
@Generated
public interface UndeployIndexRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequired.com.google.protobuf.ByteStringRequired.Required.com.google.protobuf.ByteStringRequired.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getIndexEndpoint
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) = { ... }- Returns:
- The indexEndpoint.
-
getIndexEndpointBytes
com.google.protobuf.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) = { ... }- Returns:
- The bytes for indexEndpoint.
-
getDeployedIndexId
String getDeployedIndexId()Required. The ID of the DeployedIndex to be undeployed from the IndexEndpoint.
string deployed_index_id = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The deployedIndexId.
-
getDeployedIndexIdBytes
com.google.protobuf.ByteString getDeployedIndexIdBytes()Required. The ID of the DeployedIndex to be undeployed from the IndexEndpoint.
string deployed_index_id = 2 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for deployedIndexId.
-