15 #ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_SPANNER_BACKUP_H 16 #define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_SPANNER_BACKUP_H 56 std::string FullName()
const;
60 std::string
const&
backup_id()
const {
return backup_id_; }
73 std::string backup_id_;
81 #endif // GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_SPANNER_BACKUP_H This class identifies a Cloud Spanner Backup.
bool operator!=(Backup const &a, Backup const &b)
This class identifies a Cloud Spanner Instance.
bool operator==(Backup const &a, Backup const &b)
Contains all the Cloud Spanner C++ client types and functions.
#define SPANNER_CLIENT_NS
Instance const & instance() const
Returns the Instance containing this backup.
std::string const & backup_id() const
std::ostream & operator<<(std::ostream &os, Backup const &bn)