Class ConversationalSearchServiceStub (0.37.0)

public abstract class ConversationalSearchServiceStub implements BackgroundResource

Base stub class for the ConversationalSearchService service API.

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

Inheritance

java.lang.Object > ConversationalSearchServiceStub

Implements

BackgroundResource

Constructors

ConversationalSearchServiceStub()

public ConversationalSearchServiceStub()

Methods

close()

public abstract void close()

converseConversationCallable()

public UnaryCallable<ConverseConversationRequest,ConverseConversationResponse> converseConversationCallable()
Returns
TypeDescription
UnaryCallable<ConverseConversationRequest,ConverseConversationResponse>

createConversationCallable()

public UnaryCallable<CreateConversationRequest,Conversation> createConversationCallable()
Returns
TypeDescription
UnaryCallable<CreateConversationRequest,Conversation>

deleteConversationCallable()

public UnaryCallable<DeleteConversationRequest,Empty> deleteConversationCallable()
Returns
TypeDescription
UnaryCallable<DeleteConversationRequest,Empty>

getConversationCallable()

public UnaryCallable<GetConversationRequest,Conversation> getConversationCallable()
Returns
TypeDescription
UnaryCallable<GetConversationRequest,Conversation>

listConversationsCallable()

public UnaryCallable<ListConversationsRequest,ListConversationsResponse> listConversationsCallable()
Returns
TypeDescription
UnaryCallable<ListConversationsRequest,ListConversationsResponse>

listConversationsPagedCallable()

public UnaryCallable<ListConversationsRequest,ConversationalSearchServiceClient.ListConversationsPagedResponse> listConversationsPagedCallable()
Returns
TypeDescription
UnaryCallable<ListConversationsRequest,ListConversationsPagedResponse>

updateConversationCallable()

public UnaryCallable<UpdateConversationRequest,Conversation> updateConversationCallable()
Returns
TypeDescription
UnaryCallable<UpdateConversationRequest,Conversation>