Class ExtensionRegistryServiceStub
java.lang.Object
com.google.cloud.aiplatform.v1beta1.stub.ExtensionRegistryServiceStub
- All Implemented Interfaces:
BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcExtensionRegistryServiceStub
@BetaApi
@Generated("by gapic-generator-java")
public abstract class ExtensionRegistryServiceStub
extends Object
implements BackgroundResource
Base stub class for the ExtensionRegistryService service API.
This class is for advanced usage and reflects the underlying API directly.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidclose()OperationCallable<DeleteExtensionRequest,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
-
ExtensionRegistryServiceStub
public ExtensionRegistryServiceStub()
-
-
Method Details
-
getOperationsStub
-
importExtensionOperationCallable
public OperationCallable<ImportExtensionRequest,Extension, importExtensionOperationCallable()ImportExtensionOperationMetadata> -
importExtensionCallable
-
getExtensionCallable
-
listExtensionsPagedCallable
public UnaryCallable<ListExtensionsRequest,ExtensionRegistryServiceClient.ListExtensionsPagedResponse> listExtensionsPagedCallable() -
listExtensionsCallable
-
updateExtensionCallable
-
deleteExtensionOperationCallable
public OperationCallable<DeleteExtensionRequest,com.google.protobuf.Empty, deleteExtensionOperationCallable()DeleteOperationMetadata> -
deleteExtensionCallable
-
listLocationsPagedCallable
public UnaryCallable<ListLocationsRequest,ExtensionRegistryServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable() -
listLocationsCallable
-
getLocationCallable
-
setIamPolicyCallable
-
getIamPolicyCallable
-
testIamPermissionsCallable
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable() -
close
public abstract void close()- Specified by:
closein interfaceAutoCloseable
-