Class: Google::Firestore::V1beta1::RunQueryRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Firestore::V1beta1::RunQueryRequest
 
 
- Defined in:
 - lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/firestore.rb
 
Overview
The request for Firestore::RunQuery.
Instance Attribute Summary collapse
- 
  
    
      #new_transaction  ⇒ Google::Firestore::V1beta1::TransactionOptions 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Starts a new transaction and reads the documents.
 - 
  
    
      #parent  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The parent resource name.
 - 
  
    
      #read_time  ⇒ Google::Protobuf::Timestamp 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Reads documents as they were at the given time.
 - 
  
    
      #structured_query  ⇒ Google::Firestore::V1beta1::StructuredQuery 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A structured query.
 - 
  
    
      #transaction  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Reads documents in a transaction.
 
Instance Attribute Details
#new_transaction ⇒ Google::Firestore::V1beta1::TransactionOptions
Returns Starts a new transaction and reads the documents. Defaults to a read-only transaction. The new transaction ID will be returned as the first response in the stream.
      287  | 
    
      # File 'lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/firestore.rb', line 287 class RunQueryRequest; end  | 
  
#parent ⇒ String
Returns The parent resource name. In the format: +projects/project_id/databases/database_id/documents+ or +projects/project_id/databases/database_id/documents/document_path+. For example: +projects/my-project/databases/my-database/documents+ or +projects/my-project/databases/my-database/documents/chatrooms/my-chatroom+
      287  | 
    
      # File 'lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/firestore.rb', line 287 class RunQueryRequest; end  | 
  
#read_time ⇒ Google::Protobuf::Timestamp
Returns Reads documents as they were at the given time. This may not be older than 60 seconds.
      287  | 
    
      # File 'lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/firestore.rb', line 287 class RunQueryRequest; end  | 
  
#structured_query ⇒ Google::Firestore::V1beta1::StructuredQuery
Returns A structured query.
      287  | 
    
      # File 'lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/firestore.rb', line 287 class RunQueryRequest; end  | 
  
#transaction ⇒ String
Returns Reads documents in a transaction.
      287  | 
    
      # File 'lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/firestore.rb', line 287 class RunQueryRequest; end  |