public interface ListDocumentsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDocuments(int index)
public abstract Document getDocuments(int index)The list of documents.
repeated .google.cloud.dialogflow.v2.Document documents = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Document |
|
getDocumentsCount()
public abstract int getDocumentsCount()The list of documents.
repeated .google.cloud.dialogflow.v2.Document documents = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getDocumentsList()
public abstract List<Document> getDocumentsList()The list of documents.
repeated .google.cloud.dialogflow.v2.Document documents = 1;
| Returns | |
|---|---|
| Type | Description |
List<Document> |
|
getDocumentsOrBuilder(int index)
public abstract DocumentOrBuilder getDocumentsOrBuilder(int index)The list of documents.
repeated .google.cloud.dialogflow.v2.Document documents = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
DocumentOrBuilder |
|
getDocumentsOrBuilderList()
public abstract List<? extends DocumentOrBuilder> getDocumentsOrBuilderList()The list of documents.
repeated .google.cloud.dialogflow.v2.Document documents = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dialogflow.v2.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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |