Cloud Spanner Database Admin V1 API - Class Google::Cloud::Spanner::Admin::Database::V1::GetDatabaseDdlResponse (v0.17.1)

Reference documentation and code samples for the Cloud Spanner Database Admin V1 API class Google::Cloud::Spanner::Admin::Database::V1::GetDatabaseDdlResponse.

The response for GetDatabaseDdl.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#proto_descriptors

def proto_descriptors() -> ::String
Returns

#proto_descriptors=

def proto_descriptors=(value) -> ::String
Parameter
Returns

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