Class ExampleStoreServiceStub
java.lang.Object
com.google.cloud.aiplatform.v1beta1.stub.ExampleStoreServiceStub
- All Implemented Interfaces:
BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcExampleStoreServiceStub
@BetaApi
@Generated("by gapic-generator-java")
public abstract class ExampleStoreServiceStub
extends Object
implements BackgroundResource
Base stub class for the ExampleStoreService service API.
This class is for advanced usage and reflects the underlying API directly.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidclose()OperationCallable<DeleteExampleStoreRequest,com.google.protobuf.Empty, DeleteExampleStoreOperationMetadata> 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
-
ExampleStoreServiceStub
public ExampleStoreServiceStub()
-
-
Method Details
-
getOperationsStub
-
createExampleStoreOperationCallable
public OperationCallable<CreateExampleStoreRequest,ExampleStore, createExampleStoreOperationCallable()CreateExampleStoreOperationMetadata> -
createExampleStoreCallable
-
getExampleStoreCallable
-
updateExampleStoreOperationCallable
public OperationCallable<UpdateExampleStoreRequest,ExampleStore, updateExampleStoreOperationCallable()UpdateExampleStoreOperationMetadata> -
updateExampleStoreCallable
-
deleteExampleStoreOperationCallable
public OperationCallable<DeleteExampleStoreRequest,com.google.protobuf.Empty, deleteExampleStoreOperationCallable()DeleteExampleStoreOperationMetadata> -
deleteExampleStoreCallable
-
listExampleStoresPagedCallable
public UnaryCallable<ListExampleStoresRequest,ExampleStoreServiceClient.ListExampleStoresPagedResponse> listExampleStoresPagedCallable() -
listExampleStoresCallable
public UnaryCallable<ListExampleStoresRequest,ListExampleStoresResponse> listExampleStoresCallable() -
upsertExamplesCallable
-
removeExamplesCallable
-
searchExamplesCallable
-
fetchExamplesPagedCallable
public UnaryCallable<FetchExamplesRequest,ExampleStoreServiceClient.FetchExamplesPagedResponse> fetchExamplesPagedCallable() -
fetchExamplesCallable
-
listLocationsPagedCallable
public UnaryCallable<ListLocationsRequest,ExampleStoreServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable() -
listLocationsCallable
-
getLocationCallable
-
setIamPolicyCallable
-
getIamPolicyCallable
-
testIamPermissionsCallable
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable() -
close
public abstract void close()- Specified by:
closein interfaceAutoCloseable
-