Class GSuiteAddOnsSpringProperties
java.lang.Object
com.google.cloud.gsuiteaddons.v1.spring.GSuiteAddOnsSpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.cloud.gsuiteaddons.v1.g-suite-add-ons")
public class GSuiteAddOnsSpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for GSuiteAddOns client bean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()
boolean
void
setCreateDeploymentRetry
(Retry createDeploymentRetry) void
setDeleteDeploymentRetry
(Retry deleteDeploymentRetry) void
setExecutorThreadCount
(Integer executorThreadCount) void
setGetAuthorizationRetry
(Retry getAuthorizationRetry) void
setGetDeploymentRetry
(Retry getDeploymentRetry) void
setGetInstallStatusRetry
(Retry getInstallStatusRetry) void
setInstallDeploymentRetry
(Retry installDeploymentRetry) void
setListDeploymentsRetry
(Retry listDeploymentsRetry) void
setQuotaProjectId
(String quotaProjectId) void
setReplaceDeploymentRetry
(Retry replaceDeploymentRetry) void
void
setUninstallDeploymentRetry
(Retry uninstallDeploymentRetry) void
setUseRest
(boolean useRest)
-
Constructor Details
-
GSuiteAddOnsSpringProperties
public GSuiteAddOnsSpringProperties()
-
-
Method Details
-
getCredentials
Description copied from interface:CredentialsSupplier
Supplies credentials configuration.- Specified by:
getCredentials
in interfaceCredentialsSupplier
- Returns:
- a POJO containing Google Cloud credentials location and scopes
-
getQuotaProjectId
-
setQuotaProjectId
-
getUseRest
public boolean getUseRest() -
setUseRest
public void setUseRest(boolean useRest) -
getExecutorThreadCount
-
setExecutorThreadCount
-
getRetry
-
setRetry
-
getGetAuthorizationRetry
-
setGetAuthorizationRetry
-
getCreateDeploymentRetry
-
setCreateDeploymentRetry
-
getReplaceDeploymentRetry
-
setReplaceDeploymentRetry
-
getGetDeploymentRetry
-
setGetDeploymentRetry
-
getListDeploymentsRetry
-
setListDeploymentsRetry
-
getDeleteDeploymentRetry
-
setDeleteDeploymentRetry
-
getInstallDeploymentRetry
-
setInstallDeploymentRetry
-
getUninstallDeploymentRetry
-
setUninstallDeploymentRetry
-
getGetInstallStatusRetry
-
setGetInstallStatusRetry
-