Google Cloud Bigtable C++ Client
2.1.0
A C++ Client Library for Google Cloud Bigtable
|
#include "google/cloud/bigtable/client_options.h"
#include "google/cloud/bigtable/completion_queue.h"
#include "google/cloud/bigtable/row.h"
#include "google/cloud/bigtable/version.h"
#include <google/bigtable/v2/bigtable.grpc.pb.h>
#include <string>
Go to the source code of this file.
Classes | |
class | google::cloud::bigtable::DataClient |
Connects to Cloud Bigtable's data manipulation APIs. More... | |
Namespaces | |
google::cloud | |
google::cloud::bigtable | |
Contains all the Cloud Bigtable C++ client APIs. | |
Functions | |
std::shared_ptr< DataClient > | google::cloud::bigtable::MakeDataClient (std::string project_id, std::string instance_id, Options options={}) |
Create a new data client configured via options . More... | |
std::shared_ptr< DataClient > | google::cloud::bigtable::CreateDefaultDataClient (std::string project_id, std::string instance_id, ClientOptions options) |
Create a new data client configured via options . More... | |
std::string | google::cloud::bigtable::InstanceName (std::shared_ptr< DataClient > const &client) |
Return the fully qualified instance name for the client . More... | |