public sealed class EventNotificationConfig : IMessage<EventNotificationConfig>, IEquatable<EventNotificationConfig>, IDeepCloneable<EventNotificationConfig>, IBufferMessage, IMessage
The configuration for forwarding telemetry events.
If the subfolder name matches this string exactly, this configuration will
be used. The string must not include the leading '/' character. If empty,
all strings are matched. This field is used only for telemetry events;
subfolders are not supported for state changes.
[[["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 `EventNotificationConfig` class is used for configuring the forwarding of telemetry events within the Google Cloud IoT platform."],["This class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all specific to the protobuf library."],["It provides two constructors: a default constructor, and another which accepts another `EventNotificationConfig` object as a parameter for initialization."],["The `PubsubTopicName` property allows users to specify a Cloud Pub/Sub topic where events will be published, while the `SubfolderMatches` property allows filtering of events based on subfolder name."],["There are several versions of this class available, with `2.2.0` being the latest, and older versions such as `1.2.0`, `1.1.0` and `1.0.0` being also supported."]]],[]]