public sealed class StateNotificationConfig : IMessage<StateNotificationConfig>, IEquatable<StateNotificationConfig>, IDeepCloneable<StateNotificationConfig>, IBufferMessage, IMessage
The configuration for notification of new states received from the device.
[[["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 webpage details the `StateNotificationConfig` class within the `Google.Cloud.Iot.V1` namespace, which is designed for configuring notifications of new device states."],["The `StateNotificationConfig` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has inheritance from `System.Object`."],["The class includes a constructor `StateNotificationConfig()` and another one `StateNotificationConfig(StateNotificationConfig other)` that accepts another `StateNotificationConfig` object for parameter."],["The `PubsubTopicName` property of type `System.String` allows the specification of a Cloud Pub/Sub topic for sending notifications, as seen in the example `projects/myProject/topics/deviceEvents`."],["This class is available in multiple versions, ranging from 1.0.0 to the latest version, 2.2.0, with links to documentation for each version provided."]]],[]]