Class: Google::Spanner::Admin::Database::V1::UpdateDatabaseDdlMetadata

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#commit_timestampsArray<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].

Returns:

  • (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].



164
# File 'lib/google/cloud/spanner/admin/database/v1/doc/google/spanner/admin/database/v1/spanner_database_admin.rb', line 164

class UpdateDatabaseDdlMetadata; end

#databaseString

Returns The database being modified.

Returns:

  • (String)

    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

#statementsArray<String>

Returns For an update this list contains all the statements. For an individual statement, this list contains only that statement.

Returns:

  • (Array<String>)

    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