Class ParticipantsGrpc (4.47.0)

public final class ParticipantsGrpc

Service for managing Participants.

Inheritance

java.lang.Object > ParticipantsGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(ParticipantsGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(ParticipantsGrpc.AsyncService service)
Parameter
NameDescription
serviceParticipantsGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getAnalyzeContentMethod()

public static MethodDescriptor<AnalyzeContentRequest,AnalyzeContentResponse> getAnalyzeContentMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<AnalyzeContentRequest,AnalyzeContentResponse>

getCompileSuggestionMethod()

public static MethodDescriptor<CompileSuggestionRequest,CompileSuggestionResponse> getCompileSuggestionMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CompileSuggestionRequest,CompileSuggestionResponse>

getCreateParticipantMethod()

public static MethodDescriptor<CreateParticipantRequest,Participant> getCreateParticipantMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateParticipantRequest,Participant>

getGetParticipantMethod()

public static MethodDescriptor<GetParticipantRequest,Participant> getGetParticipantMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetParticipantRequest,Participant>

getListParticipantsMethod()

public static MethodDescriptor<ListParticipantsRequest,ListParticipantsResponse> getListParticipantsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListParticipantsRequest,ListParticipantsResponse>

getListSuggestionsMethod()

public static MethodDescriptor<ListSuggestionsRequest,ListSuggestionsResponse> getListSuggestionsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListSuggestionsRequest,ListSuggestionsResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getStreamingAnalyzeContentMethod()

public static MethodDescriptor<StreamingAnalyzeContentRequest,StreamingAnalyzeContentResponse> getStreamingAnalyzeContentMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<StreamingAnalyzeContentRequest,StreamingAnalyzeContentResponse>

getSuggestArticlesMethod()

public static MethodDescriptor<SuggestArticlesRequest,SuggestArticlesResponse> getSuggestArticlesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<SuggestArticlesRequest,SuggestArticlesResponse>

getSuggestFaqAnswersMethod()

public static MethodDescriptor<SuggestFaqAnswersRequest,SuggestFaqAnswersResponse> getSuggestFaqAnswersMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<SuggestFaqAnswersRequest,SuggestFaqAnswersResponse>

getSuggestSmartRepliesMethod()

public static MethodDescriptor<SuggestSmartRepliesRequest,SuggestSmartRepliesResponse> getSuggestSmartRepliesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<SuggestSmartRepliesRequest,SuggestSmartRepliesResponse>

getUpdateParticipantMethod()

public static MethodDescriptor<UpdateParticipantRequest,Participant> getUpdateParticipantMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateParticipantRequest,Participant>

newBlockingStub(Channel channel)

public static ParticipantsGrpc.ParticipantsBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ParticipantsGrpc.ParticipantsBlockingStub

newFutureStub(Channel channel)

public static ParticipantsGrpc.ParticipantsFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ParticipantsGrpc.ParticipantsFutureStub

newStub(Channel channel)

public static ParticipantsGrpc.ParticipantsStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ParticipantsGrpc.ParticipantsStub