Google Cloud Bigtable C++ Client 2.13.0
A C++ Client Library for Google Cloud Bigtable
Loading...
Searching...
No Matches
Public Attributes | List of all members
google::cloud::bigtable::InstanceList Struct Reference

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...
 

Detailed Description

The response for an asynchronous request listing all the instances.

Member Data Documentation

◆ failed_locations

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.

◆ instances

std::vector<google::bigtable::admin::v2::Instance> google::cloud::bigtable::InstanceList::instances

The list of instances received from Cloud Bigtable.