Package com.google.cloud.memcache.v1
Class CloudMemcacheGrpc
- java.lang.Object
-
- com.google.cloud.memcache.v1.CloudMemcacheGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/memcache/v1/cloud_memcache.proto") public final class CloudMemcacheGrpc extends Object
Configures and manages Cloud Memorystore for Memcached instances. The `memcache.googleapis.com` service implements the Google Cloud Memorystore for Memcached API and defines the following resource model for managing Memorystore Memcached (also called Memcached below) instances: * 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 Memcached instances, named: `/instances/*` * As such, Memcached instances are resources of the form: `/projects/{project_id}/locations/{location_id}/instances/{instance_id}` Note that location_id must be a GCP `region`; for example: * `projects/my-memcached-project/locations/us-central1/instances/my-memcached`
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCloudMemcacheGrpc.AsyncServiceConfigures and manages Cloud Memorystore for Memcached instances.static classCloudMemcacheGrpc.CloudMemcacheBlockingStubA stub to allow clients to do synchronous rpc calls to service CloudMemcache.static classCloudMemcacheGrpc.CloudMemcacheFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service CloudMemcache.static classCloudMemcacheGrpc.CloudMemcacheImplBaseBase class for the server implementation of the service CloudMemcache.static classCloudMemcacheGrpc.CloudMemcacheStubA stub to allow clients to do asynchronous rpc calls to service CloudMemcache.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(CloudMemcacheGrpc.AsyncService service)static io.grpc.MethodDescriptor<ApplyParametersRequest,com.google.longrunning.Operation>getApplyParametersMethod()static io.grpc.MethodDescriptor<CreateInstanceRequest,com.google.longrunning.Operation>getCreateInstanceMethod()static io.grpc.MethodDescriptor<DeleteInstanceRequest,com.google.longrunning.Operation>getDeleteInstanceMethod()static io.grpc.MethodDescriptor<GetInstanceRequest,Instance>getGetInstanceMethod()static io.grpc.MethodDescriptor<ListInstancesRequest,ListInstancesResponse>getListInstancesMethod()static io.grpc.MethodDescriptor<RescheduleMaintenanceRequest,com.google.longrunning.Operation>getRescheduleMaintenanceMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<UpdateInstanceRequest,com.google.longrunning.Operation>getUpdateInstanceMethod()static io.grpc.MethodDescriptor<UpdateParametersRequest,com.google.longrunning.Operation>getUpdateParametersMethod()static CloudMemcacheGrpc.CloudMemcacheBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic CloudMemcacheGrpc.CloudMemcacheFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic CloudMemcacheGrpc.CloudMemcacheStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getListInstancesMethod
public static io.grpc.MethodDescriptor<ListInstancesRequest,ListInstancesResponse> getListInstancesMethod()
-
getGetInstanceMethod
public static io.grpc.MethodDescriptor<GetInstanceRequest,Instance> getGetInstanceMethod()
-
getCreateInstanceMethod
public static io.grpc.MethodDescriptor<CreateInstanceRequest,com.google.longrunning.Operation> getCreateInstanceMethod()
-
getUpdateInstanceMethod
public static io.grpc.MethodDescriptor<UpdateInstanceRequest,com.google.longrunning.Operation> getUpdateInstanceMethod()
-
getUpdateParametersMethod
public static io.grpc.MethodDescriptor<UpdateParametersRequest,com.google.longrunning.Operation> getUpdateParametersMethod()
-
getDeleteInstanceMethod
public static io.grpc.MethodDescriptor<DeleteInstanceRequest,com.google.longrunning.Operation> getDeleteInstanceMethod()
-
getApplyParametersMethod
public static io.grpc.MethodDescriptor<ApplyParametersRequest,com.google.longrunning.Operation> getApplyParametersMethod()
-
getRescheduleMaintenanceMethod
public static io.grpc.MethodDescriptor<RescheduleMaintenanceRequest,com.google.longrunning.Operation> getRescheduleMaintenanceMethod()
-
newStub
public static CloudMemcacheGrpc.CloudMemcacheStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static CloudMemcacheGrpc.CloudMemcacheBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static CloudMemcacheGrpc.CloudMemcacheFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(CloudMemcacheGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-