All Methods Static Methods Concrete Methods
Modifier and Type |
Method |
Description |
static io.grpc.ServerServiceDefinition |
bindService(ParticipantsGrpc.AsyncService service) |
|
static io.grpc.MethodDescriptor<AnalyzeContentRequest,AnalyzeContentResponse> |
getAnalyzeContentMethod() |
|
static io.grpc.MethodDescriptor<CompileSuggestionRequest,CompileSuggestionResponse> |
getCompileSuggestionMethod() |
|
static io.grpc.MethodDescriptor<CreateParticipantRequest,Participant> |
getCreateParticipantMethod() |
|
static io.grpc.MethodDescriptor<GetParticipantRequest,Participant> |
getGetParticipantMethod() |
|
static io.grpc.MethodDescriptor<ListParticipantsRequest,ListParticipantsResponse> |
getListParticipantsMethod() |
|
static io.grpc.MethodDescriptor<ListSuggestionsRequest,ListSuggestionsResponse> |
getListSuggestionsMethod() |
|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
|
static io.grpc.MethodDescriptor<StreamingAnalyzeContentRequest,StreamingAnalyzeContentResponse> |
getStreamingAnalyzeContentMethod() |
|
static io.grpc.MethodDescriptor<SuggestArticlesRequest,SuggestArticlesResponse> |
getSuggestArticlesMethod() |
|
static io.grpc.MethodDescriptor<SuggestFaqAnswersRequest,SuggestFaqAnswersResponse> |
getSuggestFaqAnswersMethod() |
|
static io.grpc.MethodDescriptor<SuggestSmartRepliesRequest,SuggestSmartRepliesResponse> |
getSuggestSmartRepliesMethod() |
|
static io.grpc.MethodDescriptor<UpdateParticipantRequest,Participant> |
getUpdateParticipantMethod() |
|
static ParticipantsGrpc.ParticipantsBlockingStub |
newBlockingStub(io.grpc.Channel channel) |
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static ParticipantsGrpc.ParticipantsFutureStub |
newFutureStub(io.grpc.Channel channel) |
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static ParticipantsGrpc.ParticipantsStub |
newStub(io.grpc.Channel channel) |
Creates a new async stub that supports all call types for the service
|