Class NetworkFirewallPoliciesSpringProperties
java.lang.Object
com.google.cloud.compute.v1.spring.NetworkFirewallPoliciesSpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.cloud.compute.v1.network-firewall-policies")
public class NetworkFirewallPoliciesSpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for NetworkFirewallPolicies client bean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()
void
setExecutorThreadCount
(Integer executorThreadCount) void
setGetAssociationRetry
(Retry getAssociationRetry) void
setGetIamPolicyRetry
(Retry getIamPolicyRetry) void
setGetRetry
(Retry getRetry) void
setGetRuleRetry
(Retry getRuleRetry) void
setListRetry
(Retry listRetry) void
setQuotaProjectId
(String quotaProjectId) void
void
setSetIamPolicyRetry
(Retry setIamPolicyRetry) void
setTestIamPermissionsRetry
(Retry testIamPermissionsRetry)
-
Constructor Details
-
NetworkFirewallPoliciesSpringProperties
public NetworkFirewallPoliciesSpringProperties()
-
-
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
-
getGetRetry
-
setGetRetry
-
getGetAssociationRetry
-
setGetAssociationRetry
-
getGetIamPolicyRetry
-
setGetIamPolicyRetry
-
getGetRuleRetry
-
setGetRuleRetry
-
getListRetry
-
setListRetry
-
getSetIamPolicyRetry
-
setSetIamPolicyRetry
-
getTestIamPermissionsRetry
-
setTestIamPermissionsRetry
-