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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `EventFilter` class in the Google Cloud Functions v2 API allows filtering of events based on exact matches of CloudEvents attributes."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling diverse interactions and operations."],["It has properties for `Attribute`, `Operator`, and `Value`, allowing for defining the filtering criteria, along with the operator `match-path-pattern`."],["There are two constructors for the EventFilter class: one empty, and the second taking an existing EventFilter object as a parameter."],["This documentation provides links to different versions of the `EventFilter` class, ranging from version 1.0.0 to the latest 1.7.0."]]],[]]