Class CrossNetworkAutomationServiceSpringProperties
java.lang.Object
com.google.cloud.networkconnectivity.v1.spring.CrossNetworkAutomationServiceSpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.cloud.networkconnectivity.v1.cross-network-automation-service")
public class CrossNetworkAutomationServiceSpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for CrossNetworkAutomationService client bean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()voidsetExecutorThreadCount(Integer executorThreadCount) voidsetGetIamPolicyRetry(Retry getIamPolicyRetry) voidsetGetLocationRetry(Retry getLocationRetry) voidsetGetServiceClassRetry(Retry getServiceClassRetry) voidsetGetServiceConnectionMapRetry(Retry getServiceConnectionMapRetry) voidsetGetServiceConnectionPolicyRetry(Retry getServiceConnectionPolicyRetry) voidsetGetServiceConnectionTokenRetry(Retry getServiceConnectionTokenRetry) voidsetListLocationsRetry(Retry listLocationsRetry) voidsetListServiceClassesRetry(Retry listServiceClassesRetry) voidsetListServiceConnectionMapsRetry(Retry listServiceConnectionMapsRetry) voidsetListServiceConnectionPoliciesRetry(Retry listServiceConnectionPoliciesRetry) voidsetListServiceConnectionTokensRetry(Retry listServiceConnectionTokensRetry) voidsetQuotaProjectId(String quotaProjectId) voidvoidsetSetIamPolicyRetry(Retry setIamPolicyRetry) voidsetTestIamPermissionsRetry(Retry testIamPermissionsRetry)
-
Constructor Details
-
CrossNetworkAutomationServiceSpringProperties
public CrossNetworkAutomationServiceSpringProperties()
-
-
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
-
getListServiceConnectionMapsRetry
-
setListServiceConnectionMapsRetry
-
getGetServiceConnectionMapRetry
-
setGetServiceConnectionMapRetry
-
getListServiceConnectionPoliciesRetry
-
setListServiceConnectionPoliciesRetry
-
getGetServiceConnectionPolicyRetry
-
setGetServiceConnectionPolicyRetry
-
getListServiceClassesRetry
-
setListServiceClassesRetry
-
getGetServiceClassRetry
-
setGetServiceClassRetry
-
getGetServiceConnectionTokenRetry
-
setGetServiceConnectionTokenRetry
-
getListServiceConnectionTokensRetry
-
setListServiceConnectionTokensRetry
-
getListLocationsRetry
-
setListLocationsRetry
-
getGetLocationRetry
-
setGetLocationRetry
-
getSetIamPolicyRetry
-
setSetIamPolicyRetry
-
getGetIamPolicyRetry
-
setGetIamPolicyRetry
-
getTestIamPermissionsRetry
-
setTestIamPermissionsRetry
-