@BetaApi @Generated(value="by gapic-generator-java") public class HttpJsonParticipantsStub extends ParticipantsStub
This class is for advanced usage and reflects the underlying API directly.
Modifier | Constructor and Description |
---|---|
protected |
HttpJsonParticipantsStub(ParticipantsStubSettings settings,
ClientContext clientContext)
Constructs an instance of HttpJsonParticipantsStub, using the given settings.
|
protected |
HttpJsonParticipantsStub(ParticipantsStubSettings settings,
ClientContext clientContext,
HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonParticipantsStub, using the given settings.
|
streamingAnalyzeContentCallable
protected HttpJsonParticipantsStub(ParticipantsStubSettings settings, ClientContext clientContext) throws IOException
IOException
protected HttpJsonParticipantsStub(ParticipantsStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
public static final HttpJsonParticipantsStub create(ParticipantsStubSettings settings) throws IOException
IOException
public static final HttpJsonParticipantsStub create(ClientContext clientContext) throws IOException
IOException
public static final HttpJsonParticipantsStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory) throws IOException
IOException
@InternalApi public static List<ApiMethodDescriptor> getMethodDescriptors()
public UnaryCallable<CreateParticipantRequest,Participant> createParticipantCallable()
createParticipantCallable
in class ParticipantsStub
public UnaryCallable<GetParticipantRequest,Participant> getParticipantCallable()
getParticipantCallable
in class ParticipantsStub
public UnaryCallable<ListParticipantsRequest,ListParticipantsResponse> listParticipantsCallable()
listParticipantsCallable
in class ParticipantsStub
public UnaryCallable<ListParticipantsRequest,ParticipantsClient.ListParticipantsPagedResponse> listParticipantsPagedCallable()
listParticipantsPagedCallable
in class ParticipantsStub
public UnaryCallable<UpdateParticipantRequest,Participant> updateParticipantCallable()
updateParticipantCallable
in class ParticipantsStub
public UnaryCallable<AnalyzeContentRequest,AnalyzeContentResponse> analyzeContentCallable()
analyzeContentCallable
in class ParticipantsStub
public UnaryCallable<SuggestArticlesRequest,SuggestArticlesResponse> suggestArticlesCallable()
suggestArticlesCallable
in class ParticipantsStub
public UnaryCallable<SuggestFaqAnswersRequest,SuggestFaqAnswersResponse> suggestFaqAnswersCallable()
suggestFaqAnswersCallable
in class ParticipantsStub
public UnaryCallable<SuggestSmartRepliesRequest,SuggestSmartRepliesResponse> suggestSmartRepliesCallable()
suggestSmartRepliesCallable
in class ParticipantsStub
public UnaryCallable<ListSuggestionsRequest,ListSuggestionsResponse> listSuggestionsCallable()
listSuggestionsCallable
in class ParticipantsStub
public UnaryCallable<ListSuggestionsRequest,ParticipantsClient.ListSuggestionsPagedResponse> listSuggestionsPagedCallable()
listSuggestionsPagedCallable
in class ParticipantsStub
public UnaryCallable<CompileSuggestionRequest,CompileSuggestionResponse> compileSuggestionCallable()
compileSuggestionCallable
in class ParticipantsStub
public UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> listLocationsCallable()
listLocationsCallable
in class ParticipantsStub
public UnaryCallable<com.google.cloud.location.ListLocationsRequest,ParticipantsClient.ListLocationsPagedResponse> listLocationsPagedCallable()
listLocationsPagedCallable
in class ParticipantsStub
public UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationCallable()
getLocationCallable
in class ParticipantsStub
public final void close()
close
in interface AutoCloseable
close
in class ParticipantsStub
public void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration, TimeUnit unit) throws InterruptedException
InterruptedException
Copyright © 2022 Google LLC. All rights reserved.