public sealed class GcRule.Types.Intersection : IMessage<GcRule.Types.Intersection>, IEquatable<GcRule.Types.Intersection>, IDeepCloneable<GcRule.Types.Intersection>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class GcRule.Types.Intersection.
A GcRule which deletes cells matching all 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."],[[["This webpage provides documentation for the `GcRule.Types.Intersection` class within the Google Cloud Bigtable Admin v2 API, specifically focusing on version 3.9.0 and up to the latest 3.24.0."],["The `GcRule.Types.Intersection` class is designed to delete cells in Bigtable that match all the specified rules and it inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default `Intersection()` and one that takes another `GcRule.Types.Intersection` object as a parameter."],["The `Rules` property of `GcRule.Types.Intersection` is a `RepeatedField` collection of `GcRule` objects, enabling the definition of multiple rules that cells must satisfy to be deleted."],["The documentation also provides a historical view of previous versions of `GcRule.Types.Intersection`, dating back to version 2.4.0, alongside the most current version."]]],[]]