|
Google Cloud Spanner C++ Client
A C++ Client Library for Google Cloud Spanner
|
Wrap the arguments for RestoreDatabase().
More...
#include <google/cloud/spanner/database_admin_connection.h>
Public Attributes | |
| Database | database |
| The name of the database. More... | |
| std::string | backup_full_name |
| The source backup for the restore. More... | |
Wrap the arguments for RestoreDatabase().
Definition at line 203 of file database_admin_connection.h.
| std::string google::cloud::spanner::v1::DatabaseAdminConnection::RestoreDatabaseParams::backup_full_name |
The source backup for the restore.
Definition at line 207 of file database_admin_connection.h.
| Database google::cloud::spanner::v1::DatabaseAdminConnection::RestoreDatabaseParams::database |
The name of the database.
Definition at line 205 of file database_admin_connection.h.
1.8.15