Class DocumentProcessorServiceSpringProperties

java.lang.Object
com.google.cloud.documentai.v1.spring.DocumentProcessorServiceSpringProperties
All Implemented Interfaces:
CredentialsSupplier

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

    • DocumentProcessorServiceSpringProperties

      public DocumentProcessorServiceSpringProperties()
  • 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)
    • getProcessDocumentRetry

      public Retry getProcessDocumentRetry()
    • setProcessDocumentRetry

      public void setProcessDocumentRetry(Retry processDocumentRetry)
    • getFetchProcessorTypesRetry

      public Retry getFetchProcessorTypesRetry()
    • setFetchProcessorTypesRetry

      public void setFetchProcessorTypesRetry(Retry fetchProcessorTypesRetry)
    • getListProcessorTypesRetry

      public Retry getListProcessorTypesRetry()
    • setListProcessorTypesRetry

      public void setListProcessorTypesRetry(Retry listProcessorTypesRetry)
    • getGetProcessorTypeRetry

      public Retry getGetProcessorTypeRetry()
    • setGetProcessorTypeRetry

      public void setGetProcessorTypeRetry(Retry getProcessorTypeRetry)
    • getListProcessorsRetry

      public Retry getListProcessorsRetry()
    • setListProcessorsRetry

      public void setListProcessorsRetry(Retry listProcessorsRetry)
    • getGetProcessorRetry

      public Retry getGetProcessorRetry()
    • setGetProcessorRetry

      public void setGetProcessorRetry(Retry getProcessorRetry)
    • getGetProcessorVersionRetry

      public Retry getGetProcessorVersionRetry()
    • setGetProcessorVersionRetry

      public void setGetProcessorVersionRetry(Retry getProcessorVersionRetry)
    • getListProcessorVersionsRetry

      public Retry getListProcessorVersionsRetry()
    • setListProcessorVersionsRetry

      public void setListProcessorVersionsRetry(Retry listProcessorVersionsRetry)
    • getCreateProcessorRetry

      public Retry getCreateProcessorRetry()
    • setCreateProcessorRetry

      public void setCreateProcessorRetry(Retry createProcessorRetry)
    • getGetEvaluationRetry

      public Retry getGetEvaluationRetry()
    • setGetEvaluationRetry

      public void setGetEvaluationRetry(Retry getEvaluationRetry)
    • getListEvaluationsRetry

      public Retry getListEvaluationsRetry()
    • setListEvaluationsRetry

      public void setListEvaluationsRetry(Retry listEvaluationsRetry)
    • getListLocationsRetry

      public Retry getListLocationsRetry()
    • setListLocationsRetry

      public void setListLocationsRetry(Retry listLocationsRetry)
    • getGetLocationRetry

      public Retry getGetLocationRetry()
    • setGetLocationRetry

      public void setGetLocationRetry(Retry getLocationRetry)