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

#proto_descriptors::String

Returns Proto descriptors stored in the database. Contains a protobuf-serialized google.protobuf.FileDescriptorSet. For more details, see protobuffer self description.

Returns:



442
443
444
445
# File 'proto_docs/google/spanner/admin/database/v1/spanner_database_admin.rb', line 442

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

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



442
443
444
445
# File 'proto_docs/google/spanner/admin/database/v1/spanner_database_admin.rb', line 442

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