Class ServiceControllerSpringProperties
java.lang.Object
com.google.api.servicecontrol.v2.spring.ServiceControllerSpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.api.servicecontrol.v2.service-controller")
public class ServiceControllerSpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for ServiceController client bean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()
boolean
void
setCheckRetry
(Retry checkRetry) void
setExecutorThreadCount
(Integer executorThreadCount) void
setQuotaProjectId
(String quotaProjectId) void
setReportRetry
(Retry reportRetry) void
void
setUseRest
(boolean useRest)
-
Constructor Details
-
ServiceControllerSpringProperties
public ServiceControllerSpringProperties()
-
-
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
-
getUseRest
public boolean getUseRest() -
setUseRest
public void setUseRest(boolean useRest) -
getExecutorThreadCount
-
setExecutorThreadCount
-
getRetry
-
setRetry
-
getCheckRetry
-
setCheckRetry
-
getReportRetry
-
setReportRetry
-