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 &)