Uses of Class
com.google.cloud.memcache.v1beta2.stub.CloudMemcacheStubSettings
-
Packages that use CloudMemcacheStubSettings Package Description com.google.cloud.memcache.v1beta2 A client to Cloud Memorystore for Memcached APIcom.google.cloud.memcache.v1beta2.stub -
-
Uses of CloudMemcacheStubSettings in com.google.cloud.memcache.v1beta2
Methods in com.google.cloud.memcache.v1beta2 with parameters of type CloudMemcacheStubSettings Modifier and Type Method Description static CloudMemcacheSettings
CloudMemcacheSettings. create(CloudMemcacheStubSettings stub)
-
Uses of CloudMemcacheStubSettings in com.google.cloud.memcache.v1beta2.stub
Methods in com.google.cloud.memcache.v1beta2.stub that return CloudMemcacheStubSettings Modifier and Type Method Description CloudMemcacheStubSettings
CloudMemcacheStubSettings.Builder. build()
Methods in com.google.cloud.memcache.v1beta2.stub with parameters of type CloudMemcacheStubSettings Modifier and Type Method Description static GrpcCloudMemcacheStub
GrpcCloudMemcacheStub. create(CloudMemcacheStubSettings settings)
static HttpJsonCloudMemcacheStub
HttpJsonCloudMemcacheStub. create(CloudMemcacheStubSettings settings)
Constructors in com.google.cloud.memcache.v1beta2.stub with parameters of type CloudMemcacheStubSettings Constructor Description Builder(CloudMemcacheStubSettings settings)
GrpcCloudMemcacheStub(CloudMemcacheStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcCloudMemcacheStub, using the given settings.GrpcCloudMemcacheStub(CloudMemcacheStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcCloudMemcacheStub, using the given settings.HttpJsonCloudMemcacheStub(CloudMemcacheStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonCloudMemcacheStub, using the given settings.HttpJsonCloudMemcacheStub(CloudMemcacheStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonCloudMemcacheStub, using the given settings.
-