[[["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-21 UTC."],[[["This document outlines 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 specify the initial configuration settings for a new Bigtable cluster, with options to set location, serving nodes, and storage type."],["It provides constructors that accept either a `google::bigtable::admin::v2::Cluster` object or individual parameters like location, serve nodes, and storage type."],["The class includes functions like `SetEncryptionConfig` for configuring encryption and `GetName` to retrieve the cluster's name."],["The class allows you to obtain the cluster object as a `google::bigtable::admin::v2::Cluster` object through the `as_proto()` method."]]],[]]