Class: Google::Spanner::Admin::Database::V1::UpdateDatabaseDdlMetadata
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Spanner::Admin::Database::V1::UpdateDatabaseDdlMetadata
 
 
- Defined in:
 - lib/google/cloud/spanner/admin/database/v1/doc/google/spanner/admin/database/v1/spanner_database_admin.rb
 
Overview
Metadata type for the operation returned by UpdateDatabaseDdl.
Instance Attribute Summary collapse
- 
  
    
      #commit_timestamps  ⇒ Array<Google::Protobuf::Timestamp> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Reports the commit timestamps of all statements that have succeeded so far, where +commit_timestamps[i]+ is the commit timestamp for the statement +statements[i]+.
 - 
  
    
      #database  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The database being modified.
 - 
  
    
      #statements  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
For an update this list contains all the statements.
 
Instance Attribute Details
#commit_timestamps ⇒ Array<Google::Protobuf::Timestamp>
Returns Reports the commit timestamps of all statements that have succeeded so far, where +commit_timestamps[i]+ is the commit timestamp for the statement +statements[i]+.
      164  | 
    
      # File 'lib/google/cloud/spanner/admin/database/v1/doc/google/spanner/admin/database/v1/spanner_database_admin.rb', line 164 class UpdateDatabaseDdlMetadata; end  | 
  
#database ⇒ String
Returns The database being modified.
      164  | 
    
      # File 'lib/google/cloud/spanner/admin/database/v1/doc/google/spanner/admin/database/v1/spanner_database_admin.rb', line 164 class UpdateDatabaseDdlMetadata; end  | 
  
#statements ⇒ Array<String>
Returns For an update this list contains all the statements. For an individual statement, this list contains only that statement.
      164  | 
    
      # File 'lib/google/cloud/spanner/admin/database/v1/doc/google/spanner/admin/database/v1/spanner_database_admin.rb', line 164 class UpdateDatabaseDdlMetadata; end  |