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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()booleanvoidsetCreateProcessorRetry(Retry createProcessorRetry) voidsetExecutorThreadCount(Integer executorThreadCount) voidsetFetchProcessorTypesRetry(Retry fetchProcessorTypesRetry) voidsetGetLocationRetry(Retry getLocationRetry) voidsetGetProcessorRetry(Retry getProcessorRetry) voidsetGetProcessorTypeRetry(Retry getProcessorTypeRetry) voidsetGetProcessorVersionRetry(Retry getProcessorVersionRetry) voidsetListLocationsRetry(Retry listLocationsRetry) voidsetListProcessorsRetry(Retry listProcessorsRetry) voidsetListProcessorTypesRetry(Retry listProcessorTypesRetry) voidsetListProcessorVersionsRetry(Retry listProcessorVersionsRetry) voidsetProcessDocumentRetry(Retry processDocumentRetry) voidsetQuotaProjectId(String quotaProjectId) voidvoidsetUseRest(boolean useRest)
-
Constructor Details
-
DocumentProcessorServiceSpringProperties
public DocumentProcessorServiceSpringProperties()
-
-
Method Details
-
getCredentials
Description copied from interface:CredentialsSupplierSupplies credentials configuration.- Specified by:
getCredentialsin 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
-
getListLocationsRetry
-
setListLocationsRetry
-
getGetLocationRetry
-
setGetLocationRetry
-