Package com.google.cloud.dialogflow.v2
Class ParticipantsGrpc
- java.lang.Object
-
- com.google.cloud.dialogflow.v2.ParticipantsGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/dialogflow/v2/participant.proto") public final class ParticipantsGrpc extends Object
Service for managing [Participants][google.cloud.dialogflow.v2.Participant].
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ParticipantsGrpc.AsyncService
Service for managing [Participants][google.cloud.dialogflow.v2.Participant].static class
ParticipantsGrpc.ParticipantsBlockingStub
A stub to allow clients to do synchronous rpc calls to service Participants.static class
ParticipantsGrpc.ParticipantsFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service Participants.static class
ParticipantsGrpc.ParticipantsImplBase
Base class for the server implementation of the service Participants.static class
ParticipantsGrpc.ParticipantsStub
A stub to allow clients to do asynchronous rpc calls to service Participants.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateParticipantMethod
public static io.grpc.MethodDescriptor<CreateParticipantRequest,Participant> getCreateParticipantMethod()
-
getGetParticipantMethod
public static io.grpc.MethodDescriptor<GetParticipantRequest,Participant> getGetParticipantMethod()
-
getListParticipantsMethod
public static io.grpc.MethodDescriptor<ListParticipantsRequest,ListParticipantsResponse> getListParticipantsMethod()
-
getUpdateParticipantMethod
public static io.grpc.MethodDescriptor<UpdateParticipantRequest,Participant> getUpdateParticipantMethod()
-
getAnalyzeContentMethod
public static io.grpc.MethodDescriptor<AnalyzeContentRequest,AnalyzeContentResponse> getAnalyzeContentMethod()
-
getStreamingAnalyzeContentMethod
public static io.grpc.MethodDescriptor<StreamingAnalyzeContentRequest,StreamingAnalyzeContentResponse> getStreamingAnalyzeContentMethod()
-
getSuggestArticlesMethod
public static io.grpc.MethodDescriptor<SuggestArticlesRequest,SuggestArticlesResponse> getSuggestArticlesMethod()
-
getSuggestFaqAnswersMethod
public static io.grpc.MethodDescriptor<SuggestFaqAnswersRequest,SuggestFaqAnswersResponse> getSuggestFaqAnswersMethod()
-
getSuggestSmartRepliesMethod
public static io.grpc.MethodDescriptor<SuggestSmartRepliesRequest,SuggestSmartRepliesResponse> getSuggestSmartRepliesMethod()
-
newStub
public static ParticipantsGrpc.ParticipantsStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ParticipantsGrpc.ParticipantsBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ParticipantsGrpc.ParticipantsFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(ParticipantsGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-