Google Cloud Bigtable C++ Client
1.33.0
A C++ Client Library for Google Cloud Bigtable
|
#include "google/cloud/bigtable/instance_admin.h"
#include "google/cloud/bigtable/internal/async_retry_multi_page.h"
#include "google/cloud/bigtable/internal/async_retry_op.h"
#include "google/cloud/bigtable/internal/async_retry_unary_rpc_and_poll.h"
#include "google/cloud/bigtable/internal/unary_client_utils.h"
#include "google/cloud/grpc_error_delegate.h"
#include "google/cloud/internal/retry_policy.h"
#include "google/cloud/internal/throw_delegate.h"
#include <google/longrunning/operations.grpc.pb.h>
#include <google/protobuf/descriptor.h>
#include <google/protobuf/text_format.h>
#include <type_traits>
#include <unordered_set>
#include "google/cloud/internal/disable_deprecation_warnings.inc"
Go to the source code of this file.
Namespaces | |
google::cloud | |
google::cloud::bigtable | |
Contains all the Cloud Bigtable C++ client APIs. | |
Typedefs | |
using | google::cloud::bigtable::ClientUtils = bigtable::internal::UnaryClientUtils< InstanceAdminClient > |
Shortcuts to avoid typing long names over and over. More... | |