Class GSuiteAddOnsStub (2.41.0)

public abstract class GSuiteAddOnsStub implements BackgroundResource

Base stub class for the GSuiteAddOns service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > GSuiteAddOnsStub

Implements

BackgroundResource

Constructors

GSuiteAddOnsStub()

public GSuiteAddOnsStub()

Methods

close()

public abstract void close()

createDeploymentCallable()

public UnaryCallable<CreateDeploymentRequest,Deployment> createDeploymentCallable()
Returns
TypeDescription
UnaryCallable<CreateDeploymentRequest,Deployment>

deleteDeploymentCallable()

public UnaryCallable<DeleteDeploymentRequest,Empty> deleteDeploymentCallable()
Returns
TypeDescription
UnaryCallable<DeleteDeploymentRequest,Empty>

getAuthorizationCallable()

public UnaryCallable<GetAuthorizationRequest,Authorization> getAuthorizationCallable()
Returns
TypeDescription
UnaryCallable<GetAuthorizationRequest,Authorization>

getDeploymentCallable()

public UnaryCallable<GetDeploymentRequest,Deployment> getDeploymentCallable()
Returns
TypeDescription
UnaryCallable<GetDeploymentRequest,Deployment>

getInstallStatusCallable()

public UnaryCallable<GetInstallStatusRequest,InstallStatus> getInstallStatusCallable()
Returns
TypeDescription
UnaryCallable<GetInstallStatusRequest,InstallStatus>

installDeploymentCallable()

public UnaryCallable<InstallDeploymentRequest,Empty> installDeploymentCallable()
Returns
TypeDescription
UnaryCallable<InstallDeploymentRequest,Empty>

listDeploymentsCallable()

public UnaryCallable<ListDeploymentsRequest,ListDeploymentsResponse> listDeploymentsCallable()
Returns
TypeDescription
UnaryCallable<ListDeploymentsRequest,ListDeploymentsResponse>

listDeploymentsPagedCallable()

public UnaryCallable<ListDeploymentsRequest,GSuiteAddOnsClient.ListDeploymentsPagedResponse> listDeploymentsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListDeploymentsRequest,ListDeploymentsPagedResponse>

replaceDeploymentCallable()

public UnaryCallable<ReplaceDeploymentRequest,Deployment> replaceDeploymentCallable()
Returns
TypeDescription
UnaryCallable<ReplaceDeploymentRequest,Deployment>

uninstallDeploymentCallable()

public UnaryCallable<UninstallDeploymentRequest,Empty> uninstallDeploymentCallable()
Returns
TypeDescription
UnaryCallable<UninstallDeploymentRequest,Empty>