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-14 UTC."],[[["This document details the `ColumnFamilyModification` class, which enables modification of Cloud Bigtable schemas by creating, deleting, or updating column families."],["The class includes static functions like `Create`, `Update`, and `Drop` to define modifications for creating new column families, updating existing ones, or deleting them respectively."],["The `ColumnFamilyModification` class offers constructors and assignment operators that utilize default behaviors, along with functions to convert changes into protocol buffer (`proto`) format via `as_proto()`."],["The latest version available is version `2.37.0-rc`, and the document lists all the versions in between `2.37.0-rc` and `2.11.0`, with links to their respective documentation."]]],[]]