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 provides details on the `ColumnFamilyModification` class, which is used to define changes to a Cloud Bigtable schema, such as creating, deleting, or modifying column families."],["The `ColumnFamilyModification` class offers static functions like `Create`, `Update`, and `Drop` to facilitate the creation of column family modification objects for various operations."],["The document details how the `ColumnFamilyModification` class can be converted to the proto format via `as_proto()`, and it is available as both a constant and moved based object."],["The provided content has a list of past versions of the documentation, ranging from version 2.11.0 to 2.37.0-rc."]]],[]]