Google Cloud Bigtable C++ Client
1.40.2
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.
Definition at line 30 of file instance_list_responses.h.
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.
Definition at line 42 of file instance_list_responses.h.
std::vector<google::bigtable::admin::v2::Instance> google::cloud::bigtable::InstanceList::instances |
The list of instances received from Cloud Bigtable.
Definition at line 32 of file instance_list_responses.h.