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-03-21 UTC."],[[["The `EventFilter` class, part of the Google Cloud Functions v2 API, enables filtering events based on exact matches with CloudEvents attributes, and is found in version 1.5.0."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting from the base `object` class."],["`EventFilter` objects can be constructed either using the default constructor or by copying an existing `EventFilter` instance."],["Key properties of `EventFilter` include `Attribute` (the CloudEvents attribute name), `Operator` (the matching operator, with 'match-path-pattern' being an allowed value), and `Value` (the attribute's value), all of which are string types."],["The latest version of the API in this set of documents is 1.7.0, and it provides various previous versions of the API class, down to version 1.0.0."]]],[]]