@Generated(value="by gapic-generator-java") public abstract class ConversationsStub extends Object implements BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
Constructor and Description |
---|
ConversationsStub() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
public UnaryCallable<CreateConversationRequest,Conversation> createConversationCallable()
public UnaryCallable<ListConversationsRequest,ConversationsClient.ListConversationsPagedResponse> listConversationsPagedCallable()
public UnaryCallable<ListConversationsRequest,ListConversationsResponse> listConversationsCallable()
public UnaryCallable<GetConversationRequest,Conversation> getConversationCallable()
public UnaryCallable<CompleteConversationRequest,Conversation> completeConversationCallable()
public UnaryCallable<ListMessagesRequest,ConversationsClient.ListMessagesPagedResponse> listMessagesPagedCallable()
public UnaryCallable<ListMessagesRequest,ListMessagesResponse> listMessagesCallable()
public UnaryCallable<com.google.cloud.location.ListLocationsRequest,ConversationsClient.ListLocationsPagedResponse> listLocationsPagedCallable()
public UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> listLocationsCallable()
public UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationCallable()
public abstract void close()
close
in interface AutoCloseable
Copyright © 2022 Google LLC. All rights reserved.