Class ApiGatewayServiceSpringProperties

java.lang.Object
com.google.cloud.apigateway.v1.spring.ApiGatewayServiceSpringProperties
All Implemented Interfaces:
CredentialsSupplier

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

    • ApiGatewayServiceSpringProperties

      public ApiGatewayServiceSpringProperties()
  • 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)
    • getListGatewaysRetry

      public Retry getListGatewaysRetry()
    • setListGatewaysRetry

      public void setListGatewaysRetry(Retry listGatewaysRetry)
    • getGetGatewayRetry

      public Retry getGetGatewayRetry()
    • setGetGatewayRetry

      public void setGetGatewayRetry(Retry getGatewayRetry)
    • getListApisRetry

      public Retry getListApisRetry()
    • setListApisRetry

      public void setListApisRetry(Retry listApisRetry)
    • getGetApiRetry

      public Retry getGetApiRetry()
    • setGetApiRetry

      public void setGetApiRetry(Retry getApiRetry)
    • getListApiConfigsRetry

      public Retry getListApiConfigsRetry()
    • setListApiConfigsRetry

      public void setListApiConfigsRetry(Retry listApiConfigsRetry)
    • getGetApiConfigRetry

      public Retry getGetApiConfigRetry()
    • setGetApiConfigRetry

      public void setGetApiConfigRetry(Retry getApiConfigRetry)