Class NetworkSecuritySpringProperties
java.lang.Object
com.google.cloud.networksecurity.v1.spring.NetworkSecuritySpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.cloud.networksecurity.v1.network-security")
public class NetworkSecuritySpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for NetworkSecurity client bean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()voidsetExecutorThreadCount(Integer executorThreadCount) voidsetGetAuthorizationPolicyRetry(Retry getAuthorizationPolicyRetry) voidsetGetClientTlsPolicyRetry(Retry getClientTlsPolicyRetry) voidsetGetIamPolicyRetry(Retry getIamPolicyRetry) voidsetGetLocationRetry(Retry getLocationRetry) voidsetGetServerTlsPolicyRetry(Retry getServerTlsPolicyRetry) voidsetListAuthorizationPoliciesRetry(Retry listAuthorizationPoliciesRetry) voidsetListClientTlsPoliciesRetry(Retry listClientTlsPoliciesRetry) voidsetListLocationsRetry(Retry listLocationsRetry) voidsetListServerTlsPoliciesRetry(Retry listServerTlsPoliciesRetry) voidsetQuotaProjectId(String quotaProjectId) voidvoidsetSetIamPolicyRetry(Retry setIamPolicyRetry) voidsetTestIamPermissionsRetry(Retry testIamPermissionsRetry)
-
Constructor Details
-
NetworkSecuritySpringProperties
public NetworkSecuritySpringProperties()
-
-
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
-
getExecutorThreadCount
-
setExecutorThreadCount
-
getRetry
-
setRetry
-
getListAuthorizationPoliciesRetry
-
setListAuthorizationPoliciesRetry
-
getGetAuthorizationPolicyRetry
-
setGetAuthorizationPolicyRetry
-
getListServerTlsPoliciesRetry
-
setListServerTlsPoliciesRetry
-
getGetServerTlsPolicyRetry
-
setGetServerTlsPolicyRetry
-
getListClientTlsPoliciesRetry
-
setListClientTlsPoliciesRetry
-
getGetClientTlsPolicyRetry
-
setGetClientTlsPolicyRetry
-
getListLocationsRetry
-
setListLocationsRetry
-
getGetLocationRetry
-
setGetLocationRetry
-
getSetIamPolicyRetry
-
setSetIamPolicyRetry
-
getGetIamPolicyRetry
-
setGetIamPolicyRetry
-
getTestIamPermissionsRetry
-
setTestIamPermissionsRetry
-