public sealed class FilteringAttribute : IMessage<FilteringAttribute>, IEquatable<FilteringAttribute>, IDeepCloneable<FilteringAttribute>, IBufferMessage, IMessage
A representation of the FilteringAttribute resource.
Filtering attributes are per event type.
[[["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 webpage details the `FilteringAttribute` resource, a component of the Google Cloud Eventarc V1 API, specifically within version 1.3.0 of the .NET library."],["`FilteringAttribute` is designed for filtering event types and is implemented with several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `FilteringAttribute` class includes properties like `Attribute`, `Description`, `PathPatternSupported`, and `Required`, which provide information about the attribute's purpose, the ability to support path patterns, and whether a filter is required for triggers, respectively."],["The page also includes previous versions of the FilteringAttribute from version 1.0.0 to 2.6.0 (latest), so users may find information for older versions."],["The class also has some inherited members, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString` that are also available."]]],[]]