15 #ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_SPANNER_INSTANCE_H 16 #define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_SPANNER_INSTANCE_H 44 Instance(std::string project_id, std::string instance_id);
55 std::string
const&
project_id()
const {
return project_id_; }
58 std::string
const&
instance_id()
const {
return instance_id_; }
64 std::string FullName()
const;
76 std::string project_id_;
77 std::string instance_id_;
85 #endif // GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_SPANNER_INSTANCE_H bool operator!=(Backup const &a, Backup const &b)
This class identifies a Cloud Spanner Instance.
std::string const & project_id() const
Returns the Project ID.
bool operator==(Backup const &a, Backup const &b)
Contains all the Cloud Spanner C++ client types and functions.
#define SPANNER_CLIENT_NS
std::string const & instance_id() const
Returns the Instance ID.
std::ostream & operator<<(std::ostream &os, Backup const &bn)