Class OsConfigServiceSpringProperties

java.lang.Object
com.google.cloud.osconfig.v1.spring.OsConfigServiceSpringProperties
All Implemented Interfaces:
CredentialsSupplier

@Generated("by google-cloud-spring-generator") @BetaApi("Autogenerated Spring autoconfiguration is not yet stable") @ConfigurationProperties("com.google.cloud.osconfig.v1.os-config-service") public class OsConfigServiceSpringProperties extends Object implements CredentialsSupplier
Provides default property values for OsConfigService client bean
  • Constructor Details

    • OsConfigServiceSpringProperties

      public OsConfigServiceSpringProperties()
  • 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)
    • getExecutePatchJobRetry

      public Retry getExecutePatchJobRetry()
    • setExecutePatchJobRetry

      public void setExecutePatchJobRetry(Retry executePatchJobRetry)
    • getGetPatchJobRetry

      public Retry getGetPatchJobRetry()
    • setGetPatchJobRetry

      public void setGetPatchJobRetry(Retry getPatchJobRetry)
    • getCancelPatchJobRetry

      public Retry getCancelPatchJobRetry()
    • setCancelPatchJobRetry

      public void setCancelPatchJobRetry(Retry cancelPatchJobRetry)
    • getListPatchJobsRetry

      public Retry getListPatchJobsRetry()
    • setListPatchJobsRetry

      public void setListPatchJobsRetry(Retry listPatchJobsRetry)
    • getListPatchJobInstanceDetailsRetry

      public Retry getListPatchJobInstanceDetailsRetry()
    • setListPatchJobInstanceDetailsRetry

      public void setListPatchJobInstanceDetailsRetry(Retry listPatchJobInstanceDetailsRetry)
    • getCreatePatchDeploymentRetry

      public Retry getCreatePatchDeploymentRetry()
    • setCreatePatchDeploymentRetry

      public void setCreatePatchDeploymentRetry(Retry createPatchDeploymentRetry)
    • getGetPatchDeploymentRetry

      public Retry getGetPatchDeploymentRetry()
    • setGetPatchDeploymentRetry

      public void setGetPatchDeploymentRetry(Retry getPatchDeploymentRetry)
    • getListPatchDeploymentsRetry

      public Retry getListPatchDeploymentsRetry()
    • setListPatchDeploymentsRetry

      public void setListPatchDeploymentsRetry(Retry listPatchDeploymentsRetry)
    • getDeletePatchDeploymentRetry

      public Retry getDeletePatchDeploymentRetry()
    • setDeletePatchDeploymentRetry

      public void setDeletePatchDeploymentRetry(Retry deletePatchDeploymentRetry)
    • getUpdatePatchDeploymentRetry

      public Retry getUpdatePatchDeploymentRetry()
    • setUpdatePatchDeploymentRetry

      public void setUpdatePatchDeploymentRetry(Retry updatePatchDeploymentRetry)
    • getPausePatchDeploymentRetry

      public Retry getPausePatchDeploymentRetry()
    • setPausePatchDeploymentRetry

      public void setPausePatchDeploymentRetry(Retry pausePatchDeploymentRetry)
    • getResumePatchDeploymentRetry

      public Retry getResumePatchDeploymentRetry()
    • setResumePatchDeploymentRetry

      public void setResumePatchDeploymentRetry(Retry resumePatchDeploymentRetry)