Class ErrorGroupServiceGrpc (0.162.0-beta)

public final class ErrorGroupServiceGrpc

Service for retrieving and updating individual error groups.

Inheritance

java.lang.Object > ErrorGroupServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(ErrorGroupServiceGrpc.AsyncService service)

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

getGetGroupMethod()

public static MethodDescriptor<GetGroupRequest,ErrorGroup> getGetGroupMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetGroupRequest,ErrorGroup>

getServiceDescriptor()

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

getUpdateGroupMethod()

public static MethodDescriptor<UpdateGroupRequest,ErrorGroup> getUpdateGroupMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateGroupRequest,ErrorGroup>

newBlockingStub(Channel channel)

public static ErrorGroupServiceGrpc.ErrorGroupServiceBlockingStub 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
ErrorGroupServiceGrpc.ErrorGroupServiceBlockingStub

newFutureStub(Channel channel)

public static ErrorGroupServiceGrpc.ErrorGroupServiceFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ErrorGroupServiceGrpc.ErrorGroupServiceFutureStub

newStub(Channel channel)

public static ErrorGroupServiceGrpc.ErrorGroupServiceStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ErrorGroupServiceGrpc.ErrorGroupServiceStub