Class GeneratorsGrpc (0.52.0)

public final class GeneratorsGrpc

Service for managing Generators

Inheritance

java.lang.Object > GeneratorsGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(GeneratorsGrpc.AsyncService service)

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

getCreateGeneratorMethod()

public static MethodDescriptor<CreateGeneratorRequest,Generator> getCreateGeneratorMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateGeneratorRequest,Generator>

getDeleteGeneratorMethod()

public static MethodDescriptor<DeleteGeneratorRequest,Empty> getDeleteGeneratorMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteGeneratorRequest,Empty>

getGetGeneratorMethod()

public static MethodDescriptor<GetGeneratorRequest,Generator> getGetGeneratorMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetGeneratorRequest,Generator>

getListGeneratorsMethod()

public static MethodDescriptor<ListGeneratorsRequest,ListGeneratorsResponse> getListGeneratorsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListGeneratorsRequest,ListGeneratorsResponse>

getServiceDescriptor()

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

getUpdateGeneratorMethod()

public static MethodDescriptor<UpdateGeneratorRequest,Generator> getUpdateGeneratorMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateGeneratorRequest,Generator>

newBlockingStub(Channel channel)

public static GeneratorsGrpc.GeneratorsBlockingStub 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
GeneratorsGrpc.GeneratorsBlockingStub

newFutureStub(Channel channel)

public static GeneratorsGrpc.GeneratorsFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
GeneratorsGrpc.GeneratorsFutureStub

newStub(Channel channel)

public static GeneratorsGrpc.GeneratorsStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
GeneratorsGrpc.GeneratorsStub