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::ClusterList Struct Reference

The response for an asynchronous request listing all the clusters. More...

#include <google/cloud/bigtable/cluster_list_responses.h>

Public Attributes

std::vector< google::bigtable::admin::v2::Cluster > clusters
 The list of clusters 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 clusters.

Member Data Documentation

◆ clusters

std::vector<google::bigtable::admin::v2::Cluster> google::cloud::bigtable::ClusterList::clusters

The list of clusters received from Cloud Bigtable.

◆ failed_locations

std::vector<std::string> google::cloud::bigtable::ClusterList::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.