public static interface Target.DocumentsTargetOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDocuments(int index)
The names of the documents to retrieve.
|
ByteString |
getDocumentsBytes(int index)
The names of the documents to retrieve.
|
int |
getDocumentsCount()
The names of the documents to retrieve.
|
java.util.List<java.lang.String> |
getDocumentsList()
The names of the documents to retrieve.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.util.List<java.lang.String> getDocumentsList()
The names of the documents to retrieve. In the format:
`projects/{project_id}/databases/{database_id}/documents/{document_path}`.
The request will fail if any of the document is not a child resource of
the given `database`. Duplicate names will be elided.
repeated string documents = 2;int getDocumentsCount()
The names of the documents to retrieve. In the format:
`projects/{project_id}/databases/{database_id}/documents/{document_path}`.
The request will fail if any of the document is not a child resource of
the given `database`. Duplicate names will be elided.
repeated string documents = 2;java.lang.String getDocuments(int index)
The names of the documents to retrieve. In the format:
`projects/{project_id}/databases/{database_id}/documents/{document_path}`.
The request will fail if any of the document is not a child resource of
the given `database`. Duplicate names will be elided.
repeated string documents = 2;ByteString getDocumentsBytes(int index)
The names of the documents to retrieve. In the format:
`projects/{project_id}/databases/{database_id}/documents/{document_path}`.
The request will fail if any of the document is not a child resource of
the given `database`. Duplicate names will be elided.
repeated string documents = 2;