[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-14 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."]]],[]]