15#ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_BIGTABLE_INSTANCE_LIST_RESPONSES_H
16#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_BIGTABLE_INSTANCE_LIST_RESPONSES_H
18#include "google/cloud/bigtable/version.h"
19#include <google/bigtable/admin/v2/bigtable_instance_admin.pb.h>
26GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_BEGIN
28
29
35
36
37
38
39
40
41
45GOOGLE_CLOUD_CPP_INLINE_NAMESPACE_END
Contains all the Cloud Bigtable C++ client APIs.
Definition: admin_client.h:28
The response for an asynchronous request listing all the instances.
Definition: instance_list_responses.h:30
std::vector< google::bigtable::admin::v2::Instance > instances
The list of instances received from Cloud Bigtable.
Definition: instance_list_responses.h:32
std::vector< std::string > failed_locations
The list of Google Cloud Platform locations where the request could not get a response from.
Definition: instance_list_responses.h:42