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
- (::String) — Proto descriptors stored in the database. Contains a protobuf-serialized google.protobuf.FileDescriptorSet. For more details, see protobuffer self description.
#proto_descriptors=
def proto_descriptors=(value) -> ::String
Parameter
- value (::String) — Proto descriptors stored in the database. Contains a protobuf-serialized google.protobuf.FileDescriptorSet. For more details, see protobuffer self description.
Returns
- (::String) — Proto descriptors stored in the database. Contains a protobuf-serialized google.protobuf.FileDescriptorSet. For more details, see protobuffer self description.
#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.