Class Google::Cloud::Spanner::Admin::Database::V1::GetDatabaseDdlResponse (v0.7.6)

The response for GetDatabaseDdl.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#statements

def statements() -> ::Array<::String>
Returns
  • (::Array<::String>) — A list of formatted DDL statements defining the schema of the database specified in the request.

#statements=

def statements=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — 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.