Class ControlServiceGrpc (2.43.0)

public final class ControlServiceGrpc

Service for modifying Control.

Inheritance

java.lang.Object > ControlServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(ControlServiceGrpc.AsyncService service)

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

getCreateControlMethod()

public static MethodDescriptor<CreateControlRequest,Control> getCreateControlMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateControlRequest,Control>

getDeleteControlMethod()

public static MethodDescriptor<DeleteControlRequest,Empty> getDeleteControlMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteControlRequest,Empty>

getGetControlMethod()

public static MethodDescriptor<GetControlRequest,Control> getGetControlMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetControlRequest,Control>

getListControlsMethod()

public static MethodDescriptor<ListControlsRequest,ListControlsResponse> getListControlsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListControlsRequest,ListControlsResponse>

getServiceDescriptor()

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

getUpdateControlMethod()

public static MethodDescriptor<UpdateControlRequest,Control> getUpdateControlMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateControlRequest,Control>

newBlockingStub(Channel channel)

public static ControlServiceGrpc.ControlServiceBlockingStub 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
ControlServiceGrpc.ControlServiceBlockingStub

newFutureStub(Channel channel)

public static ControlServiceGrpc.ControlServiceFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ControlServiceGrpc.ControlServiceFutureStub

newStub(Channel channel)

public static ControlServiceGrpc.ControlServiceStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ControlServiceGrpc.ControlServiceStub