Class GSuiteAddOnsStub
- java.lang.Object
-
- com.google.cloud.gsuiteaddons.v1.stub.GSuiteAddOnsStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcGSuiteAddOnsStub
,HttpJsonGSuiteAddOnsStub
@Generated("by gapic-generator-java") public abstract class GSuiteAddOnsStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the GSuiteAddOns service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description GSuiteAddOnsStub()
-
Method Summary
-
-
-
Method Detail
-
getAuthorizationCallable
public com.google.api.gax.rpc.UnaryCallable<GetAuthorizationRequest,Authorization> getAuthorizationCallable()
-
createDeploymentCallable
public com.google.api.gax.rpc.UnaryCallable<CreateDeploymentRequest,Deployment> createDeploymentCallable()
-
replaceDeploymentCallable
public com.google.api.gax.rpc.UnaryCallable<ReplaceDeploymentRequest,Deployment> replaceDeploymentCallable()
-
getDeploymentCallable
public com.google.api.gax.rpc.UnaryCallable<GetDeploymentRequest,Deployment> getDeploymentCallable()
-
listDeploymentsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListDeploymentsRequest,GSuiteAddOnsClient.ListDeploymentsPagedResponse> listDeploymentsPagedCallable()
-
listDeploymentsCallable
public com.google.api.gax.rpc.UnaryCallable<ListDeploymentsRequest,ListDeploymentsResponse> listDeploymentsCallable()
-
deleteDeploymentCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteDeploymentRequest,com.google.protobuf.Empty> deleteDeploymentCallable()
-
installDeploymentCallable
public com.google.api.gax.rpc.UnaryCallable<InstallDeploymentRequest,com.google.protobuf.Empty> installDeploymentCallable()
-
uninstallDeploymentCallable
public com.google.api.gax.rpc.UnaryCallable<UninstallDeploymentRequest,com.google.protobuf.Empty> uninstallDeploymentCallable()
-
getInstallStatusCallable
public com.google.api.gax.rpc.UnaryCallable<GetInstallStatusRequest,InstallStatus> getInstallStatusCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-