Interface ListConversationsResponseOrBuilder (0.37.0)

public interface ListConversationsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConversations(int index)

public abstract Conversation getConversations(int index)

All the Conversations for a given data store.

repeated .google.cloud.discoveryengine.v1beta.Conversation conversations = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Conversation

getConversationsCount()

public abstract int getConversationsCount()

All the Conversations for a given data store.

repeated .google.cloud.discoveryengine.v1beta.Conversation conversations = 1;

Returns
TypeDescription
int

getConversationsList()

public abstract List<Conversation> getConversationsList()

All the Conversations for a given data store.

repeated .google.cloud.discoveryengine.v1beta.Conversation conversations = 1;

Returns
TypeDescription
List<Conversation>

getConversationsOrBuilder(int index)

public abstract ConversationOrBuilder getConversationsOrBuilder(int index)

All the Conversations for a given data store.

repeated .google.cloud.discoveryengine.v1beta.Conversation conversations = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
ConversationOrBuilder

getConversationsOrBuilderList()

public abstract List<? extends ConversationOrBuilder> getConversationsOrBuilderList()

All the Conversations for a given data store.

repeated .google.cloud.discoveryengine.v1beta.Conversation conversations = 1;

Returns
TypeDescription
List<? extends com.google.cloud.discoveryengine.v1beta.ConversationOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

Pagination token, if not returned indicates the last page.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Pagination token, if not returned indicates the last page.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.