@Generated(value="by gapic-generator-java") public class GrpcParticipantsStub extends ParticipantsStub
This class is for advanced usage and reflects the underlying API directly.
Modifier | Constructor and Description |
---|---|
protected |
GrpcParticipantsStub(ParticipantsStubSettings settings,
ClientContext clientContext)
Constructs an instance of GrpcParticipantsStub, using the given settings.
|
protected |
GrpcParticipantsStub(ParticipantsStubSettings settings,
ClientContext clientContext,
GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcParticipantsStub, using the given settings.
|
protected GrpcParticipantsStub(ParticipantsStubSettings settings, ClientContext clientContext) throws IOException
IOException
protected GrpcParticipantsStub(ParticipantsStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException
IOException
public static final GrpcParticipantsStub create(ParticipantsStubSettings settings) throws IOException
IOException
public static final GrpcParticipantsStub create(ClientContext clientContext) throws IOException
IOException
public static final GrpcParticipantsStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory) throws IOException
IOException
public GrpcOperationsStub getOperationsStub()
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<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.