@Generated(value="by gapic-generator-java") public abstract class ConversationalSearchServiceStub extends Object implements com.google.api.gax.core.BackgroundResource
This class is for advanced usage and reflects the underlying API directly.
| Constructor and Description |
|---|
ConversationalSearchServiceStub() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
close() |
com.google.api.gax.rpc.UnaryCallable<ConverseConversationRequest,ConverseConversationResponse> |
converseConversationCallable() |
com.google.api.gax.rpc.UnaryCallable<CreateConversationRequest,Conversation> |
createConversationCallable() |
com.google.api.gax.rpc.UnaryCallable<DeleteConversationRequest,com.google.protobuf.Empty> |
deleteConversationCallable() |
com.google.api.gax.rpc.UnaryCallable<GetConversationRequest,Conversation> |
getConversationCallable() |
com.google.api.gax.rpc.UnaryCallable<ListConversationsRequest,ListConversationsResponse> |
listConversationsCallable() |
com.google.api.gax.rpc.UnaryCallable<ListConversationsRequest,ConversationalSearchServiceClient.ListConversationsPagedResponse> |
listConversationsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdateConversationRequest,Conversation> |
updateConversationCallable() |
public com.google.api.gax.rpc.UnaryCallable<ConverseConversationRequest,ConverseConversationResponse> converseConversationCallable()
public com.google.api.gax.rpc.UnaryCallable<CreateConversationRequest,Conversation> createConversationCallable()
public com.google.api.gax.rpc.UnaryCallable<DeleteConversationRequest,com.google.protobuf.Empty> deleteConversationCallable()
public com.google.api.gax.rpc.UnaryCallable<UpdateConversationRequest,Conversation> updateConversationCallable()
public com.google.api.gax.rpc.UnaryCallable<GetConversationRequest,Conversation> getConversationCallable()
public com.google.api.gax.rpc.UnaryCallable<ListConversationsRequest,ConversationalSearchServiceClient.ListConversationsPagedResponse> listConversationsPagedCallable()
public com.google.api.gax.rpc.UnaryCallable<ListConversationsRequest,ListConversationsResponse> listConversationsCallable()
public abstract void close()
close in interface AutoCloseableCopyright © 2024 Google LLC. All rights reserved.