Google Cloud Spanner C++ Client
A C++ Client Library for Google Cloud Spanner
Public Attributes | List of all members
google::cloud::spanner::v1::DatabaseAdminConnection::RestoreDatabaseParams Struct Reference

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...
 

Detailed Description

Wrap the arguments for RestoreDatabase().

Definition at line 203 of file database_admin_connection.h.

Member Data Documentation

◆ backup_full_name

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

Database google::cloud::spanner::v1::DatabaseAdminConnection::RestoreDatabaseParams::database

The name of the database.

Definition at line 205 of file database_admin_connection.h.