public interface ListConversationsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConversations(int index)
public abstract Conversation getConversations(int index)All the Conversations for a given data store.
repeated .google.cloud.discoveryengine.v1.Conversation conversations = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Conversation |
|
getConversationsCount()
public abstract int getConversationsCount()All the Conversations for a given data store.
repeated .google.cloud.discoveryengine.v1.Conversation conversations = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getConversationsList()
public abstract List<Conversation> getConversationsList()All the Conversations for a given data store.
repeated .google.cloud.discoveryengine.v1.Conversation conversations = 1;
| Returns | |
|---|---|
| Type | Description |
List<Conversation> |
|
getConversationsOrBuilder(int index)
public abstract ConversationOrBuilder getConversationsOrBuilder(int index)All the Conversations for a given data store.
repeated .google.cloud.discoveryengine.v1.Conversation conversations = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ConversationOrBuilder |
|
getConversationsOrBuilderList()
public abstract List<? extends ConversationOrBuilder> getConversationsOrBuilderList()All the Conversations for a given data store.
repeated .google.cloud.discoveryengine.v1.Conversation conversations = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.discoveryengine.v1.ConversationOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()Pagination token, if not returned indicates the last page.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()Pagination token, if not returned indicates the last page.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |