Class GrpcParticipantsStub (4.48.0)

public class GrpcParticipantsStub extends ParticipantsStub

gRPC stub implementation for the Participants service API.

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

Inheritance

java.lang.Object > ParticipantsStub > GrpcParticipantsStub

Static Methods

create(ClientContext clientContext)

public static final GrpcParticipantsStub create(ClientContext clientContext)
Parameter
Name Description
clientContext ClientContext
Returns
Type Description
GrpcParticipantsStub
Exceptions
Type Description
IOException

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

public static final GrpcParticipantsStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters
Name Description
clientContext ClientContext
callableFactory GrpcStubCallableFactory
Returns
Type Description
GrpcParticipantsStub
Exceptions
Type Description
IOException

create(ParticipantsStubSettings settings)

public static final GrpcParticipantsStub create(ParticipantsStubSettings settings)
Parameter
Name Description
settings ParticipantsStubSettings
Returns
Type Description
GrpcParticipantsStub
Exceptions
Type Description
IOException

Constructors

GrpcParticipantsStub(ParticipantsStubSettings settings, ClientContext clientContext)

protected GrpcParticipantsStub(ParticipantsStubSettings settings, ClientContext clientContext)

Constructs an instance of GrpcParticipantsStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
Name Description
settings ParticipantsStubSettings
clientContext ClientContext

GrpcParticipantsStub(ParticipantsStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

protected GrpcParticipantsStub(ParticipantsStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

Constructs an instance of GrpcParticipantsStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
Name Description
settings ParticipantsStubSettings
clientContext ClientContext
callableFactory GrpcStubCallableFactory

Methods

analyzeContentCallable()

public UnaryCallable<AnalyzeContentRequest,AnalyzeContentResponse> analyzeContentCallable()
Returns
Type Description
UnaryCallable<AnalyzeContentRequest,AnalyzeContentResponse>
Overrides

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
Name Description
duration long
unit TimeUnit
Returns
Type Description
boolean
Exceptions
Type Description
InterruptedException

close()

public final void close()
Overrides

compileSuggestionCallable()

public UnaryCallable<CompileSuggestionRequest,CompileSuggestionResponse> compileSuggestionCallable()
Returns
Type Description
UnaryCallable<CompileSuggestionRequest,CompileSuggestionResponse>
Overrides

createParticipantCallable()

public UnaryCallable<CreateParticipantRequest,Participant> createParticipantCallable()
Returns
Type Description
UnaryCallable<CreateParticipantRequest,Participant>
Overrides

getLocationCallable()

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

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
Type Description
GrpcOperationsStub

getParticipantCallable()

public UnaryCallable<GetParticipantRequest,Participant> getParticipantCallable()
Returns
Type Description
UnaryCallable<GetParticipantRequest,Participant>
Overrides

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

listLocationsCallable()

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

listLocationsPagedCallable()

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

listParticipantsCallable()

public UnaryCallable<ListParticipantsRequest,ListParticipantsResponse> listParticipantsCallable()
Returns
Type Description
UnaryCallable<ListParticipantsRequest,ListParticipantsResponse>
Overrides

listParticipantsPagedCallable()

public UnaryCallable<ListParticipantsRequest,ParticipantsClient.ListParticipantsPagedResponse> listParticipantsPagedCallable()
Returns
Type Description
UnaryCallable<ListParticipantsRequest,ListParticipantsPagedResponse>
Overrides

listSuggestionsCallable()

public UnaryCallable<ListSuggestionsRequest,ListSuggestionsResponse> listSuggestionsCallable()
Returns
Type Description
UnaryCallable<ListSuggestionsRequest,ListSuggestionsResponse>
Overrides

listSuggestionsPagedCallable()

public UnaryCallable<ListSuggestionsRequest,ParticipantsClient.ListSuggestionsPagedResponse> listSuggestionsPagedCallable()
Returns
Type Description
UnaryCallable<ListSuggestionsRequest,ListSuggestionsPagedResponse>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

streamingAnalyzeContentCallable()

public BidiStreamingCallable<StreamingAnalyzeContentRequest,StreamingAnalyzeContentResponse> streamingAnalyzeContentCallable()
Returns
Type Description
BidiStreamingCallable<StreamingAnalyzeContentRequest,StreamingAnalyzeContentResponse>
Overrides

suggestArticlesCallable()

public UnaryCallable<SuggestArticlesRequest,SuggestArticlesResponse> suggestArticlesCallable()
Returns
Type Description
UnaryCallable<SuggestArticlesRequest,SuggestArticlesResponse>
Overrides

suggestFaqAnswersCallable()

public UnaryCallable<SuggestFaqAnswersRequest,SuggestFaqAnswersResponse> suggestFaqAnswersCallable()
Returns
Type Description
UnaryCallable<SuggestFaqAnswersRequest,SuggestFaqAnswersResponse>
Overrides

suggestSmartRepliesCallable()

public UnaryCallable<SuggestSmartRepliesRequest,SuggestSmartRepliesResponse> suggestSmartRepliesCallable()
Returns
Type Description
UnaryCallable<SuggestSmartRepliesRequest,SuggestSmartRepliesResponse>
Overrides

updateParticipantCallable()

public UnaryCallable<UpdateParticipantRequest,Participant> updateParticipantCallable()
Returns
Type Description
UnaryCallable<UpdateParticipantRequest,Participant>
Overrides