Class OrganizationAddressGroupServiceSpringProperties
java.lang.Object
com.google.cloud.networksecurity.v1.spring.OrganizationAddressGroupServiceSpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.cloud.networksecurity.v1.organization-address-group-service")
public class OrganizationAddressGroupServiceSpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for OrganizationAddressGroupService client bean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()voidsetExecutorThreadCount(Integer executorThreadCount) voidsetGetAddressGroupRetry(Retry getAddressGroupRetry) voidsetGetIamPolicyRetry(Retry getIamPolicyRetry) voidsetGetLocationRetry(Retry getLocationRetry) voidsetListAddressGroupReferencesRetry(Retry listAddressGroupReferencesRetry) voidsetListAddressGroupsRetry(Retry listAddressGroupsRetry) voidsetListLocationsRetry(Retry listLocationsRetry) voidsetQuotaProjectId(String quotaProjectId) voidvoidsetSetIamPolicyRetry(Retry setIamPolicyRetry) voidsetTestIamPermissionsRetry(Retry testIamPermissionsRetry)
-
Constructor Details
-
OrganizationAddressGroupServiceSpringProperties
public OrganizationAddressGroupServiceSpringProperties()
-
-
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
-
getListAddressGroupsRetry
-
setListAddressGroupsRetry
-
getGetAddressGroupRetry
-
setGetAddressGroupRetry
-
getListAddressGroupReferencesRetry
-
setListAddressGroupReferencesRetry
-
getListLocationsRetry
-
setListLocationsRetry
-
getGetLocationRetry
-
setGetLocationRetry
-
getSetIamPolicyRetry
-
setSetIamPolicyRetry
-
getGetIamPolicyRetry
-
setGetIamPolicyRetry
-
getTestIamPermissionsRetry
-
setTestIamPermissionsRetry
-