Class AnswerRecordsGrpc (4.48.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
Type Description
String

Static Methods

bindService(AnswerRecordsGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(AnswerRecordsGrpc.AsyncService service)
Parameter
Name Description
service AnswerRecordsGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getListAnswerRecordsMethod()

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

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

getUpdateAnswerRecordMethod()

public static MethodDescriptor<UpdateAnswerRecordRequest,AnswerRecord> getUpdateAnswerRecordMethod()
Returns
Type Description
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
Name Description
channel io.grpc.Channel
Returns
Type Description
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
Name Description
channel io.grpc.Channel
Returns
Type Description
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
Name Description
channel io.grpc.Channel
Returns
Type Description
AnswerRecordsGrpc.AnswerRecordsStub