Class AnswerRecordsGrpc (4.47.0)

public final class AnswerRecordsGrpc

Service for managing AnswerRecords.

Inheritance

java.lang.Object > AnswerRecordsGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(AnswerRecordsGrpc.AsyncService service)

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

getGetAnswerRecordMethod()

public static MethodDescriptor<GetAnswerRecordRequest,AnswerRecord> getGetAnswerRecordMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetAnswerRecordRequest,AnswerRecord>

getListAnswerRecordsMethod()

public static MethodDescriptor<ListAnswerRecordsRequest,ListAnswerRecordsResponse> getListAnswerRecordsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListAnswerRecordsRequest,ListAnswerRecordsResponse>

getServiceDescriptor()

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

getUpdateAnswerRecordMethod()

public static MethodDescriptor<UpdateAnswerRecordRequest,AnswerRecord> getUpdateAnswerRecordMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateAnswerRecordRequest,AnswerRecord>

newBlockingStub(Channel channel)

public static AnswerRecordsGrpc.AnswerRecordsBlockingStub 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
AnswerRecordsGrpc.AnswerRecordsBlockingStub

newFutureStub(Channel channel)

public static AnswerRecordsGrpc.AnswerRecordsFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
AnswerRecordsGrpc.AnswerRecordsFutureStub

newStub(Channel channel)

public static AnswerRecordsGrpc.AnswerRecordsStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
AnswerRecordsGrpc.AnswerRecordsStub