Class: Google::Cloud::Firestore::V1::Target::DocumentsTarget
- Inherits:
-
Object
- Object
- Google::Cloud::Firestore::V1::Target::DocumentsTarget
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/firestore/v1/firestore.rb
Overview
A target specified by a set of documents names.
Instance Attribute Summary collapse
-
#documents ⇒ ::Array<::String>
The names of the documents to retrieve.
Instance Attribute Details
#documents ⇒ ::Array<::String>
Returns 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.
792 793 794 795 |
# File 'proto_docs/google/firestore/v1/firestore.rb', line 792 class DocumentsTarget include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |