Class IndexEndpointServiceStub
java.lang.Object
com.google.cloud.aiplatform.v1.stub.IndexEndpointServiceStub
- All Implemented Interfaces:
BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcIndexEndpointServiceStub
@Generated("by gapic-generator-java")
public abstract class IndexEndpointServiceStub
extends Object
implements BackgroundResource
Base stub class for the IndexEndpointService service API.
This class is for advanced usage and reflects the underlying API directly.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidclose()OperationCallable<DeleteIndexEndpointRequest,com.google.protobuf.Empty, DeleteOperationMetadata> OperationCallable<MutateDeployedIndexRequest,MutateDeployedIndexResponse, MutateDeployedIndexOperationMetadata> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.core.BackgroundResource
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
-
Constructor Details
-
IndexEndpointServiceStub
public IndexEndpointServiceStub()
-
-
Method Details
-
getOperationsStub
-
createIndexEndpointOperationCallable
public OperationCallable<CreateIndexEndpointRequest,IndexEndpoint, createIndexEndpointOperationCallable()CreateIndexEndpointOperationMetadata> -
createIndexEndpointCallable
-
getIndexEndpointCallable
-
listIndexEndpointsPagedCallable
public UnaryCallable<ListIndexEndpointsRequest,IndexEndpointServiceClient.ListIndexEndpointsPagedResponse> listIndexEndpointsPagedCallable() -
listIndexEndpointsCallable
public UnaryCallable<ListIndexEndpointsRequest,ListIndexEndpointsResponse> listIndexEndpointsCallable() -
updateIndexEndpointCallable
-
deleteIndexEndpointOperationCallable
public OperationCallable<DeleteIndexEndpointRequest,com.google.protobuf.Empty, deleteIndexEndpointOperationCallable()DeleteOperationMetadata> -
deleteIndexEndpointCallable
-
deployIndexOperationCallable
public OperationCallable<DeployIndexRequest,DeployIndexResponse, deployIndexOperationCallable()DeployIndexOperationMetadata> -
deployIndexCallable
-
undeployIndexOperationCallable
public OperationCallable<UndeployIndexRequest,UndeployIndexResponse, undeployIndexOperationCallable()UndeployIndexOperationMetadata> -
undeployIndexCallable
-
mutateDeployedIndexOperationCallable
public OperationCallable<MutateDeployedIndexRequest,MutateDeployedIndexResponse, mutateDeployedIndexOperationCallable()MutateDeployedIndexOperationMetadata> -
mutateDeployedIndexCallable
-
listLocationsPagedCallable
public UnaryCallable<ListLocationsRequest,IndexEndpointServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable() -
listLocationsCallable
-
getLocationCallable
-
setIamPolicyCallable
-
getIamPolicyCallable
-
testIamPermissionsCallable
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable() -
close
public abstract void close()- Specified by:
closein interfaceAutoCloseable
-