Class CloudBillingSpringProperties
java.lang.Object
com.google.cloud.billing.v1.spring.CloudBillingSpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.cloud.billing.v1.cloud-billing")
public class CloudBillingSpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for CloudBilling client bean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()booleanvoidsetCreateBillingAccountRetry(Retry createBillingAccountRetry) voidsetExecutorThreadCount(Integer executorThreadCount) voidsetGetBillingAccountRetry(Retry getBillingAccountRetry) voidsetGetIamPolicyRetry(Retry getIamPolicyRetry) voidsetGetProjectBillingInfoRetry(Retry getProjectBillingInfoRetry) voidsetListBillingAccountsRetry(Retry listBillingAccountsRetry) voidsetListProjectBillingInfoRetry(Retry listProjectBillingInfoRetry) voidsetMoveBillingAccountRetry(Retry moveBillingAccountRetry) voidsetQuotaProjectId(String quotaProjectId) voidvoidsetSetIamPolicyRetry(Retry setIamPolicyRetry) voidsetTestIamPermissionsRetry(Retry testIamPermissionsRetry) voidsetUpdateBillingAccountRetry(Retry updateBillingAccountRetry) voidsetUpdateProjectBillingInfoRetry(Retry updateProjectBillingInfoRetry) voidsetUseRest(boolean useRest)
-
Constructor Details
-
CloudBillingSpringProperties
public CloudBillingSpringProperties()
-
-
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
-
getGetBillingAccountRetry
-
setGetBillingAccountRetry
-
getListBillingAccountsRetry
-
setListBillingAccountsRetry
-
getUpdateBillingAccountRetry
-
setUpdateBillingAccountRetry
-
getCreateBillingAccountRetry
-
setCreateBillingAccountRetry
-
getListProjectBillingInfoRetry
-
setListProjectBillingInfoRetry
-
getGetProjectBillingInfoRetry
-
setGetProjectBillingInfoRetry
-
getUpdateProjectBillingInfoRetry
-
setUpdateProjectBillingInfoRetry
-
getGetIamPolicyRetry
-
setGetIamPolicyRetry
-
getSetIamPolicyRetry
-
setSetIamPolicyRetry
-
getTestIamPermissionsRetry
-
setTestIamPermissionsRetry
-
getMoveBillingAccountRetry
-
setMoveBillingAccountRetry
-