Class: Google::Firestore::V1beta1::TransactionOptions::ReadOnly
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Firestore::V1beta1::TransactionOptions::ReadOnly
 
 
- Defined in:
 - lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/common.rb
 
Overview
Options for a transaction that can only be used to read documents.
Instance Attribute Summary collapse
- 
  
    
      #read_time  ⇒ Google::Protobuf::Timestamp 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Reads documents at the given time.
 
Instance Attribute Details
#read_time ⇒ Google::Protobuf::Timestamp
Returns Reads documents at the given time. This may not be older than 60 seconds.
      59  | 
    
      # File 'lib/google/cloud/firestore/v1beta1/doc/google/firestore/v1beta1/common.rb', line 59 class ReadOnly; end  |