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

Wrap the arguments for GetBackup(). More...

#include <google/cloud/spanner/database_admin_connection.h>

Public Attributes

std::string backup_full_name
 The name of the backup. More...
 

Detailed Description

Wrap the arguments for GetBackup().

Definition at line 195 of file database_admin_connection.h.

Member Data Documentation

◆ backup_full_name

std::string google::cloud::spanner::v1::DatabaseAdminConnection::GetBackupParams::backup_full_name

The name of the backup.

Definition at line 197 of file database_admin_connection.h.