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) voidsetGetHubRetry(Retry getHubRetry) voidsetGetSpokeRetry(Retry getSpokeRetry) voidsetListHubsRetry(Retry listHubsRetry) voidsetListSpokesRetry(Retry listSpokesRetry) voidsetQuotaProjectId(String quotaProjectId) void
-
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
-
getListSpokesRetry
-
setListSpokesRetry
-
getGetSpokeRetry
-
setGetSpokeRetry
-