Class EngineServiceGrpc (0.37.0)

public final class EngineServiceGrpc

Service for managing Engine configuration.

Inheritance

java.lang.Object > EngineServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(EngineServiceGrpc.AsyncService service)

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

getCreateEngineMethod()

public static MethodDescriptor<CreateEngineRequest,Operation> getCreateEngineMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateEngineRequest,Operation>

getDeleteEngineMethod()

public static MethodDescriptor<DeleteEngineRequest,Operation> getDeleteEngineMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteEngineRequest,Operation>

getGetEngineMethod()

public static MethodDescriptor<GetEngineRequest,Engine> getGetEngineMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetEngineRequest,Engine>

getListEnginesMethod()

public static MethodDescriptor<ListEnginesRequest,ListEnginesResponse> getListEnginesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListEnginesRequest,ListEnginesResponse>

getServiceDescriptor()

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

getUpdateEngineMethod()

public static MethodDescriptor<UpdateEngineRequest,Engine> getUpdateEngineMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateEngineRequest,Engine>

newBlockingStub(Channel channel)

public static EngineServiceGrpc.EngineServiceBlockingStub 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
EngineServiceGrpc.EngineServiceBlockingStub

newFutureStub(Channel channel)

public static EngineServiceGrpc.EngineServiceFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
EngineServiceGrpc.EngineServiceFutureStub

newStub(Channel channel)

public static EngineServiceGrpc.EngineServiceStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
EngineServiceGrpc.EngineServiceStub