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."],[[["This webpage provides reference documentation for the `FilteringAttribute` class within the Google Cloud Eventarc v1 API."],["The `FilteringAttribute` class represents a resource that defines attributes for filtering event types, as it can also be seen in the versions listed, ranging from 1.0.0 to the latest 2.6.0."],["The class inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, suggesting its use in message handling and deep cloning."],["Key properties of `FilteringAttribute` include `Attribute`, `Description`, `PathPatternSupported`, and `Required`, which define the event filtering criteria, like its purpose, if it supports pattern matching, and its necessity for trigger creation, respectively."],["The `FilteringAttribute` class has two constructors: one default and one that accepts another `FilteringAttribute` object as a parameter."]]],[]]