Class AdviceSpringProperties
java.lang.Object
com.google.cloud.compute.v1.spring.AdviceSpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.cloud.compute.v1.advice")
public class AdviceSpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for Advice client bean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()voidsetCalendarModeRetry(Retry calendarModeRetry) voidsetExecutorThreadCount(Integer executorThreadCount) voidsetQuotaProjectId(String quotaProjectId) void
-
Constructor Details
-
AdviceSpringProperties
public AdviceSpringProperties()
-
-
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
-
getCalendarModeRetry
-
setCalendarModeRetry
-