Interface AnswerRecordsGrpc.AsyncService

    • Method Detail

      • listAnswerRecords

        default void listAnswerRecords​(ListAnswerRecordsRequest request,
                                       io.grpc.stub.StreamObserver<ListAnswerRecordsResponse> responseObserver)
         Returns the list of all answer records in the specified project in reverse
         chronological order.
         
      • updateAnswerRecord

        default void updateAnswerRecord​(UpdateAnswerRecordRequest request,
                                        io.grpc.stub.StreamObserver<AnswerRecord> responseObserver)
         Updates the specified answer record.