[[["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."],[[["The documentation provides details for the `ClusterConfig` class within the Google Cloud Bigtable C++ client library, spanning versions from 2.11.0 to the latest release candidate, 2.37.0-rc."],["`ClusterConfig` can be constructed using either a `google::bigtable::admin::v2::Cluster` object or through a combination of a location string, number of serve nodes, and storage type."],["There are functions, `SetEncryptionConfig`, that allows for setting encryption configurations using `google::bigtable::admin::v2::Cluster::EncryptionConfig` and returns the `ClusterConfig` object."],["The `GetName()` function retrieves the cluster name as a constant string reference, while `as_proto()` returns the cluster configuration as a `google::bigtable::admin::v2::Cluster` object, either as a constant reference or an rvalue reference."],["`StorageType` is defined as an alias for `::google::bigtable::admin::v2::StorageType`, indicating that it represents the storage type for the cluster."]]],[]]