Google Cloud Bigtable C++ Client
2.1.0
A C++ Client Library for Google Cloud Bigtable
|
#include "google/cloud/bigtable/version.h"
#include <google/bigtable/admin/v2/bigtable_instance_admin.pb.h>
#include <set>
#include <string>
#include <vector>
Go to the source code of this file.
Namespaces | |
google::cloud | |
google::cloud::bigtable | |
Contains all the Cloud Bigtable C++ client APIs. | |
Functions | |
template<class InputIt > | |
google::iam::v1::Binding | google::cloud::bigtable::IamBinding (std::string role, InputIt begin, InputIt end) |
Create a google::iam::v1::Binding. More... | |
template<class InputIt > | |
google::iam::v1::Binding | google::cloud::bigtable::IamBinding (std::string role, InputIt begin, InputIt end, google::type::Expr condition) |
Create a google::iam::v1::Binding. More... | |
google::iam::v1::Binding | google::cloud::bigtable::IamBinding (std::string role, std::initializer_list< std::string > members) |
Create a google::iam::v1::Binding. More... | |
google::iam::v1::Binding | google::cloud::bigtable::IamBinding (std::string role, std::initializer_list< std::string > members, google::type::Expr condition) |
Create a google::iam::v1::Binding. More... | |
google::iam::v1::Binding | google::cloud::bigtable::IamBinding (std::string role, std::vector< std::string > members) |
Create a google::iam::v1::Binding. More... | |
google::iam::v1::Binding | google::cloud::bigtable::IamBinding (std::string role, std::vector< std::string > members, google::type::Expr condition) |
Create a google::iam::v1::Binding. More... | |
std::ostream & | google::cloud::bigtable::operator<< (std::ostream &os, google::iam::v1::Binding const &binding) |
template<class InputIt > | |
google::iam::v1::Binding | google::cloud::bigtable::IamBindingAppendMembers (google::iam::v1::Binding binding, InputIt begin, InputIt end) |
Append members to a google::iam::v1::Binding. More... | |
google::iam::v1::Binding | google::cloud::bigtable::IamBindingSetCondition (google::iam::v1::Binding binding, google::type::Expr condition) |
Set a condition to an google::iam::v1::Binding. More... | |