Class: Google::Spanner::Admin::Database::V1::GetDatabaseDdlResponse

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

The response for GetDatabaseDdl.

Instance Attribute Summary collapse

Instance Attribute Details

#statementsArray<String>

Returns A list of formatted DDL statements defining the schema of the database specified in the request.

Returns:

  • (Array<String>)

    A list of formatted DDL statements defining the schema of the database specified in the request.



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

class GetDatabaseDdlResponse; end