Class CloudRedisClusterGrpc (0.8.0)

public final class CloudRedisClusterGrpc

Configures and manages Cloud Memorystore for Redis clusters Google Cloud Memorystore for Redis Cluster The redis.googleapis.com service implements the Google Cloud Memorystore for Redis API and defines the following resource model for managing Redis clusters:

  • The service works with a collection of cloud projects, named: /projects/*
  • Each project has a collection of available locations, named: /locations/*
  • Each location has a collection of Redis clusters, named: /clusters/*
  • As such, Redis clusters are resources of the form: /projects/{project_id}/locations/{location_id}/clusters/{instance_id} Note that location_id must be a GCP region; for example:
  • projects/redpepper-1290/locations/us-central1/clusters/my-redis We use API version selector for Flex APIs
  • The versioning strategy is release-based versioning
  • Our backend CLH only deals with the superset version (called v1main)
  • Existing backend for Redis Gen1 and MRR is not touched.
  • More details in go/redis-flex-api-versioning

Inheritance

java.lang.Object > CloudRedisClusterGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(CloudRedisClusterGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(CloudRedisClusterGrpc.AsyncService service)
Parameter
NameDescription
serviceCloudRedisClusterGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getCreateClusterMethod()

public static MethodDescriptor<CreateClusterRequest,Operation> getCreateClusterMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateClusterRequest,Operation>

getDeleteClusterMethod()

public static MethodDescriptor<DeleteClusterRequest,Operation> getDeleteClusterMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteClusterRequest,Operation>

getGetClusterMethod()

public static MethodDescriptor<GetClusterRequest,Cluster> getGetClusterMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetClusterRequest,Cluster>

getListClustersMethod()

public static MethodDescriptor<ListClustersRequest,ListClustersResponse> getListClustersMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListClustersRequest,ListClustersResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getUpdateClusterMethod()

public static MethodDescriptor<UpdateClusterRequest,Operation> getUpdateClusterMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateClusterRequest,Operation>

newBlockingStub(Channel channel)

public static CloudRedisClusterGrpc.CloudRedisClusterBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
CloudRedisClusterGrpc.CloudRedisClusterBlockingStub

newFutureStub(Channel channel)

public static CloudRedisClusterGrpc.CloudRedisClusterFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
CloudRedisClusterGrpc.CloudRedisClusterFutureStub

newStub(Channel channel)

public static CloudRedisClusterGrpc.CloudRedisClusterStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
CloudRedisClusterGrpc.CloudRedisClusterStub