Class SecurityPoliciesSpringProperties
java.lang.Object
com.google.cloud.compute.v1.spring.SecurityPoliciesSpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.cloud.compute.v1.security-policies")
public class SecurityPoliciesSpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for SecurityPolicies client bean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()
void
setAggregatedListRetry
(Retry aggregatedListRetry) void
setExecutorThreadCount
(Integer executorThreadCount) void
setGetRetry
(Retry getRetry) void
setGetRuleRetry
(Retry getRuleRetry) void
setListPreconfiguredExpressionSetsRetry
(Retry listPreconfiguredExpressionSetsRetry) void
setListRetry
(Retry listRetry) void
setQuotaProjectId
(String quotaProjectId) void
-
Constructor Details
-
SecurityPoliciesSpringProperties
public SecurityPoliciesSpringProperties()
-
-
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
-
getExecutorThreadCount
-
setExecutorThreadCount
-
getRetry
-
setRetry
-
getAggregatedListRetry
-
setAggregatedListRetry
-
getGetRetry
-
setGetRetry
-
getGetRuleRetry
-
setGetRuleRetry
-
getListRetry
-
setListRetry
-
getListPreconfiguredExpressionSetsRetry
-
setListPreconfiguredExpressionSetsRetry
-