Uses of Class
com.google.cloud.redis.v1.stub.CloudRedisStubSettings
-
Packages that use CloudRedisStubSettings Package Description com.google.cloud.redis.v1 A client to Google Cloud Memorystore for Redis APIcom.google.cloud.redis.v1.stub -
-
Uses of CloudRedisStubSettings in com.google.cloud.redis.v1
Methods in com.google.cloud.redis.v1 with parameters of type CloudRedisStubSettings Modifier and Type Method Description static CloudRedisSettings
CloudRedisSettings. create(CloudRedisStubSettings stub)
-
Uses of CloudRedisStubSettings in com.google.cloud.redis.v1.stub
Methods in com.google.cloud.redis.v1.stub that return CloudRedisStubSettings Modifier and Type Method Description CloudRedisStubSettings
CloudRedisStubSettings.Builder. build()
Methods in com.google.cloud.redis.v1.stub with parameters of type CloudRedisStubSettings Modifier and Type Method Description static GrpcCloudRedisStub
GrpcCloudRedisStub. create(CloudRedisStubSettings settings)
static HttpJsonCloudRedisStub
HttpJsonCloudRedisStub. create(CloudRedisStubSettings settings)
Constructors in com.google.cloud.redis.v1.stub with parameters of type CloudRedisStubSettings Constructor Description Builder(CloudRedisStubSettings settings)
GrpcCloudRedisStub(CloudRedisStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcCloudRedisStub, using the given settings.GrpcCloudRedisStub(CloudRedisStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcCloudRedisStub, using the given settings.HttpJsonCloudRedisStub(CloudRedisStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonCloudRedisStub, using the given settings.HttpJsonCloudRedisStub(CloudRedisStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonCloudRedisStub, using the given settings.
-