Class BusinessGlossaryServiceSpringProperties
java.lang.Object
com.google.cloud.dataplex.v1.spring.BusinessGlossaryServiceSpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.cloud.dataplex.v1.business-glossary-service")
public class BusinessGlossaryServiceSpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for BusinessGlossaryService client bean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()booleanvoidsetCreateGlossaryCategoryRetry(Retry createGlossaryCategoryRetry) voidsetCreateGlossaryTermRetry(Retry createGlossaryTermRetry) voidsetDeleteGlossaryCategoryRetry(Retry deleteGlossaryCategoryRetry) voidsetDeleteGlossaryTermRetry(Retry deleteGlossaryTermRetry) voidsetExecutorThreadCount(Integer executorThreadCount) voidsetGetGlossaryCategoryRetry(Retry getGlossaryCategoryRetry) voidsetGetGlossaryRetry(Retry getGlossaryRetry) voidsetGetGlossaryTermRetry(Retry getGlossaryTermRetry) voidsetGetLocationRetry(Retry getLocationRetry) voidsetListGlossariesRetry(Retry listGlossariesRetry) voidsetListGlossaryCategoriesRetry(Retry listGlossaryCategoriesRetry) voidsetListGlossaryTermsRetry(Retry listGlossaryTermsRetry) voidsetListLocationsRetry(Retry listLocationsRetry) voidsetQuotaProjectId(String quotaProjectId) voidvoidsetUpdateGlossaryCategoryRetry(Retry updateGlossaryCategoryRetry) voidsetUpdateGlossaryTermRetry(Retry updateGlossaryTermRetry) voidsetUseRest(boolean useRest)
-
Constructor Details
-
BusinessGlossaryServiceSpringProperties
public BusinessGlossaryServiceSpringProperties()
-
-
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
-
getGetGlossaryRetry
-
setGetGlossaryRetry
-
getListGlossariesRetry
-
setListGlossariesRetry
-
getCreateGlossaryCategoryRetry
-
setCreateGlossaryCategoryRetry
-
getUpdateGlossaryCategoryRetry
-
setUpdateGlossaryCategoryRetry
-
getDeleteGlossaryCategoryRetry
-
setDeleteGlossaryCategoryRetry
-
getGetGlossaryCategoryRetry
-
setGetGlossaryCategoryRetry
-
getListGlossaryCategoriesRetry
-
setListGlossaryCategoriesRetry
-
getCreateGlossaryTermRetry
-
setCreateGlossaryTermRetry
-
getUpdateGlossaryTermRetry
-
setUpdateGlossaryTermRetry
-
getDeleteGlossaryTermRetry
-
setDeleteGlossaryTermRetry
-
getGetGlossaryTermRetry
-
setGetGlossaryTermRetry
-
getListGlossaryTermsRetry
-
setListGlossaryTermsRetry
-
getListLocationsRetry
-
setListLocationsRetry
-
getGetLocationRetry
-
setGetLocationRetry
-