Module: Google::Cloud::Spanner::Admin::Database::V1::DatabaseAdmin

Defined in:
lib/google/cloud/spanner/admin/database/v1/database_admin.rb,
lib/google/cloud/spanner/admin/database/v1/database_admin/paths.rb,
lib/google/cloud/spanner/admin/database/v1/database_admin/client.rb,
lib/google/cloud/spanner/admin/database/v1/database_admin/operations.rb,
lib/google/cloud/spanner/admin/database/v1/database_admin/credentials.rb

Overview

Cloud Spanner Database Admin API

The Cloud Spanner Database Admin API can be used to create, drop, and list databases. It also enables updating the schema of pre-existing databases. It can be also used to create, delete and list backups for a database and to restore from an existing backup.

To load this service and instantiate a client:

require "google/cloud/spanner/admin/database/v1/database_admin"
client = ::Google::Cloud::Spanner::Admin::Database::V1::DatabaseAdmin::Client.new

Defined Under Namespace

Modules: Paths Classes: Client, Credentials, Operations