Class: Google::Spanner::V1::CommitResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Spanner::V1::CommitResponse
 
 
- Defined in:
 - lib/google/cloud/spanner/v1/doc/google/spanner/v1/spanner.rb
 
Overview
The response for Commit.
Instance Attribute Summary collapse
- 
  
    
      #commit_timestamp  ⇒ Google::Protobuf::Timestamp 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Cloud Spanner timestamp at which the transaction committed.
 
Instance Attribute Details
#commit_timestamp ⇒ Google::Protobuf::Timestamp
Returns The Cloud Spanner timestamp at which the transaction committed.
      392  | 
    
      # File 'lib/google/cloud/spanner/v1/doc/google/spanner/v1/spanner.rb', line 392 class CommitResponse; end  |