Uses of Class
com.google.cloud.aiplatform.v1.UndeployIndexResponse
-
Packages that use UndeployIndexResponse Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of UndeployIndexResponse in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return UndeployIndexResponse Modifier and Type Method Description UndeployIndexResponse
UndeployIndexResponse.Builder. build()
UndeployIndexResponse
UndeployIndexResponse.Builder. buildPartial()
static UndeployIndexResponse
UndeployIndexResponse. getDefaultInstance()
UndeployIndexResponse
UndeployIndexResponse.Builder. getDefaultInstanceForType()
UndeployIndexResponse
UndeployIndexResponse. getDefaultInstanceForType()
static UndeployIndexResponse
UndeployIndexResponse. parseDelimitedFrom(InputStream input)
static UndeployIndexResponse
UndeployIndexResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeployIndexResponse
UndeployIndexResponse. parseFrom(byte[] data)
static UndeployIndexResponse
UndeployIndexResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeployIndexResponse
UndeployIndexResponse. parseFrom(com.google.protobuf.ByteString data)
static UndeployIndexResponse
UndeployIndexResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeployIndexResponse
UndeployIndexResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static UndeployIndexResponse
UndeployIndexResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeployIndexResponse
UndeployIndexResponse. parseFrom(InputStream input)
static UndeployIndexResponse
UndeployIndexResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeployIndexResponse
UndeployIndexResponse. parseFrom(ByteBuffer data)
static UndeployIndexResponse
UndeployIndexResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type UndeployIndexResponse Modifier and Type Method Description com.google.protobuf.Parser<UndeployIndexResponse>
UndeployIndexResponse. getParserForType()
static com.google.protobuf.Parser<UndeployIndexResponse>
UndeployIndexResponse. parser()
com.google.api.gax.longrunning.OperationFuture<UndeployIndexResponse,UndeployIndexOperationMetadata>
IndexEndpointServiceClient. undeployIndexAsync(IndexEndpointName indexEndpoint, String deployedIndexId)
Undeploys an Index from an IndexEndpoint, removing a DeployedIndex from it, and freeing all resources it's using.com.google.api.gax.longrunning.OperationFuture<UndeployIndexResponse,UndeployIndexOperationMetadata>
IndexEndpointServiceClient. undeployIndexAsync(UndeployIndexRequest request)
Undeploys an Index from an IndexEndpoint, removing a DeployedIndex from it, and freeing all resources it's using.com.google.api.gax.longrunning.OperationFuture<UndeployIndexResponse,UndeployIndexOperationMetadata>
IndexEndpointServiceClient. undeployIndexAsync(String indexEndpoint, String deployedIndexId)
Undeploys an Index from an IndexEndpoint, removing a DeployedIndex from it, and freeing all resources it's using.com.google.api.gax.rpc.OperationCallable<UndeployIndexRequest,UndeployIndexResponse,UndeployIndexOperationMetadata>
IndexEndpointServiceClient. undeployIndexOperationCallable()
Undeploys an Index from an IndexEndpoint, removing a DeployedIndex from it, and freeing all resources it's using.com.google.api.gax.rpc.OperationCallSettings.Builder<UndeployIndexRequest,UndeployIndexResponse,UndeployIndexOperationMetadata>
IndexEndpointServiceSettings.Builder. undeployIndexOperationSettings()
Returns the builder for the settings used for calls to undeployIndex.com.google.api.gax.rpc.OperationCallSettings<UndeployIndexRequest,UndeployIndexResponse,UndeployIndexOperationMetadata>
IndexEndpointServiceSettings. undeployIndexOperationSettings()
Returns the object with the settings used for calls to undeployIndex.Methods in com.google.cloud.aiplatform.v1 with parameters of type UndeployIndexResponse Modifier and Type Method Description UndeployIndexResponse.Builder
UndeployIndexResponse.Builder. mergeFrom(UndeployIndexResponse other)
static UndeployIndexResponse.Builder
UndeployIndexResponse. newBuilder(UndeployIndexResponse prototype)
-
Uses of UndeployIndexResponse in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type UndeployIndexResponse Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<UndeployIndexRequest,UndeployIndexResponse,UndeployIndexOperationMetadata>
GrpcIndexEndpointServiceStub. undeployIndexOperationCallable()
com.google.api.gax.rpc.OperationCallable<UndeployIndexRequest,UndeployIndexResponse,UndeployIndexOperationMetadata>
IndexEndpointServiceStub. undeployIndexOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UndeployIndexRequest,UndeployIndexResponse,UndeployIndexOperationMetadata>
IndexEndpointServiceStubSettings.Builder. undeployIndexOperationSettings()
Returns the builder for the settings used for calls to undeployIndex.com.google.api.gax.rpc.OperationCallSettings<UndeployIndexRequest,UndeployIndexResponse,UndeployIndexOperationMetadata>
IndexEndpointServiceStubSettings. undeployIndexOperationSettings()
Returns the object with the settings used for calls to undeployIndex.
-