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 Details

    • GSuiteAddOnsSpringProperties

      public GSuiteAddOnsSpringProperties()
  • Method Details

    • getCredentials

      public Credentials getCredentials()
      Description copied from interface: CredentialsSupplier
      Supplies credentials configuration.
      Specified by:
      getCredentials in interface CredentialsSupplier
      Returns:
      a POJO containing Google Cloud credentials location and scopes
    • getQuotaProjectId

      public String getQuotaProjectId()
    • setQuotaProjectId

      public void setQuotaProjectId(String quotaProjectId)
    • getUseRest

      public boolean getUseRest()
    • setUseRest

      public void setUseRest(boolean useRest)
    • getExecutorThreadCount

      public Integer getExecutorThreadCount()
    • setExecutorThreadCount

      public void setExecutorThreadCount(Integer executorThreadCount)
    • getRetry

      public Retry getRetry()
    • setRetry

      public void setRetry(Retry retry)
    • getGetAuthorizationRetry

      public Retry getGetAuthorizationRetry()
    • setGetAuthorizationRetry

      public void setGetAuthorizationRetry(Retry getAuthorizationRetry)
    • getCreateDeploymentRetry

      public Retry getCreateDeploymentRetry()
    • setCreateDeploymentRetry

      public void setCreateDeploymentRetry(Retry createDeploymentRetry)
    • getReplaceDeploymentRetry

      public Retry getReplaceDeploymentRetry()
    • setReplaceDeploymentRetry

      public void setReplaceDeploymentRetry(Retry replaceDeploymentRetry)
    • getGetDeploymentRetry

      public Retry getGetDeploymentRetry()
    • setGetDeploymentRetry

      public void setGetDeploymentRetry(Retry getDeploymentRetry)
    • getListDeploymentsRetry

      public Retry getListDeploymentsRetry()
    • setListDeploymentsRetry

      public void setListDeploymentsRetry(Retry listDeploymentsRetry)
    • getDeleteDeploymentRetry

      public Retry getDeleteDeploymentRetry()
    • setDeleteDeploymentRetry

      public void setDeleteDeploymentRetry(Retry deleteDeploymentRetry)
    • getInstallDeploymentRetry

      public Retry getInstallDeploymentRetry()
    • setInstallDeploymentRetry

      public void setInstallDeploymentRetry(Retry installDeploymentRetry)
    • getUninstallDeploymentRetry

      public Retry getUninstallDeploymentRetry()
    • setUninstallDeploymentRetry

      public void setUninstallDeploymentRetry(Retry uninstallDeploymentRetry)
    • getGetInstallStatusRetry

      public Retry getGetInstallStatusRetry()
    • setGetInstallStatusRetry

      public void setGetInstallStatusRetry(Retry getInstallStatusRetry)