Optional. The operator used for matching the events with the value of the
filter. If not specified, only events that have an exact key-value pair
specified in the filter are matched. The only allowed value is
match-path-pattern.
[[["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-04-17 UTC."],[[["This webpage details the `EventFilter` class within the `Google.Cloud.Eventarc.V1` namespace, used for filtering CloudEvents based on exact attribute matches."],["The latest version available is 2.6.0, with versions ranging from 1.0.0 to 2.6.0, and the current version being described is 2.0.0."],["`EventFilter` inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating comprehensive event filtering capabilities."],["Key properties of the `EventFilter` class include `Attribute`, `Operator`, and `Value`, allowing users to specify the CloudEvents attribute, matching operator, and value for precise event filtering, and it is required that all triggers provide a filter for the 'type' attribute."],["There are two constructors for `EventFilter`: a default constructor and one that takes another `EventFilter` object as a parameter."]]],[]]