Class: Google::Firestore::V1beta1::Target::DocumentsTarget

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/firestore.rb

Overview

A target specified by a set of documents names.

Instance Attribute Summary collapse

Instance Attribute Details

#documentsArray<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.

Returns:

  • (Array<String>)

    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.



474
# File 'lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/firestore.rb', line 474

class DocumentsTarget; end