Class ExecutionsSpringProperties

java.lang.Object
com.google.cloud.workflows.executions.v1.spring.ExecutionsSpringProperties
All Implemented Interfaces:
CredentialsSupplier

@Generated("by google-cloud-spring-generator") @BetaApi("Autogenerated Spring autoconfiguration is not yet stable") @ConfigurationProperties("com.google.cloud.workflows.executions.v1.executions") public class ExecutionsSpringProperties extends Object implements CredentialsSupplier
Provides default property values for Executions client bean
  • Constructor Details

    • ExecutionsSpringProperties

      public ExecutionsSpringProperties()
  • 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)
    • getListExecutionsRetry

      public Retry getListExecutionsRetry()
    • setListExecutionsRetry

      public void setListExecutionsRetry(Retry listExecutionsRetry)
    • getCreateExecutionRetry

      public Retry getCreateExecutionRetry()
    • setCreateExecutionRetry

      public void setCreateExecutionRetry(Retry createExecutionRetry)
    • getGetExecutionRetry

      public Retry getGetExecutionRetry()
    • setGetExecutionRetry

      public void setGetExecutionRetry(Retry getExecutionRetry)
    • getCancelExecutionRetry

      public Retry getCancelExecutionRetry()
    • setCancelExecutionRetry

      public void setCancelExecutionRetry(Retry cancelExecutionRetry)