15 #ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_SPANNER_INSTANCE_H
16 #define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_SPANNER_INSTANCE_H
18 #include "google/cloud/spanner/version.h"
19 #include "google/cloud/project.h"
20 #include "google/cloud/status_or.h"
57 Instance(std::string project_id, std::string instance_id);
72 std::string
const&
instance_id()
const {
return instance_id_; }
87 friend std::ostream& operator<<(std::ostream&,
Instance const&);
91 std::string instance_id_;