Uses of Class
com.google.cloud.aiplatform.v1.UndeployIndexOperationMetadata
-
Packages that use UndeployIndexOperationMetadata Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of UndeployIndexOperationMetadata in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return UndeployIndexOperationMetadata Modifier and Type Method Description UndeployIndexOperationMetadata
UndeployIndexOperationMetadata.Builder. build()
UndeployIndexOperationMetadata
UndeployIndexOperationMetadata.Builder. buildPartial()
static UndeployIndexOperationMetadata
UndeployIndexOperationMetadata. getDefaultInstance()
UndeployIndexOperationMetadata
UndeployIndexOperationMetadata.Builder. getDefaultInstanceForType()
UndeployIndexOperationMetadata
UndeployIndexOperationMetadata. getDefaultInstanceForType()
static UndeployIndexOperationMetadata
UndeployIndexOperationMetadata. parseDelimitedFrom(InputStream input)
static UndeployIndexOperationMetadata
UndeployIndexOperationMetadata. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeployIndexOperationMetadata
UndeployIndexOperationMetadata. parseFrom(byte[] data)
static UndeployIndexOperationMetadata
UndeployIndexOperationMetadata. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeployIndexOperationMetadata
UndeployIndexOperationMetadata. parseFrom(com.google.protobuf.ByteString data)
static UndeployIndexOperationMetadata
UndeployIndexOperationMetadata. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeployIndexOperationMetadata
UndeployIndexOperationMetadata. parseFrom(com.google.protobuf.CodedInputStream input)
static UndeployIndexOperationMetadata
UndeployIndexOperationMetadata. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeployIndexOperationMetadata
UndeployIndexOperationMetadata. parseFrom(InputStream input)
static UndeployIndexOperationMetadata
UndeployIndexOperationMetadata. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UndeployIndexOperationMetadata
UndeployIndexOperationMetadata. parseFrom(ByteBuffer data)
static UndeployIndexOperationMetadata
UndeployIndexOperationMetadata. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type UndeployIndexOperationMetadata Modifier and Type Method Description com.google.protobuf.Parser<UndeployIndexOperationMetadata>
UndeployIndexOperationMetadata. getParserForType()
static com.google.protobuf.Parser<UndeployIndexOperationMetadata>
UndeployIndexOperationMetadata. 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 UndeployIndexOperationMetadata Modifier and Type Method Description UndeployIndexOperationMetadata.Builder
UndeployIndexOperationMetadata.Builder. mergeFrom(UndeployIndexOperationMetadata other)
static UndeployIndexOperationMetadata.Builder
UndeployIndexOperationMetadata. newBuilder(UndeployIndexOperationMetadata prototype)
-
Uses of UndeployIndexOperationMetadata in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type UndeployIndexOperationMetadata 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.
-