Class CloudMemcacheGrpc (2.44.0)

public final class CloudMemcacheGrpc

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

Inheritance

java.lang.Object > CloudMemcacheGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(CloudMemcacheGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(CloudMemcacheGrpc.AsyncService service)
Parameter
Name Description
service CloudMemcacheGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getApplyParametersMethod()

public static MethodDescriptor<ApplyParametersRequest,Operation> getApplyParametersMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ApplyParametersRequest,Operation>

getApplySoftwareUpdateMethod()

public static MethodDescriptor<ApplySoftwareUpdateRequest,Operation> getApplySoftwareUpdateMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ApplySoftwareUpdateRequest,Operation>

getCreateInstanceMethod()

public static MethodDescriptor<CreateInstanceRequest,Operation> getCreateInstanceMethod()
Returns
Type Description
io.grpc.MethodDescriptor<CreateInstanceRequest,Operation>

getDeleteInstanceMethod()

public static MethodDescriptor<DeleteInstanceRequest,Operation> getDeleteInstanceMethod()
Returns
Type Description
io.grpc.MethodDescriptor<DeleteInstanceRequest,Operation>

getGetInstanceMethod()

public static MethodDescriptor<GetInstanceRequest,Instance> getGetInstanceMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetInstanceRequest,Instance>

getListInstancesMethod()

public static MethodDescriptor<ListInstancesRequest,ListInstancesResponse> getListInstancesMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListInstancesRequest,ListInstancesResponse>

getRescheduleMaintenanceMethod()

public static MethodDescriptor<RescheduleMaintenanceRequest,Operation> getRescheduleMaintenanceMethod()
Returns
Type Description
io.grpc.MethodDescriptor<RescheduleMaintenanceRequest,Operation>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

getUpdateInstanceMethod()

public static MethodDescriptor<UpdateInstanceRequest,Operation> getUpdateInstanceMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateInstanceRequest,Operation>

getUpdateParametersMethod()

public static MethodDescriptor<UpdateParametersRequest,Operation> getUpdateParametersMethod()
Returns
Type Description
io.grpc.MethodDescriptor<UpdateParametersRequest,Operation>

newBlockingStub(Channel channel)

public static CloudMemcacheGrpc.CloudMemcacheBlockingStub newBlockingStub(Channel channel)

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

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
CloudMemcacheGrpc.CloudMemcacheBlockingStub

newFutureStub(Channel channel)

public static CloudMemcacheGrpc.CloudMemcacheFutureStub newFutureStub(Channel channel)

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

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
CloudMemcacheGrpc.CloudMemcacheFutureStub

newStub(Channel channel)

public static CloudMemcacheGrpc.CloudMemcacheStub newStub(Channel channel)

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

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
CloudMemcacheGrpc.CloudMemcacheStub