public sealed class GcRule.Types.Union : IMessage<GcRule.Types.Union>, IEquatable<GcRule.Types.Union>, IDeepCloneable<GcRule.Types.Union>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class GcRule.Types.Union.
A GcRule which deletes cells matching any of the given rules.
[[["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-25 UTC."],[[["The page provides reference documentation for the `GcRule.Types.Union` class in the Google Cloud Bigtable Administration v2 API, which is used to delete cells matching specific rules."],["This `GcRule.Types.Union` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits from object, providing standard object and message handling capabilities."],["The latest version available for this class is 3.24.0, and there are links provided to the documentation for previous versions, starting from 3.23.0 down to 2.4.0, allowing you to look through the different iterations."],["The main functionality of `GcRule.Types.Union` is determined by its `Rules` property, which is a `RepeatedField` of `GcRule` objects, specifying which rules should trigger the deletion of cells."]]],[]]