Class AnswerRecordsGrpc.AnswerRecordsStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<AnswerRecordsGrpc.AnswerRecordsStub>
-
- com.google.cloud.dialogflow.v2beta1.AnswerRecordsGrpc.AnswerRecordsStub
-
- Enclosing class:
- AnswerRecordsGrpc
public static final class AnswerRecordsGrpc.AnswerRecordsStub extends io.grpc.stub.AbstractAsyncStub<AnswerRecordsGrpc.AnswerRecordsStub>
A stub to allow clients to do asynchronous rpc calls to service AnswerRecords.Service for managing [AnswerRecords][google.cloud.dialogflow.v2beta1.AnswerRecord].
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected AnswerRecordsGrpc.AnswerRecordsStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
void
getAnswerRecord(GetAnswerRecordRequest request, io.grpc.stub.StreamObserver<AnswerRecord> responseObserver)
Deprecated.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.void
updateAnswerRecord(UpdateAnswerRecordRequest request, io.grpc.stub.StreamObserver<AnswerRecord> responseObserver)
Updates the specified answer record.
-
-
-
Method Detail
-
build
protected AnswerRecordsGrpc.AnswerRecordsStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<AnswerRecordsGrpc.AnswerRecordsStub>
-
getAnswerRecord
@Deprecated public void getAnswerRecord(GetAnswerRecordRequest request, io.grpc.stub.StreamObserver<AnswerRecord> responseObserver)
Deprecated.Deprecated. Retrieves a specific answer record.
-
listAnswerRecords
public 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
public void updateAnswerRecord(UpdateAnswerRecordRequest request, io.grpc.stub.StreamObserver<AnswerRecord> responseObserver)
Updates the specified answer record.
-
-