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."],[[["This page provides documentation for the `EventFilter` class within the Google Cloud Functions v2 API, focusing on version 1.3.0."],["`EventFilter` is used to filter events based on exact matches of CloudEvents attributes and implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class inherits from `object` and has several inherited members like `GetHashCode`, `GetType`, and `ToString`, and is under the `Google.Cloud.Functions.V2` namespace."],["`EventFilter` has three main properties: `Attribute` which is a required string specifying the CloudEvents attribute name, `Operator` which is an optional string specifying the operator to use for matching events, and `Value` which is the required string for the attribute's value."],["There are multiple versions of this documentation available, ranging from version 1.0.0 up to the latest version 1.7.0, providing historical context and access to previous versions."]]],[]]