Google Cloud Bigtable C++ Client
2.6.0
A C++ Client Library for Google Cloud Bigtable
|
Namespaces | |
bigtable | |
Contains all the Cloud Bigtable C++ client APIs. | |
bigtable_admin | |
bigtable_admin_mocks | |
bigtable_mocks | |
mocks | |
StreamRange | |
Enumerations | |
enum class | Idempotency { kIdempotent , kNonIdempotent } |
enum class | Severity { GCP_LS_TRACE , GCP_LS_DEBUG , GCP_LS_INFO , GCP_LS_NOTICE , GCP_LS_WARNING , GCP_LS_ERROR , GCP_LS_CRITICAL , GCP_LS_ALERT , GCP_LS_FATAL , GCP_LS_HIGHEST , GCP_LS_LOWEST , GCP_LS_LOWEST_ENABLED } |
enum class | StatusCode { kOk , kCancelled , kUnknown , kInvalidArgument , kDeadlineExceeded , kNotFound , kAlreadyExists , kPermissionDenied , kUnauthenticated , kResourceExhausted , kFailedPrecondition , kAborted , kOutOfRange , kUnimplemented , kInternal , kUnavailable , kDataLoss } |
Functions | |
std::shared_ptr< Credentials > | MakeInsecureCredentials (Options opts={}) |
std::shared_ptr< Credentials > | MakeGoogleDefaultCredentials (Options opts={}) |
std::shared_ptr< Credentials > | MakeAccessTokenCredentials (std::string const &access_token, std::chrono::system_clock::time_point expiration, Options opts={}) |
std::shared_ptr< Credentials > | MakeImpersonateServiceAccountCredentials (std::shared_ptr< Credentials > base_credentials, std::string target_service_account, Options opts={}) |
std::shared_ptr< Credentials > | MakeServiceAccountCredentials (std::string json_object, Options opts={}) |
std::shared_ptr< Credentials > | MakeExternalAccountCredentials (std::string json_object, Options opts={}) |
future< typename internal::make_ready_return< T >::type > | make_ready_future (T &&t) |
future< void > | make_ready_future () |
google::cloud::Status | MakeStatusFromRpcError (grpc::Status const &status) |
google::cloud::Status | MakeStatusFromRpcError (grpc::StatusCode code, std::string what) |
google::cloud::Status | MakeStatusFromRpcError (google::rpc::Status const &proto) |
StatusOr< KmsKeyName > | MakeKmsKeyName (std::string const &full_name) |
std::ostream & | operator<< (std::ostream &os, Severity x) |
std::ostream & | operator<< (std::ostream &os, LogRecord const &rhs) |
StatusOr< Project > | MakeProject (std::string const &full_name) |
std::string | StatusCodeToString (StatusCode code) |
std::ostream & | operator<< (std::ostream &os, StatusCode code) |
bool | operator== (StatusOr< T > const &a, StatusOr< T > const &b) |
bool | operator!= (StatusOr< T > const &a, StatusOr< T > const &b) |
StatusOr< T > | make_status_or (T rhs) |
constexpr int | version_major () |
constexpr int | version_minor () |
constexpr int | version_patch () |
constexpr char const * | version_pre_release () |
constexpr int | version () |
std::string | version_string () |
TerminateHandler | SetTerminateHandler (TerminateHandler f) |
TerminateHandler | GetTerminateHandler () |
void | Terminate (char const *msg) |