Interface ListDocumentsResponseOrBuilder (4.47.0)

public interface ListDocumentsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDocuments(int index)

public abstract Document getDocuments(int index)

The list of documents.

repeated .google.cloud.dialogflow.v2beta1.Document documents = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Document

getDocumentsCount()

public abstract int getDocumentsCount()

The list of documents.

repeated .google.cloud.dialogflow.v2beta1.Document documents = 1;

Returns
TypeDescription
int

getDocumentsList()

public abstract List<Document> getDocumentsList()

The list of documents.

repeated .google.cloud.dialogflow.v2beta1.Document documents = 1;

Returns
TypeDescription
List<Document>

getDocumentsOrBuilder(int index)

public abstract DocumentOrBuilder getDocumentsOrBuilder(int index)

The list of documents.

repeated .google.cloud.dialogflow.v2beta1.Document documents = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
DocumentOrBuilder

getDocumentsOrBuilderList()

public abstract List<? extends DocumentOrBuilder> getDocumentsOrBuilderList()

The list of documents.

repeated .google.cloud.dialogflow.v2beta1.Document documents = 1;

Returns
TypeDescription
List<? extends com.google.cloud.dialogflow.v2beta1.DocumentOrBuilder>

getNextPageToken()

public abstract String getNextPageToken()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

Token to retrieve the next page of results, or empty if there are no more results in the list.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.