Class DataprocMetastoreSpringProperties
java.lang.Object
com.google.cloud.metastore.v1.spring.DataprocMetastoreSpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.cloud.metastore.v1.dataproc-metastore")
public class DataprocMetastoreSpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for DataprocMetastore client bean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()booleanvoidsetExecutorThreadCount(Integer executorThreadCount) voidsetGetBackupRetry(Retry getBackupRetry) voidsetGetIamPolicyRetry(Retry getIamPolicyRetry) voidsetGetLocationRetry(Retry getLocationRetry) voidsetGetMetadataImportRetry(Retry getMetadataImportRetry) voidsetGetServiceRetry(Retry getServiceRetry) voidsetListBackupsRetry(Retry listBackupsRetry) voidsetListLocationsRetry(Retry listLocationsRetry) voidsetListMetadataImportsRetry(Retry listMetadataImportsRetry) voidsetListServicesRetry(Retry listServicesRetry) voidsetQuotaProjectId(String quotaProjectId) voidvoidsetSetIamPolicyRetry(Retry setIamPolicyRetry) voidsetTestIamPermissionsRetry(Retry testIamPermissionsRetry) voidsetUseRest(boolean useRest)
-
Constructor Details
-
DataprocMetastoreSpringProperties
public DataprocMetastoreSpringProperties()
-
-
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
-
getListServicesRetry
-
setListServicesRetry
-
getGetServiceRetry
-
setGetServiceRetry
-
getListMetadataImportsRetry
-
setListMetadataImportsRetry
-
getGetMetadataImportRetry
-
setGetMetadataImportRetry
-
getListBackupsRetry
-
setListBackupsRetry
-
getGetBackupRetry
-
setGetBackupRetry
-
getListLocationsRetry
-
setListLocationsRetry
-
getGetLocationRetry
-
setGetLocationRetry
-
getSetIamPolicyRetry
-
setSetIamPolicyRetry
-
getGetIamPolicyRetry
-
setGetIamPolicyRetry
-
getTestIamPermissionsRetry
-
setTestIamPermissionsRetry
-