public sealed class FilteringAttribute : IMessage<FilteringAttribute>, IEquatable<FilteringAttribute>, IDeepCloneable<FilteringAttribute>, IBufferMessage, IMessage
Reference documentation and code samples for the Eventarc v1 API class FilteringAttribute.
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."],[[["The `FilteringAttribute` class represents a resource for filtering event types within the Eventarc v1 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, comparison, cloning, and buffer operations."],["Key properties of `FilteringAttribute` include `Attribute` and `Description` for the filter's name and purpose, `PathPatternSupported` to indicate support for Eventarc PathPattern format, and `Required` to enforce filter specification during trigger creation."],["The document highlights several versions of the `FilteringAttribute` class, ranging from version 1.0.0 to the latest 2.6.0, with this specific documentation focusing on version 2.1.0."]]],[]]