Class BinauthzManagementServiceV1SpringProperties

java.lang.Object
com.google.protos.google.cloud.binaryauthorization.v1.spring.BinauthzManagementServiceV1SpringProperties
All Implemented Interfaces:
CredentialsSupplier

@Generated("by google-cloud-spring-generator") @BetaApi("Autogenerated Spring autoconfiguration is not yet stable") @ConfigurationProperties("com.google.protos.google.cloud.binaryauthorization.v1.binauthz-management-service-v1") public class BinauthzManagementServiceV1SpringProperties extends Object implements CredentialsSupplier
Provides default property values for BinauthzManagementServiceV1 client bean
  • Constructor Details

    • BinauthzManagementServiceV1SpringProperties

      public BinauthzManagementServiceV1SpringProperties()
  • 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)
    • getGetPolicyRetry

      public Retry getGetPolicyRetry()
    • setGetPolicyRetry

      public void setGetPolicyRetry(Retry getPolicyRetry)
    • getUpdatePolicyRetry

      public Retry getUpdatePolicyRetry()
    • setUpdatePolicyRetry

      public void setUpdatePolicyRetry(Retry updatePolicyRetry)
    • getCreateAttestorRetry

      public Retry getCreateAttestorRetry()
    • setCreateAttestorRetry

      public void setCreateAttestorRetry(Retry createAttestorRetry)
    • getGetAttestorRetry

      public Retry getGetAttestorRetry()
    • setGetAttestorRetry

      public void setGetAttestorRetry(Retry getAttestorRetry)
    • getUpdateAttestorRetry

      public Retry getUpdateAttestorRetry()
    • setUpdateAttestorRetry

      public void setUpdateAttestorRetry(Retry updateAttestorRetry)
    • getListAttestorsRetry

      public Retry getListAttestorsRetry()
    • setListAttestorsRetry

      public void setListAttestorsRetry(Retry listAttestorsRetry)
    • getDeleteAttestorRetry

      public Retry getDeleteAttestorRetry()
    • setDeleteAttestorRetry

      public void setDeleteAttestorRetry(Retry deleteAttestorRetry)