Class: Google::Firestore::V1::Target::DocumentsTarget

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/firestore/v1/doc/google/firestore/v1/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.



460
# File 'lib/google/cloud/firestore/v1/doc/google/firestore/v1/firestore.rb', line 460

class DocumentsTarget; end