Google Cloud Spanner C++ Client 2.13.0
A C++ Client Library for Google Cloud Spanner
Loading...
Searching...
No Matches
Public Attributes | List of all members
google::cloud::spanner::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...
 
EncryptionConfig encryption_config
 How to encrypt the database. More...
 

Detailed Description

Wrap the arguments for RestoreDatabase().

Member Data Documentation

◆ backup_full_name

std::string google::cloud::spanner::DatabaseAdminConnection::RestoreDatabaseParams::backup_full_name

The source backup for the restore.

◆ database

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

The name of the database.

◆ encryption_config

EncryptionConfig google::cloud::spanner::DatabaseAdminConnection::RestoreDatabaseParams::encryption_config

How to encrypt the database.