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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()
boolean
void
setCreateProcessorRetry
(Retry createProcessorRetry) void
setExecutorThreadCount
(Integer executorThreadCount) void
setFetchProcessorTypesRetry
(Retry fetchProcessorTypesRetry) void
setGetEvaluationRetry
(Retry getEvaluationRetry) void
setGetLocationRetry
(Retry getLocationRetry) void
setGetProcessorRetry
(Retry getProcessorRetry) void
setGetProcessorTypeRetry
(Retry getProcessorTypeRetry) void
setGetProcessorVersionRetry
(Retry getProcessorVersionRetry) void
setListEvaluationsRetry
(Retry listEvaluationsRetry) void
setListLocationsRetry
(Retry listLocationsRetry) void
setListProcessorsRetry
(Retry listProcessorsRetry) void
setListProcessorTypesRetry
(Retry listProcessorTypesRetry) void
setListProcessorVersionsRetry
(Retry listProcessorVersionsRetry) void
setProcessDocumentRetry
(Retry processDocumentRetry) void
setQuotaProjectId
(String quotaProjectId) void
void
setUseRest
(boolean useRest)
-
Constructor Details
-
DocumentProcessorServiceSpringProperties
public DocumentProcessorServiceSpringProperties()
-
-
Method Details
-
getCredentials
Description copied from interface:CredentialsSupplier
Supplies credentials configuration.- Specified by:
getCredentials
in interfaceCredentialsSupplier
- Returns:
- a POJO containing Google Cloud credentials location and scopes
-
getQuotaProjectId
-
setQuotaProjectId
-
getUseRest
public boolean getUseRest() -
setUseRest
public void setUseRest(boolean useRest) -
getExecutorThreadCount
-
setExecutorThreadCount
-
getRetry
-
setRetry
-
getProcessDocumentRetry
-
setProcessDocumentRetry
-
getFetchProcessorTypesRetry
-
setFetchProcessorTypesRetry
-
getListProcessorTypesRetry
-
setListProcessorTypesRetry
-
getGetProcessorTypeRetry
-
setGetProcessorTypeRetry
-
getListProcessorsRetry
-
setListProcessorsRetry
-
getGetProcessorRetry
-
setGetProcessorRetry
-
getGetProcessorVersionRetry
-
setGetProcessorVersionRetry
-
getListProcessorVersionsRetry
-
setListProcessorVersionsRetry
-
getCreateProcessorRetry
-
setCreateProcessorRetry
-
getGetEvaluationRetry
-
setGetEvaluationRetry
-
getListEvaluationsRetry
-
setListEvaluationsRetry
-
getListLocationsRetry
-
setListLocationsRetry
-
getGetLocationRetry
-
setGetLocationRetry
-