Class: Google::Firestore::V1beta1::Target::DocumentsTarget
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Firestore::V1beta1::Target::DocumentsTarget
 
 
- 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
- 
  
    
      #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.
      463  | 
    
      # File 'lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/firestore.rb', line 463 class DocumentsTarget; end  |