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