Class OrgPolicySpringProperties

java.lang.Object
com.google.cloud.orgpolicy.v2.spring.OrgPolicySpringProperties
All Implemented Interfaces:
CredentialsSupplier

@Generated("by google-cloud-spring-generator") @BetaApi("Autogenerated Spring autoconfiguration is not yet stable") @ConfigurationProperties("com.google.cloud.orgpolicy.v2.org-policy") public class OrgPolicySpringProperties extends Object implements CredentialsSupplier
Provides default property values for OrgPolicy client bean
  • Constructor Details

    • OrgPolicySpringProperties

      public OrgPolicySpringProperties()
  • 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)
    • getListConstraintsRetry

      public Retry getListConstraintsRetry()
    • setListConstraintsRetry

      public void setListConstraintsRetry(Retry listConstraintsRetry)
    • getListPoliciesRetry

      public Retry getListPoliciesRetry()
    • setListPoliciesRetry

      public void setListPoliciesRetry(Retry listPoliciesRetry)
    • getGetPolicyRetry

      public Retry getGetPolicyRetry()
    • setGetPolicyRetry

      public void setGetPolicyRetry(Retry getPolicyRetry)
    • getGetEffectivePolicyRetry

      public Retry getGetEffectivePolicyRetry()
    • setGetEffectivePolicyRetry

      public void setGetEffectivePolicyRetry(Retry getEffectivePolicyRetry)
    • getCreatePolicyRetry

      public Retry getCreatePolicyRetry()
    • setCreatePolicyRetry

      public void setCreatePolicyRetry(Retry createPolicyRetry)
    • getUpdatePolicyRetry

      public Retry getUpdatePolicyRetry()
    • setUpdatePolicyRetry

      public void setUpdatePolicyRetry(Retry updatePolicyRetry)
    • getDeletePolicyRetry

      public Retry getDeletePolicyRetry()
    • setDeletePolicyRetry

      public void setDeletePolicyRetry(Retry deletePolicyRetry)
    • getCreateCustomConstraintRetry

      public Retry getCreateCustomConstraintRetry()
    • setCreateCustomConstraintRetry

      public void setCreateCustomConstraintRetry(Retry createCustomConstraintRetry)
    • getUpdateCustomConstraintRetry

      public Retry getUpdateCustomConstraintRetry()
    • setUpdateCustomConstraintRetry

      public void setUpdateCustomConstraintRetry(Retry updateCustomConstraintRetry)
    • getGetCustomConstraintRetry

      public Retry getGetCustomConstraintRetry()
    • setGetCustomConstraintRetry

      public void setGetCustomConstraintRetry(Retry getCustomConstraintRetry)
    • getListCustomConstraintsRetry

      public Retry getListCustomConstraintsRetry()
    • setListCustomConstraintsRetry

      public void setListCustomConstraintsRetry(Retry listCustomConstraintsRetry)
    • getDeleteCustomConstraintRetry

      public Retry getDeleteCustomConstraintRetry()
    • setDeleteCustomConstraintRetry

      public void setDeleteCustomConstraintRetry(Retry deleteCustomConstraintRetry)