Class: Google::Cloud::Spanner::Admin::Database::V1::GetDatabaseDdlResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Spanner::Admin::Database::V1::GetDatabaseDdlResponse
- 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
-
#proto_descriptors ⇒ ::String
Proto descriptors stored in the database.
-
#statements ⇒ ::Array<::String>
A list of formatted DDL statements defining the schema of the database specified in the request.
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.
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.
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 |