Class InternalRangeServiceSpringProperties
java.lang.Object
com.google.cloud.networkconnectivity.v1.spring.InternalRangeServiceSpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.cloud.networkconnectivity.v1.internal-range-service")
public class InternalRangeServiceSpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for InternalRangeService client bean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()
void
setExecutorThreadCount
(Integer executorThreadCount) void
setGetIamPolicyRetry
(Retry getIamPolicyRetry) void
setGetInternalRangeRetry
(Retry getInternalRangeRetry) void
setGetLocationRetry
(Retry getLocationRetry) void
setListInternalRangesRetry
(Retry listInternalRangesRetry) void
setListLocationsRetry
(Retry listLocationsRetry) void
setQuotaProjectId
(String quotaProjectId) void
void
setSetIamPolicyRetry
(Retry setIamPolicyRetry) void
setTestIamPermissionsRetry
(Retry testIamPermissionsRetry)
-
Constructor Details
-
InternalRangeServiceSpringProperties
public InternalRangeServiceSpringProperties()
-
-
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
-
getListInternalRangesRetry
-
setListInternalRangesRetry
-
getGetInternalRangeRetry
-
setGetInternalRangeRetry
-
getListLocationsRetry
-
setListLocationsRetry
-
getGetLocationRetry
-
setGetLocationRetry
-
getSetIamPolicyRetry
-
setSetIamPolicyRetry
-
getGetIamPolicyRetry
-
setGetIamPolicyRetry
-
getTestIamPermissionsRetry
-
setTestIamPermissionsRetry
-