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."],[[["The webpage provides documentation for the `GcRule.Types.Intersection` class within the Google Cloud Bigtable Administration v2 API."],["This class, `GcRule.Types.Intersection`, is designed to define a rule that deletes cells matching all of the specified rules, effectively creating an \"AND\" condition for deletion."],["The documentation lists various versions of the API, from the latest 3.24.0 down to 2.4.0."],["`GcRule.Types.Intersection` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, deep cloning, and buffer manipulation, respectively."],["The class has a `Rules` property which is of type `RepeatedField\u003cGcRule\u003e` and is used to set the condition that dictates that only cells that would be deleted by each and every rule within are deleted."]]],[]]