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"]],[["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."],[[["\u003cp\u003eThe \u003ccode\u003eEventNotificationConfig\u003c/code\u003e class is used for configuring the forwarding of telemetry events within the Google Cloud IoT platform.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eObject\u003c/code\u003e and implements several interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, all specific to the protobuf library.\u003c/p\u003e\n"],["\u003cp\u003eIt provides two constructors: a default constructor, and another which accepts another \u003ccode\u003eEventNotificationConfig\u003c/code\u003e object as a parameter for initialization.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ePubsubTopicName\u003c/code\u003e property allows users to specify a Cloud Pub/Sub topic where events will be published, while the \u003ccode\u003eSubfolderMatches\u003c/code\u003e property allows filtering of events based on subfolder name.\u003c/p\u003e\n"],["\u003cp\u003eThere are several versions of this class available, with \u003ccode\u003e2.2.0\u003c/code\u003e being the latest, and older versions such as \u003ccode\u003e1.2.0\u003c/code\u003e, \u003ccode\u003e1.1.0\u003c/code\u003e and \u003ccode\u003e1.0.0\u003c/code\u003e being also supported.\u003c/p\u003e\n"]]],[],null,[]]