Skip to main content
Google Cloud Documentation
Documentation
  • Get Started
  • Get Started with Google Cloud
  • Product List
  • Cloud Customer Care
  • Featured Products
  • Agent Platform
  • Apigee API Management
  • BigQuery
  • Compute Engine
  • Cloud CDN
  • Cloud Run
  • Cloud Storage
  • Cloud SQL
  • Gemini Enterprise
  • Google Kubernetes Engine
  • Looker
  • Cross-product Tools
  • Access and resources management
  • Costs and usage management
  • Infrastructure as code
  • SDK, languages, frameworks, and tools
  • Technology Areas
  • AI and ML
  • Application development
  • Application hosting
  • Compute
  • Data analytics and pipelines
  • Databases
  • Distributed, hybrid, and multicloud
  • Industry solutions
  • Migration
  • Networking
  • Observability and monitoring
  • Security
  • Storage
/
Console
  • English
  • Deutsch
  • Español – América Latina
  • Français
  • Português – Brasil
  • 中文 – 简体
  • 日本語
  • 한국어
Sign in
  • Google Cloud SDK
  • C++
  • Client libraries
Start free
Overview Guides Reference Samples
Google Cloud Documentation
  • Documentation
    • More
    • Overview
    • Guides
    • Reference
    • Samples
  • Console
  • Overview
  • Library reference docs
  • Google Cloud Platform Bigtable C++ Client Library
  • In-Depth Topics
    • Getting Started with Bigtable Instance Administrative Operations
    • Getting Started with Bigtable Table Administrative Operations
    • Getting Started with Bigtable
    • Override the default endpoint
    • Override the authentication configuration
    • Override the default Universe Domain
    • Override Table Default Universe Domain
    • Override BigtableTableAdminClient Default Universe Domain
    • Override BigtableInstanceAdminClient Default Universe Domain
    • Mocking the Cloud Bigtable C++ Client with Google Mock
    • Advanced Reading and Writing Samples
    • Example: Use Cloud Bigtable C++ client with various gRPC credential classes
    • Environment Variables
    • Error Handling
    • Migrating from DataClient to DataConnection
    • Override Retry, Backoff, and Idempotency Policies
    • Override admin::BigtableInstanceAdminClient Retry Policies
    • Override admin::BigtableTableAdminClient Retry Policies
  • Modules
    • Bigtable Client Library Configuration Options
  • Namespaces
    • google::bigtable
      • Overview
    • google::cloud::bigtable
      • Overview
      • Classes
        • AlwaysRetryMutationPolicy
          • Overview
          • Constructors
            • AlwaysRetryMutationPolicy()
          • Functions
            • virtual clone() const
            • virtual is_idempotent(google::bigtable::v2::Mutation const &)
            • virtual is_idempotent(google::bigtable::v2::CheckAndMutateRowRequest const &)
        • AppProfileConfig
          • Overview
          • Constructors
            • AppProfileConfig(google::bigtable::admin::v2::CreateAppProfileRequest)
          • Functions
            • set_ignore_warnings(bool)
            • set_description(std::string)
            • set_etag(std::string)
            • as_proto() const &
            • as_proto() &&
            • static MultiClusterUseAny(std::string, std::vector< std::string >)
            • static SingleClusterRouting(std::string, std::string, bool)
        • AppProfileUpdateConfig
          • Overview
          • Constructors
            • AppProfileUpdateConfig()
          • Functions
            • set_ignore_warnings(bool)
            • set_description(std::string)
            • set_etag(std::string)
            • set_multi_cluster_use_any(std::vector< std::string >)
            • set_single_cluster_routing(std::string const &, bool)
            • as_proto() const &
            • as_proto() &&
        • BoundQuery
          • Overview
          • Constructors
            • BoundQuery(BoundQuery const &)
            • BoundQuery(BoundQuery &&)
          • Operators
            • operator=(BoundQuery const &)
            • operator=(BoundQuery &&)
          • Functions
            • instance() const
            • parameters() const
            • response()
            • ToRequestProto() const
        • BulkMutation
          • Overview
          • Constructors
            • BulkMutation()
            • BulkMutation(Iterator, Iterator)
            • BulkMutation(std::initializer_list< SingleRowMutation >)
            • BulkMutation(SingleRowMutation)
            • BulkMutation(SingleRowMutation, SingleRowMutation)
            • BulkMutation(M &&...)
          • Functions
            • emplace_back(SingleRowMutation)
            • emplace_back(FailedMutation)
            • push_back(SingleRowMutation)
            • MoveTo(google::bigtable::v2::MutateRowsRequest *)
            • empty() const
            • size() const
            • estimated_size_in_bytes() const
        • Bytes
          • Overview
          • Constructors
            • Bytes(InputIt, InputIt)
            • Bytes(Container const &)
            • Bytes()
            • Bytes(char const *)
          • Operators
            • operator==(Bytes const &, Bytes const &)
            • operator!=(Bytes const &, Bytes const &)
            • operator<(Bytes const &, Bytes const &)
            • operator>=(Bytes const &, Bytes const &)
            • operator>(Bytes const &, Bytes const &)
            • operator<=(Bytes const &, Bytes const &)
            • operator<<(std::ostream &, Bytes const &)
          • Functions
            • get() const
        • Cell
          • Overview
          • Constructors
            • Cell(KeyType &&, std::string, ColumnType &&, std::int64_t, ValueType &&, std::vector< std::string >)
            • Cell(KeyType &&, std::string, ColumnType &&, std::int64_t, std::int64_t, std::vector< std::string >)
            • Cell(KeyType &&, std::string, ColumnType &&, std::int64_t, ValueType &&)
          • Functions
            • row_key() const
            • family_name() const
            • column_qualifier() const
            • timestamp() const
            • value() const &
            • value() &&
            • decode_big_endian_integer() const
            • labels() const
        • Client
          • Overview
          • Constructors
            • Client(std::shared_ptr< DataConnection >, Options)
          • Functions
            • PrepareQuery(InstanceResource const &, SqlStatement const &, Options)
            • AsyncPrepareQuery(InstanceResource const &, SqlStatement const &, Options)
            • ExecuteQuery(BoundQuery &&, Options)
        • ClusterConfig
          • Overview
          • Constructors
            • ClusterConfig(google::bigtable::admin::v2::Cluster)
            • ClusterConfig(std::string, std::int32_t, StorageType)
          • Functions
            • SetEncryptionConfig(google::bigtable::admin::v2::Cluster::EncryptionConfig) &
            • SetEncryptionConfig(google::bigtable::admin::v2::Cluster::EncryptionConfig) &&
            • GetName()
            • as_proto() const &
            • as_proto() &&
          • Types
            • StorageType
        • ColumnFamilyModification
          • Overview
          • Constructors