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()
void
setExecutorThreadCount
(Integer executorThreadCount) void
setGetHubRetry
(Retry getHubRetry) void
setGetSpokeRetry
(Retry getSpokeRetry) void
setListHubsRetry
(Retry listHubsRetry) void
setListSpokesRetry
(Retry listSpokesRetry) void
setQuotaProjectId
(String quotaProjectId) void
-
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
-
getListSpokesRetry
-
setListSpokesRetry
-
getGetSpokeRetry
-
setGetSpokeRetry
-