Reference documentation and code samples for the Cloud Spanner Database Admin V1 API class Google::Cloud::Spanner::Admin::Database::V1::GetDatabaseDdlRequest.
The request for GetDatabaseDdl.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#database
def database() -> ::String
Returns
-
(::String) — Required. The database whose schema we wish to get.
Values are of the form
projects/<project>/instances/<instance>/databases/<database>
#database=
def database=(value) -> ::String
Parameter
-
value (::String) — Required. The database whose schema we wish to get.
Values are of the form
projects/<project>/instances/<instance>/databases/<database>
Returns
-
(::String) — Required. The database whose schema we wish to get.
Values are of the form
projects/<project>/instances/<instance>/databases/<database>