Class EnvironmentsSpringProperties
java.lang.Object
com.google.cloud.dialogflow.v2.spring.EnvironmentsSpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.cloud.dialogflow.v2.environments")
public class EnvironmentsSpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for Environments client bean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()booleanvoidsetCreateEnvironmentRetry(Retry createEnvironmentRetry) voidsetDeleteEnvironmentRetry(Retry deleteEnvironmentRetry) voidsetExecutorThreadCount(Integer executorThreadCount) voidsetGetEnvironmentHistoryRetry(Retry getEnvironmentHistoryRetry) voidsetGetEnvironmentRetry(Retry getEnvironmentRetry) voidsetGetLocationRetry(Retry getLocationRetry) voidsetListEnvironmentsRetry(Retry listEnvironmentsRetry) voidsetListLocationsRetry(Retry listLocationsRetry) voidsetQuotaProjectId(String quotaProjectId) voidvoidsetUpdateEnvironmentRetry(Retry updateEnvironmentRetry) voidsetUseRest(boolean useRest)
-
Constructor Details
-
EnvironmentsSpringProperties
public EnvironmentsSpringProperties()
-
-
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
-
getUseRest
public boolean getUseRest() -
setUseRest
public void setUseRest(boolean useRest) -
getExecutorThreadCount
-
setExecutorThreadCount
-
getRetry
-
setRetry
-
getListEnvironmentsRetry
-
setListEnvironmentsRetry
-
getGetEnvironmentRetry
-
setGetEnvironmentRetry
-
getCreateEnvironmentRetry
-
setCreateEnvironmentRetry
-
getUpdateEnvironmentRetry
-
setUpdateEnvironmentRetry
-
getDeleteEnvironmentRetry
-
setDeleteEnvironmentRetry
-
getGetEnvironmentHistoryRetry
-
setGetEnvironmentHistoryRetry
-
getListLocationsRetry
-
setListLocationsRetry
-
getGetLocationRetry
-
setGetLocationRetry
-