Class HubServiceSpringProperties
java.lang.Object
com.google.cloud.networkconnectivity.v1.spring.HubServiceSpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.cloud.networkconnectivity.v1.hub-service")
public class HubServiceSpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for HubService client bean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()
void
setExecutorThreadCount
(Integer executorThreadCount) void
setGetGroupRetry
(Retry getGroupRetry) void
setGetHubRetry
(Retry getHubRetry) void
setGetIamPolicyRetry
(Retry getIamPolicyRetry) void
setGetLocationRetry
(Retry getLocationRetry) void
setGetRouteRetry
(Retry getRouteRetry) void
setGetRouteTableRetry
(Retry getRouteTableRetry) void
setGetSpokeRetry
(Retry getSpokeRetry) void
setListGroupsRetry
(Retry listGroupsRetry) void
setListHubSpokesRetry
(Retry listHubSpokesRetry) void
setListHubsRetry
(Retry listHubsRetry) void
setListLocationsRetry
(Retry listLocationsRetry) void
setListRoutesRetry
(Retry listRoutesRetry) void
setListRouteTablesRetry
(Retry listRouteTablesRetry) void
setListSpokesRetry
(Retry listSpokesRetry) void
setQuotaProjectId
(String quotaProjectId) void
void
setSetIamPolicyRetry
(Retry setIamPolicyRetry) void
setTestIamPermissionsRetry
(Retry testIamPermissionsRetry)
-
Constructor Details
-
HubServiceSpringProperties
public HubServiceSpringProperties()
-
-
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
-
getListHubsRetry
-
setListHubsRetry
-
getGetHubRetry
-
setGetHubRetry
-
getListHubSpokesRetry
-
setListHubSpokesRetry
-
getListSpokesRetry
-
setListSpokesRetry
-
getGetSpokeRetry
-
setGetSpokeRetry
-
getGetRouteTableRetry
-
setGetRouteTableRetry
-
getGetRouteRetry
-
setGetRouteRetry
-
getListRoutesRetry
-
setListRoutesRetry
-
getListRouteTablesRetry
-
setListRouteTablesRetry
-
getGetGroupRetry
-
setGetGroupRetry
-
getListGroupsRetry
-
setListGroupsRetry
-
getListLocationsRetry
-
setListLocationsRetry
-
getGetLocationRetry
-
setGetLocationRetry
-
getSetIamPolicyRetry
-
setSetIamPolicyRetry
-
getGetIamPolicyRetry
-
setGetIamPolicyRetry
-
getTestIamPermissionsRetry
-
setTestIamPermissionsRetry
-