Uses of Class
com.google.cloud.memcache.v1.stub.CloudMemcacheStubSettings
-
Packages that use CloudMemcacheStubSettings Package Description com.google.cloud.memcache.v1 A client to Cloud Memorystore for Memcached APIcom.google.cloud.memcache.v1.stub -
-
Uses of CloudMemcacheStubSettings in com.google.cloud.memcache.v1
Methods in com.google.cloud.memcache.v1 with parameters of type CloudMemcacheStubSettings Modifier and Type Method Description static CloudMemcacheSettingsCloudMemcacheSettings. create(CloudMemcacheStubSettings stub) -
Uses of CloudMemcacheStubSettings in com.google.cloud.memcache.v1.stub
Methods in com.google.cloud.memcache.v1.stub that return CloudMemcacheStubSettings Modifier and Type Method Description CloudMemcacheStubSettingsCloudMemcacheStubSettings.Builder. build()Methods in com.google.cloud.memcache.v1.stub with parameters of type CloudMemcacheStubSettings Modifier and Type Method Description static GrpcCloudMemcacheStubGrpcCloudMemcacheStub. create(CloudMemcacheStubSettings settings)static HttpJsonCloudMemcacheStubHttpJsonCloudMemcacheStub. create(CloudMemcacheStubSettings settings)Constructors in com.google.cloud.memcache.v1.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.
-