Uses of Class
com.google.cloud.aiplatform.v1.UndeployIndexRequest
-
Packages that use UndeployIndexRequest Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of UndeployIndexRequest in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return UndeployIndexRequest Modifier and Type Method Description UndeployIndexRequest
UndeployIndexRequest.Builder. build()
UndeployIndexRequest
UndeployIndexRequest.Builder. buildPartial()
static UndeployIndexRequest
UndeployIndexRequest. getDefaultInstance()
UndeployIndexRequest
UndeployIndexRequest.Builder. getDefaultInstanceForType()
UndeployIndexRequest
UndeployIndexRequest. getDefaultInstanceForType()
static UndeployIndexRequest
UndeployIndexRequest. parseDelimitedFrom(InputStream input)
static UndeployIndexRequest
UndeployIndexRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeployIndexRequest
UndeployIndexRequest. parseFrom(byte[] data)
static UndeployIndexRequest
UndeployIndexRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeployIndexRequest
UndeployIndexRequest. parseFrom(com.google.protobuf.ByteString data)
static UndeployIndexRequest
UndeployIndexRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeployIndexRequest
UndeployIndexRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UndeployIndexRequest
UndeployIndexRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeployIndexRequest
UndeployIndexRequest. parseFrom(InputStream input)
static UndeployIndexRequest
UndeployIndexRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeployIndexRequest
UndeployIndexRequest. parseFrom(ByteBuffer data)
static UndeployIndexRequest
UndeployIndexRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type UndeployIndexRequest Modifier and Type Method Description com.google.protobuf.Parser<UndeployIndexRequest>
UndeployIndexRequest. getParserForType()
static io.grpc.MethodDescriptor<UndeployIndexRequest,com.google.longrunning.Operation>
IndexEndpointServiceGrpc. getUndeployIndexMethod()
static com.google.protobuf.Parser<UndeployIndexRequest>
UndeployIndexRequest. parser()
com.google.api.gax.rpc.UnaryCallable<UndeployIndexRequest,com.google.longrunning.Operation>
IndexEndpointServiceClient. undeployIndexCallable()
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.com.google.api.gax.rpc.UnaryCallSettings.Builder<UndeployIndexRequest,com.google.longrunning.Operation>
IndexEndpointServiceSettings.Builder. undeployIndexSettings()
Returns the builder for the settings used for calls to undeployIndex.com.google.api.gax.rpc.UnaryCallSettings<UndeployIndexRequest,com.google.longrunning.Operation>
IndexEndpointServiceSettings. undeployIndexSettings()
Returns the object with the settings used for calls to undeployIndex.Methods in com.google.cloud.aiplatform.v1 with parameters of type UndeployIndexRequest Modifier and Type Method Description UndeployIndexRequest.Builder
UndeployIndexRequest.Builder. mergeFrom(UndeployIndexRequest other)
static UndeployIndexRequest.Builder
UndeployIndexRequest. newBuilder(UndeployIndexRequest prototype)
default void
IndexEndpointServiceGrpc.AsyncService. undeployIndex(UndeployIndexRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Undeploys an Index from an IndexEndpoint, removing a DeployedIndex from it, and freeing all resources it's using.com.google.longrunning.Operation
IndexEndpointServiceGrpc.IndexEndpointServiceBlockingStub. undeployIndex(UndeployIndexRequest request)
Undeploys an Index from an IndexEndpoint, removing a DeployedIndex from it, and freeing all resources it's using.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>
IndexEndpointServiceGrpc.IndexEndpointServiceFutureStub. undeployIndex(UndeployIndexRequest request)
Undeploys an Index from an IndexEndpoint, removing a DeployedIndex from it, and freeing all resources it's using.void
IndexEndpointServiceGrpc.IndexEndpointServiceStub. undeployIndex(UndeployIndexRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
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. -
Uses of UndeployIndexRequest in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type UndeployIndexRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UndeployIndexRequest,com.google.longrunning.Operation>
GrpcIndexEndpointServiceStub. undeployIndexCallable()
com.google.api.gax.rpc.UnaryCallable<UndeployIndexRequest,com.google.longrunning.Operation>
IndexEndpointServiceStub. undeployIndexCallable()
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.com.google.api.gax.rpc.UnaryCallSettings.Builder<UndeployIndexRequest,com.google.longrunning.Operation>
IndexEndpointServiceStubSettings.Builder. undeployIndexSettings()
Returns the builder for the settings used for calls to undeployIndex.com.google.api.gax.rpc.UnaryCallSettings<UndeployIndexRequest,com.google.longrunning.Operation>
IndexEndpointServiceStubSettings. undeployIndexSettings()
Returns the object with the settings used for calls to undeployIndex.
-