Define the interfaces to create column family modifications.
Applications can modify a Cloud Bigtable schema through a set of column family modifications. These modifications may include creating new column families, deleting existing column families, or changing the garbage collection rules for existing column families.
This class contain helper functions to create the different protos encapsulating these changes.
[[["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 details the `ColumnFamilyModification` class within the Google Cloud Bigtable C++ client library, which is used to define changes to a Bigtable schema."],["The class provides static functions `Create`, `Update`, and `Drop` to create modifications for creating, updating, and deleting column families, respectively."],["The `ColumnFamilyModification` class also provides methods `as_proto()` to convert the modification to its protocol buffer representation."],["The document lists many previous versions of this class, including the latest version 2.37.0-rc, allowing users to look into changes made across different versions of the library."],["The document details the constructor and operators of this class that use default constructors and assignments."]]],[]]