Class ApiKeysSpringProperties

java.lang.Object
com.google.api.apikeys.v2.spring.ApiKeysSpringProperties
All Implemented Interfaces:
CredentialsSupplier

@Generated("by google-cloud-spring-generator") @BetaApi("Autogenerated Spring autoconfiguration is not yet stable") @ConfigurationProperties("com.google.api.apikeys.v2.api-keys") public class ApiKeysSpringProperties extends Object implements CredentialsSupplier
Provides default property values for ApiKeys client bean
  • Constructor Details

    • ApiKeysSpringProperties

      public ApiKeysSpringProperties()
  • 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)
    • getListKeysRetry

      public Retry getListKeysRetry()
    • setListKeysRetry

      public void setListKeysRetry(Retry listKeysRetry)
    • getGetKeyRetry

      public Retry getGetKeyRetry()
    • setGetKeyRetry

      public void setGetKeyRetry(Retry getKeyRetry)
    • getGetKeyStringRetry

      public Retry getGetKeyStringRetry()
    • setGetKeyStringRetry

      public void setGetKeyStringRetry(Retry getKeyStringRetry)
    • getLookupKeyRetry

      public Retry getLookupKeyRetry()
    • setLookupKeyRetry

      public void setLookupKeyRetry(Retry lookupKeyRetry)