documents property

  1. @TagNumber(2)
List<String> get documents

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.

Implementation

@$pb.TagNumber(2)
$core.List<$core.String> get documents => $_getList(0);