Google Cloud Bigtable C++ Client 2.13.0
A C++ Client Library for Google Cloud Bigtable
|
The response for an asynchronous request listing all the instances. More...
#include <google/cloud/bigtable/instance_list_responses.h>
Public Attributes | |
std::vector< google::bigtable::admin::v2::Instance > | instances |
The list of instances received from Cloud Bigtable. More... | |
std::vector< std::string > | failed_locations |
The list of Google Cloud Platform locations where the request could not get a response from. More... | |
The response for an asynchronous request listing all the instances.
std::vector<std::string> google::cloud::bigtable::InstanceList::failed_locations |
The list of Google Cloud Platform locations where the request could not get a response from.
During an outage Cloud Bigtable may be unable to access specific zones. In that case the service will return those locations for which no information could be retrieved in this parameter.
std::vector<google::bigtable::admin::v2::Instance> google::cloud::bigtable::InstanceList::instances |
The list of instances received from Cloud Bigtable.