Class BatchControllerSpringProperties

java.lang.Object
com.google.cloud.dataproc.v1.spring.BatchControllerSpringProperties
All Implemented Interfaces:
CredentialsSupplier

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

    • BatchControllerSpringProperties

      public BatchControllerSpringProperties()
  • 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)
    • getGetBatchRetry

      public Retry getGetBatchRetry()
    • setGetBatchRetry

      public void setGetBatchRetry(Retry getBatchRetry)
    • getListBatchesRetry

      public Retry getListBatchesRetry()
    • setListBatchesRetry

      public void setListBatchesRetry(Retry listBatchesRetry)
    • getDeleteBatchRetry

      public Retry getDeleteBatchRetry()
    • setDeleteBatchRetry

      public void setDeleteBatchRetry(Retry deleteBatchRetry)
    • getSetIamPolicyRetry

      public Retry getSetIamPolicyRetry()
    • setSetIamPolicyRetry

      public void setSetIamPolicyRetry(Retry setIamPolicyRetry)
    • getGetIamPolicyRetry

      public Retry getGetIamPolicyRetry()
    • setGetIamPolicyRetry

      public void setGetIamPolicyRetry(Retry getIamPolicyRetry)
    • getTestIamPermissionsRetry

      public Retry getTestIamPermissionsRetry()
    • setTestIamPermissionsRetry

      public void setTestIamPermissionsRetry(Retry testIamPermissionsRetry)