Class MetadataServiceSpringProperties
java.lang.Object
com.google.cloud.dataplex.v1.spring.MetadataServiceSpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.cloud.dataplex.v1.metadata-service")
public class MetadataServiceSpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for MetadataService client bean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()booleanvoidsetCreateEntityRetry(Retry createEntityRetry) voidsetCreatePartitionRetry(Retry createPartitionRetry) voidsetDeleteEntityRetry(Retry deleteEntityRetry) voidsetDeletePartitionRetry(Retry deletePartitionRetry) voidsetExecutorThreadCount(Integer executorThreadCount) voidsetGetEntityRetry(Retry getEntityRetry) voidsetGetIamPolicyRetry(Retry getIamPolicyRetry) voidsetGetLocationRetry(Retry getLocationRetry) voidsetGetPartitionRetry(Retry getPartitionRetry) voidsetListEntitiesRetry(Retry listEntitiesRetry) voidsetListLocationsRetry(Retry listLocationsRetry) voidsetListPartitionsRetry(Retry listPartitionsRetry) voidsetQuotaProjectId(String quotaProjectId) voidvoidsetSetIamPolicyRetry(Retry setIamPolicyRetry) voidsetTestIamPermissionsRetry(Retry testIamPermissionsRetry) voidsetUpdateEntityRetry(Retry updateEntityRetry) voidsetUseRest(boolean useRest)
-
Constructor Details
-
MetadataServiceSpringProperties
public MetadataServiceSpringProperties()
-
-
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
-
getCreateEntityRetry
-
setCreateEntityRetry
-
getUpdateEntityRetry
-
setUpdateEntityRetry
-
getDeleteEntityRetry
-
setDeleteEntityRetry
-
getGetEntityRetry
-
setGetEntityRetry
-
getListEntitiesRetry
-
setListEntitiesRetry
-
getCreatePartitionRetry
-
setCreatePartitionRetry
-
getDeletePartitionRetry
-
setDeletePartitionRetry
-
getGetPartitionRetry
-
setGetPartitionRetry
-
getListPartitionsRetry
-
setListPartitionsRetry
-
getListLocationsRetry
-
setListLocationsRetry
-
getGetLocationRetry
-
setGetLocationRetry
-
getSetIamPolicyRetry
-
setSetIamPolicyRetry
-
getGetIamPolicyRetry
-
setGetIamPolicyRetry
-
getTestIamPermissionsRetry
-
setTestIamPermissionsRetry
-