Class IndexServiceStub
java.lang.Object
com.google.cloud.aiplatform.v1beta1.stub.IndexServiceStub
- All Implemented Interfaces:
BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcIndexServiceStub
@BetaApi
@Generated("by gapic-generator-java")
public abstract class IndexServiceStub
extends Object
implements BackgroundResource
Base stub class for the IndexService service API.
This class is for advanced usage and reflects the underlying API directly.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidclose()OperationCallable<DeleteIndexRequest,com.google.protobuf.Empty, DeleteOperationMetadata> 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
-
IndexServiceStub
public IndexServiceStub()
-
-
Method Details
-
getOperationsStub
-
createIndexOperationCallable
public OperationCallable<CreateIndexRequest,Index, createIndexOperationCallable()CreateIndexOperationMetadata> -
createIndexCallable
-
getIndexCallable
-
importIndexOperationCallable
public OperationCallable<ImportIndexRequest,Index, importIndexOperationCallable()ImportIndexOperationMetadata> -
importIndexCallable
-
listIndexesPagedCallable
public UnaryCallable<ListIndexesRequest,IndexServiceClient.ListIndexesPagedResponse> listIndexesPagedCallable() -
listIndexesCallable
-
updateIndexOperationCallable
public OperationCallable<UpdateIndexRequest,Index, updateIndexOperationCallable()UpdateIndexOperationMetadata> -
updateIndexCallable
-
deleteIndexOperationCallable
public OperationCallable<DeleteIndexRequest,com.google.protobuf.Empty, deleteIndexOperationCallable()DeleteOperationMetadata> -
deleteIndexCallable
-
upsertDatapointsCallable
-
removeDatapointsCallable
-
listLocationsPagedCallable
public UnaryCallable<ListLocationsRequest,IndexServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable() -
listLocationsCallable
-
getLocationCallable
-
setIamPolicyCallable
-
getIamPolicyCallable
-
testIamPermissionsCallable
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable() -
close
public abstract void close()- Specified by:
closein interfaceAutoCloseable
-