[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-09 UTC."],[[["This document details the `ClusterConfig` class within the Google Cloud Bigtable C++ client library, focusing on versions ranging from 2.11.0 to 2.37.0-rc."],["The `ClusterConfig` class is used to define the initial configuration of a new Bigtable cluster, with parameters such as location, number of serve nodes, and storage type."],["`ClusterConfig` objects can be constructed using either a pre-existing `google::bigtable::admin::v2::Cluster` object, or through defining the location, number of serve nodes, and storage type."],["The class provides methods to set and get encryption configurations (`SetEncryptionConfig`), as well as retrieve the name of the cluster (`GetName`) and obtain the underlying `google::bigtable::admin::v2::Cluster` object (`as_proto`)."],["`StorageType` is defined as an alias of `::google::bigtable::admin::v2::StorageType`, indicating the type of storage used by the cluster."]]],[]]