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()
void
setExecutorThreadCount
(Integer executorThreadCount) void
setGetCertificateAuthorityRetry
(Retry getCertificateAuthorityRetry) void
setGetInstanceRetry
(Retry getInstanceRetry) void
setGetLocationRetry
(Retry getLocationRetry) void
setListInstancesRetry
(Retry listInstancesRetry) void
setListLocationsRetry
(Retry listLocationsRetry) void
setQuotaProjectId
(String quotaProjectId) void
-
Constructor Details
-
MemorystoreSpringProperties
public MemorystoreSpringProperties()
-
-
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
-
getListInstancesRetry
-
setListInstancesRetry
-
getGetInstanceRetry
-
setGetInstanceRetry
-
getGetCertificateAuthorityRetry
-
setGetCertificateAuthorityRetry
-
getListLocationsRetry
-
setListLocationsRetry
-
getGetLocationRetry
-
setGetLocationRetry
-