Class ModelGardenServiceStub
java.lang.Object
com.google.cloud.aiplatform.v1beta1.stub.ModelGardenServiceStub
- All Implemented Interfaces:
BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcModelGardenServiceStub
@BetaApi
@Generated("by gapic-generator-java")
public abstract class ModelGardenServiceStub
extends Object
implements BackgroundResource
Base stub class for the ModelGardenService service API.
This class is for advanced usage and reflects the underlying API directly.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidclose()Deprecated.OperationCallable<DeployPublisherModelRequest,DeployPublisherModelResponse, DeployPublisherModelOperationMetadata> Deprecated.OperationCallable<ExportPublisherModelRequest,ExportPublisherModelResponse, ExportPublisherModelOperationMetadata> 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
-
ModelGardenServiceStub
public ModelGardenServiceStub()
-
-
Method Details
-
getOperationsStub
-
getPublisherModelCallable
-
listPublisherModelsPagedCallable
public UnaryCallable<ListPublisherModelsRequest,ModelGardenServiceClient.ListPublisherModelsPagedResponse> listPublisherModelsPagedCallable() -
listPublisherModelsCallable
public UnaryCallable<ListPublisherModelsRequest,ListPublisherModelsResponse> listPublisherModelsCallable() -
deployOperationCallable
public OperationCallable<DeployRequest,DeployResponse, deployOperationCallable()DeployOperationMetadata> -
deployCallable
-
deployPublisherModelOperationCallable
@Deprecated public OperationCallable<DeployPublisherModelRequest,DeployPublisherModelResponse, deployPublisherModelOperationCallable()DeployPublisherModelOperationMetadata> Deprecated. -
deployPublisherModelCallable
@Deprecated public UnaryCallable<DeployPublisherModelRequest,Operation> deployPublisherModelCallable()Deprecated. -
exportPublisherModelOperationCallable
public OperationCallable<ExportPublisherModelRequest,ExportPublisherModelResponse, exportPublisherModelOperationCallable()ExportPublisherModelOperationMetadata> -
exportPublisherModelCallable
-
checkPublisherModelEulaAcceptanceCallable
public UnaryCallable<CheckPublisherModelEulaAcceptanceRequest,PublisherModelEulaAcceptance> checkPublisherModelEulaAcceptanceCallable() -
acceptPublisherModelEulaCallable
public UnaryCallable<AcceptPublisherModelEulaRequest,PublisherModelEulaAcceptance> acceptPublisherModelEulaCallable() -
listLocationsPagedCallable
public UnaryCallable<ListLocationsRequest,ModelGardenServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable() -
listLocationsCallable
-
getLocationCallable
-
setIamPolicyCallable
-
getIamPolicyCallable
-
testIamPermissionsCallable
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable() -
close
public abstract void close()- Specified by:
closein interfaceAutoCloseable
-