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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()voidsetExecutorThreadCount(Integer executorThreadCount) voidsetGetGroupRetry(Retry getGroupRetry) voidsetGetHubRetry(Retry getHubRetry) voidsetGetIamPolicyRetry(Retry getIamPolicyRetry) voidsetGetLocationRetry(Retry getLocationRetry) voidsetGetRouteRetry(Retry getRouteRetry) voidsetGetRouteTableRetry(Retry getRouteTableRetry) voidsetGetSpokeRetry(Retry getSpokeRetry) voidsetListGroupsRetry(Retry listGroupsRetry) voidsetListHubSpokesRetry(Retry listHubSpokesRetry) voidsetListHubsRetry(Retry listHubsRetry) voidsetListLocationsRetry(Retry listLocationsRetry) voidsetListRoutesRetry(Retry listRoutesRetry) voidsetListRouteTablesRetry(Retry listRouteTablesRetry) voidsetListSpokesRetry(Retry listSpokesRetry) voidsetQueryHubStatusRetry(Retry queryHubStatusRetry) voidsetQuotaProjectId(String quotaProjectId) voidvoidsetSetIamPolicyRetry(Retry setIamPolicyRetry) voidsetTestIamPermissionsRetry(Retry testIamPermissionsRetry)
-
Constructor Details
-
HubServiceSpringProperties
public HubServiceSpringProperties()
-
-
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
-
getListHubsRetry
-
setListHubsRetry
-
getGetHubRetry
-
setGetHubRetry
-
getListHubSpokesRetry
-
setListHubSpokesRetry
-
getQueryHubStatusRetry
-
setQueryHubStatusRetry
-
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
-