public sealed class EventNotificationConfig : IMessage<EventNotificationConfig>, IEquatable<EventNotificationConfig>, IDeepCloneable<EventNotificationConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud IoT v1 API class EventNotificationConfig.
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."],[[["This document provides reference documentation for the `EventNotificationConfig` class within the Google Cloud IoT v1 API."],["`EventNotificationConfig` is a class used for configuring the forwarding of telemetry events and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the API documented is 2.2.0, with other versions available ranging down to 1.0.0."],["The `EventNotificationConfig` class includes properties like `PubsubTopicName` to specify a Cloud Pub/Sub topic and `SubfolderMatches` to filter telemetry events based on subfolder names."],["The class includes a constructor and inherited members from the base object class, such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]