Uses of Class
com.google.cloud.memcache.v1beta2.CloudMemcacheSettings
-
Packages that use CloudMemcacheSettings Package Description com.google.cloud.memcache.v1beta2 A client to Cloud Memorystore for Memcached API -
-
Uses of CloudMemcacheSettings in com.google.cloud.memcache.v1beta2
Methods in com.google.cloud.memcache.v1beta2 that return CloudMemcacheSettings Modifier and Type Method Description CloudMemcacheSettings
CloudMemcacheSettings.Builder. build()
static CloudMemcacheSettings
CloudMemcacheSettings. create(CloudMemcacheStubSettings stub)
CloudMemcacheSettings
CloudMemcacheClient. getSettings()
Methods in com.google.cloud.memcache.v1beta2 with parameters of type CloudMemcacheSettings Modifier and Type Method Description static CloudMemcacheClient
CloudMemcacheClient. create(CloudMemcacheSettings settings)
Constructs an instance of CloudMemcacheClient, using the given settings.Constructors in com.google.cloud.memcache.v1beta2 with parameters of type CloudMemcacheSettings Constructor Description Builder(CloudMemcacheSettings settings)
CloudMemcacheClient(CloudMemcacheSettings settings)
Constructs an instance of CloudMemcacheClient, using the given settings.
-