public interface ListConversationsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Conversation |
getConversations(int index)
All the Conversations for a given data store.
|
int |
getConversationsCount()
All the Conversations for a given data store.
|
List<Conversation> |
getConversationsList()
All the Conversations for a given data store.
|
ConversationOrBuilder |
getConversationsOrBuilder(int index)
All the Conversations for a given data store.
|
List<? extends ConversationOrBuilder> |
getConversationsOrBuilderList()
All the Conversations for a given data store.
|
String |
getNextPageToken()
Pagination token, if not returned indicates the last page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Pagination token, if not returned indicates the last page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Conversation> getConversationsList()
All the Conversations for a given data store.
repeated .google.cloud.discoveryengine.v1alpha.Conversation conversations = 1;Conversation getConversations(int index)
All the Conversations for a given data store.
repeated .google.cloud.discoveryengine.v1alpha.Conversation conversations = 1;int getConversationsCount()
All the Conversations for a given data store.
repeated .google.cloud.discoveryengine.v1alpha.Conversation conversations = 1;List<? extends ConversationOrBuilder> getConversationsOrBuilderList()
All the Conversations for a given data store.
repeated .google.cloud.discoveryengine.v1alpha.Conversation conversations = 1;ConversationOrBuilder getConversationsOrBuilder(int index)
All the Conversations for a given data store.
repeated .google.cloud.discoveryengine.v1alpha.Conversation conversations = 1;String getNextPageToken()
Pagination token, if not returned indicates the last page.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
Pagination token, if not returned indicates the last page.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.