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 latest version available for `GcRule.Types.Union` within the Google Cloud Bigtable Administration v2 API is 3.24.0, with several older versions, going back to 2.4.0, also accessible."],["`GcRule.Types.Union` is a class that implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which allows users to work with Google's Protobuf protocol."],["This class is part of the `Google.Cloud.Bigtable.Admin.V2` namespace and is designed for defining a garbage collection rule that deletes cells based on multiple other rules, as defined in its description."],["The `Rules` property of `GcRule.Types.Union` allows you to set a collection of `GcRule` types, such that if a cell matches any of these, it is then deleted."],["Constructors for the class include a default empty constructor and one that copies an existing `GcRule.Types.Union` object, making it simple to duplicate or initialize new instances."]]],[]]