Class CatalogServiceSpringProperties
java.lang.Object
com.google.cloud.dataplex.v1.spring.CatalogServiceSpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.cloud.dataplex.v1.catalog-service")
public class CatalogServiceSpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for CatalogService client bean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()booleanvoidsetCancelMetadataJobRetry(Retry cancelMetadataJobRetry) voidsetCreateEntryRetry(Retry createEntryRetry) voidsetDeleteEntryRetry(Retry deleteEntryRetry) voidsetExecutorThreadCount(Integer executorThreadCount) voidsetGetAspectTypeRetry(Retry getAspectTypeRetry) voidsetGetEntryGroupRetry(Retry getEntryGroupRetry) voidsetGetEntryRetry(Retry getEntryRetry) voidsetGetEntryTypeRetry(Retry getEntryTypeRetry) voidsetGetLocationRetry(Retry getLocationRetry) voidsetGetMetadataJobRetry(Retry getMetadataJobRetry) voidsetListAspectTypesRetry(Retry listAspectTypesRetry) voidsetListEntriesRetry(Retry listEntriesRetry) voidsetListEntryGroupsRetry(Retry listEntryGroupsRetry) voidsetListEntryTypesRetry(Retry listEntryTypesRetry) voidsetListLocationsRetry(Retry listLocationsRetry) voidsetListMetadataJobsRetry(Retry listMetadataJobsRetry) voidsetLookupEntryRetry(Retry lookupEntryRetry) voidsetQuotaProjectId(String quotaProjectId) voidvoidsetSearchEntriesRetry(Retry searchEntriesRetry) voidsetUpdateEntryRetry(Retry updateEntryRetry) voidsetUseRest(boolean useRest)
-
Constructor Details
-
CatalogServiceSpringProperties
public CatalogServiceSpringProperties()
-
-
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
-
getListEntryTypesRetry
-
setListEntryTypesRetry
-
getGetEntryTypeRetry
-
setGetEntryTypeRetry
-
getListAspectTypesRetry
-
setListAspectTypesRetry
-
getGetAspectTypeRetry
-
setGetAspectTypeRetry
-
getListEntryGroupsRetry
-
setListEntryGroupsRetry
-
getGetEntryGroupRetry
-
setGetEntryGroupRetry
-
getCreateEntryRetry
-
setCreateEntryRetry
-
getUpdateEntryRetry
-
setUpdateEntryRetry
-
getDeleteEntryRetry
-
setDeleteEntryRetry
-
getListEntriesRetry
-
setListEntriesRetry
-
getGetEntryRetry
-
setGetEntryRetry
-
getLookupEntryRetry
-
setLookupEntryRetry
-
getSearchEntriesRetry
-
setSearchEntriesRetry
-
getGetMetadataJobRetry
-
setGetMetadataJobRetry
-
getListMetadataJobsRetry
-
setListMetadataJobsRetry
-
getCancelMetadataJobRetry
-
setCancelMetadataJobRetry
-
getListLocationsRetry
-
setListLocationsRetry
-
getGetLocationRetry
-
setGetLocationRetry
-