@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/dialogflow/v2/answer_record.proto") public final class AnswerRecordsGrpc extends Object
Service for managing [AnswerRecords][google.cloud.dialogflow.v2.AnswerRecord].
Modifier and Type | Class and Description |
---|---|
static class |
AnswerRecordsGrpc.AnswerRecordsBlockingStub
Service for managing [AnswerRecords][google.cloud.dialogflow.v2.AnswerRecord].
|
static class |
AnswerRecordsGrpc.AnswerRecordsFutureStub
Service for managing [AnswerRecords][google.cloud.dialogflow.v2.AnswerRecord].
|
static class |
AnswerRecordsGrpc.AnswerRecordsImplBase
Service for managing [AnswerRecords][google.cloud.dialogflow.v2.AnswerRecord].
|
static class |
AnswerRecordsGrpc.AnswerRecordsStub
Service for managing [AnswerRecords][google.cloud.dialogflow.v2.AnswerRecord].
|
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<ListAnswerRecordsRequest,ListAnswerRecordsResponse> |
getListAnswerRecordsMethod() |
static ServiceDescriptor |
getServiceDescriptor() |
static MethodDescriptor<UpdateAnswerRecordRequest,AnswerRecord> |
getUpdateAnswerRecordMethod() |
static AnswerRecordsGrpc.AnswerRecordsBlockingStub |
newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static AnswerRecordsGrpc.AnswerRecordsFutureStub |
newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static AnswerRecordsGrpc.AnswerRecordsStub |
newStub(Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static MethodDescriptor<ListAnswerRecordsRequest,ListAnswerRecordsResponse> getListAnswerRecordsMethod()
public static MethodDescriptor<UpdateAnswerRecordRequest,AnswerRecord> getUpdateAnswerRecordMethod()
public static AnswerRecordsGrpc.AnswerRecordsStub newStub(Channel channel)
public static AnswerRecordsGrpc.AnswerRecordsBlockingStub newBlockingStub(Channel channel)
public static AnswerRecordsGrpc.AnswerRecordsFutureStub newFutureStub(Channel channel)
public static ServiceDescriptor getServiceDescriptor()
Copyright © 2022 Google LLC. All rights reserved.