Class AnswerRecordsGrpc.AnswerRecordsFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<AnswerRecordsGrpc.AnswerRecordsFutureStub>
-
- com.google.cloud.dialogflow.v2beta1.AnswerRecordsGrpc.AnswerRecordsFutureStub
-
- Enclosing class:
- AnswerRecordsGrpc
public static final class AnswerRecordsGrpc.AnswerRecordsFutureStub extends io.grpc.stub.AbstractFutureStub<AnswerRecordsGrpc.AnswerRecordsFutureStub>
A stub to allow clients to do ListenableFuture-style 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.AnswerRecordsFutureStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
com.google.common.util.concurrent.ListenableFuture<AnswerRecord>
getAnswerRecord(GetAnswerRecordRequest request)
Deprecated.com.google.common.util.concurrent.ListenableFuture<ListAnswerRecordsResponse>
listAnswerRecords(ListAnswerRecordsRequest request)
Returns the list of all answer records in the specified project in reverse chronological order.com.google.common.util.concurrent.ListenableFuture<AnswerRecord>
updateAnswerRecord(UpdateAnswerRecordRequest request)
Updates the specified answer record.
-
-
-
Method Detail
-
build
protected AnswerRecordsGrpc.AnswerRecordsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<AnswerRecordsGrpc.AnswerRecordsFutureStub>
-
getAnswerRecord
@Deprecated public com.google.common.util.concurrent.ListenableFuture<AnswerRecord> getAnswerRecord(GetAnswerRecordRequest request)
Deprecated.Deprecated. Retrieves a specific answer record.
-
listAnswerRecords
public com.google.common.util.concurrent.ListenableFuture<ListAnswerRecordsResponse> listAnswerRecords(ListAnswerRecordsRequest request)
Returns the list of all answer records in the specified project in reverse chronological order.
-
updateAnswerRecord
public com.google.common.util.concurrent.ListenableFuture<AnswerRecord> updateAnswerRecord(UpdateAnswerRecordRequest request)
Updates the specified answer record.
-
-