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."],[[["The `EventFilter` class in the Google Cloud Eventarc v1 API allows for filtering events based on CloudEvents attributes."],["Version 2.6.0 is the latest version of the `EventFilter` API, with version 2.4.0 being the specific version in the main view of this documentation page, with access to other versions from 1.0.0 up to 2.6.0."],["The `EventFilter` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class, allowing for enhanced functionality."],["The `EventFilter` class has three key properties: `Attribute`, `Operator`, and `Value`, which together define how events are matched based on CloudEvents attributes."],["The required `Attribute` and `Value` properties specify the attribute name and the value to filter by, while the optional `Operator` property allows for matching events using a pattern, with `match-path-pattern` being the only available option."]]],[]]