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()
boolean
void
setCreateGlossaryCategoryRetry
(Retry createGlossaryCategoryRetry) void
setCreateGlossaryTermRetry
(Retry createGlossaryTermRetry) void
setDeleteGlossaryCategoryRetry
(Retry deleteGlossaryCategoryRetry) void
setDeleteGlossaryTermRetry
(Retry deleteGlossaryTermRetry) void
setExecutorThreadCount
(Integer executorThreadCount) void
setGetGlossaryCategoryRetry
(Retry getGlossaryCategoryRetry) void
setGetGlossaryRetry
(Retry getGlossaryRetry) void
setGetGlossaryTermRetry
(Retry getGlossaryTermRetry) void
setGetLocationRetry
(Retry getLocationRetry) void
setListGlossariesRetry
(Retry listGlossariesRetry) void
setListGlossaryCategoriesRetry
(Retry listGlossaryCategoriesRetry) void
setListGlossaryTermsRetry
(Retry listGlossaryTermsRetry) void
setListLocationsRetry
(Retry listLocationsRetry) void
setQuotaProjectId
(String quotaProjectId) void
void
setUpdateGlossaryCategoryRetry
(Retry updateGlossaryCategoryRetry) void
setUpdateGlossaryTermRetry
(Retry updateGlossaryTermRetry) void
setUseRest
(boolean useRest)
-
Constructor Details
-
BusinessGlossaryServiceSpringProperties
public BusinessGlossaryServiceSpringProperties()
-
-
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
-
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
-