Google Cloud Spanner C++ Client 2.13.0
A C++ Client Library for Google Cloud Spanner
|
Wrap the arguments for ListInstances()
.
More...
#include <google/cloud/spanner/instance_admin_connection.h>
Public Attributes | |
std::string | project_id |
Query the instances in this project. More... | |
std::string | filter |
A filtering expression to restrict the set of instances included in the response. More... | |
Wrap the arguments for ListInstances()
.
std::string google::cloud::spanner::InstanceAdminConnection::ListInstancesParams::filter |
A filtering expression to restrict the set of instances included in the response.
std::string google::cloud::spanner::InstanceAdminConnection::ListInstancesParams::project_id |
Query the instances in this project.
This is a required value, it must be non-empty.