Class MemorystoreSpringProperties
java.lang.Object
com.google.cloud.memorystore.v1.spring.MemorystoreSpringProperties
- All Implemented Interfaces:
CredentialsSupplier
@Generated("by google-cloud-spring-generator")
@BetaApi("Autogenerated Spring autoconfiguration is not yet stable")
@ConfigurationProperties("com.google.cloud.memorystore.v1.memorystore")
public class MemorystoreSpringProperties
extends Object
implements CredentialsSupplier
Provides default property values for Memorystore client bean
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSupplies credentials configuration.getRetry()voidsetExecutorThreadCount(Integer executorThreadCount) voidsetGetCertificateAuthorityRetry(Retry getCertificateAuthorityRetry) voidsetGetInstanceRetry(Retry getInstanceRetry) voidsetGetLocationRetry(Retry getLocationRetry) voidsetListInstancesRetry(Retry listInstancesRetry) voidsetListLocationsRetry(Retry listLocationsRetry) voidsetQuotaProjectId(String quotaProjectId) void
-
Constructor Details
-
MemorystoreSpringProperties
public MemorystoreSpringProperties()
-
-
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
-
getListInstancesRetry
-
setListInstancesRetry
-
getGetInstanceRetry
-
setGetInstanceRetry
-
getGetCertificateAuthorityRetry
-
setGetCertificateAuthorityRetry
-
getListLocationsRetry
-
setListLocationsRetry
-
getGetLocationRetry
-
setGetLocationRetry
-