Class AnswerRecordsGrpc.AnswerRecordsBlockingStub (4.48.0)

public static final class AnswerRecordsGrpc.AnswerRecordsBlockingStub extends AbstractBlockingStub<AnswerRecordsGrpc.AnswerRecordsBlockingStub>

A stub to allow clients to do synchronous rpc calls to service AnswerRecords.

Service for managing AnswerRecords.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > AnswerRecordsGrpc.AnswerRecordsBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

protected AnswerRecordsGrpc.AnswerRecordsBlockingStub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
AnswerRecordsGrpc.AnswerRecordsBlockingStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

listAnswerRecords(ListAnswerRecordsRequest request)

public ListAnswerRecordsResponse listAnswerRecords(ListAnswerRecordsRequest request)

Returns the list of all answer records in the specified project in reverse chronological order.

Parameter
Name Description
request ListAnswerRecordsRequest
Returns
Type Description
ListAnswerRecordsResponse

updateAnswerRecord(UpdateAnswerRecordRequest request)

public AnswerRecord updateAnswerRecord(UpdateAnswerRecordRequest request)

Updates the specified answer record.

Parameter
Name Description
request UpdateAnswerRecordRequest
Returns
Type Description
AnswerRecord