Class ParticipantsStub (4.47.0)

public abstract class ParticipantsStub implements BackgroundResource

Base stub class for the Participants service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > ParticipantsStub

Implements

BackgroundResource

Constructors

ParticipantsStub()

public ParticipantsStub()

Methods

analyzeContentCallable()

public UnaryCallable<AnalyzeContentRequest,AnalyzeContentResponse> analyzeContentCallable()
Returns
TypeDescription
UnaryCallable<AnalyzeContentRequest,AnalyzeContentResponse>

close()

public abstract void close()

createParticipantCallable()

public UnaryCallable<CreateParticipantRequest,Participant> createParticipantCallable()
Returns
TypeDescription
UnaryCallable<CreateParticipantRequest,Participant>

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getParticipantCallable()

public UnaryCallable<GetParticipantRequest,Participant> getParticipantCallable()
Returns
TypeDescription
UnaryCallable<GetParticipantRequest,Participant>

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,ParticipantsClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
TypeDescription
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

listParticipantsCallable()

public UnaryCallable<ListParticipantsRequest,ListParticipantsResponse> listParticipantsCallable()
Returns
TypeDescription
UnaryCallable<ListParticipantsRequest,ListParticipantsResponse>

listParticipantsPagedCallable()

public UnaryCallable<ListParticipantsRequest,ParticipantsClient.ListParticipantsPagedResponse> listParticipantsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListParticipantsRequest,ListParticipantsPagedResponse>

streamingAnalyzeContentCallable()

public BidiStreamingCallable<StreamingAnalyzeContentRequest,StreamingAnalyzeContentResponse> streamingAnalyzeContentCallable()
Returns
TypeDescription
BidiStreamingCallable<StreamingAnalyzeContentRequest,StreamingAnalyzeContentResponse>

suggestArticlesCallable()

public UnaryCallable<SuggestArticlesRequest,SuggestArticlesResponse> suggestArticlesCallable()
Returns
TypeDescription
UnaryCallable<SuggestArticlesRequest,SuggestArticlesResponse>

suggestFaqAnswersCallable()

public UnaryCallable<SuggestFaqAnswersRequest,SuggestFaqAnswersResponse> suggestFaqAnswersCallable()
Returns
TypeDescription
UnaryCallable<SuggestFaqAnswersRequest,SuggestFaqAnswersResponse>

suggestSmartRepliesCallable()

public UnaryCallable<SuggestSmartRepliesRequest,SuggestSmartRepliesResponse> suggestSmartRepliesCallable()
Returns
TypeDescription
UnaryCallable<SuggestSmartRepliesRequest,SuggestSmartRepliesResponse>

updateParticipantCallable()

public UnaryCallable<UpdateParticipantRequest,Participant> updateParticipantCallable()
Returns
TypeDescription
UnaryCallable<UpdateParticipantRequest,Participant>