Class AnswerRecordsGrpc.AnswerRecordsBlockingV2Stub (4.68.0)

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

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.AnswerRecordsBlockingV2Stub

Methods

build(Channel channel, CallOptions callOptions)

protected AnswerRecordsGrpc.AnswerRecordsBlockingV2Stub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
AnswerRecordsGrpc.AnswerRecordsBlockingV2Stub
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