public interface ListDocumentsResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Document |
getDocuments(int index)
The list of documents.
|
int |
getDocumentsCount()
The list of documents.
|
List<Document> |
getDocumentsList()
The list of documents.
|
DocumentOrBuilder |
getDocumentsOrBuilder(int index)
The list of documents.
|
List<? extends DocumentOrBuilder> |
getDocumentsOrBuilderList()
The list of documents.
|
String |
getNextPageToken()
Token to retrieve the next page of results, or empty if there are no
more results in the list.
|
ByteString |
getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no
more results in the list.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
List<Document> getDocumentsList()
The list of documents.
repeated .google.cloud.dialogflow.v2beta1.Document documents = 1;
Document getDocuments(int index)
The list of documents.
repeated .google.cloud.dialogflow.v2beta1.Document documents = 1;
int getDocumentsCount()
The list of documents.
repeated .google.cloud.dialogflow.v2beta1.Document documents = 1;
List<? extends DocumentOrBuilder> getDocumentsOrBuilderList()
The list of documents.
repeated .google.cloud.dialogflow.v2beta1.Document documents = 1;
DocumentOrBuilder getDocumentsOrBuilder(int index)
The list of documents.
repeated .google.cloud.dialogflow.v2beta1.Document documents = 1;
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;
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;
Copyright © 2022 Google LLC. All rights reserved.