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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/spanner/admin/database/v1/spanner_database_admin.rb

Overview

The response for GetDatabaseDdl.

Instance Attribute Summary collapse

Instance Attribute Details

#statements::Array<::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.



312
313
314
315
# File 'proto_docs/google/spanner/admin/database/v1/spanner_database_admin.rb', line 312

class GetDatabaseDdlResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end