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-03-21 UTC."],[[["The `StateNotificationConfig` class is used to configure notifications for new device states within the Google Cloud IoT Core service."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message management."],["The class inherits from `Object` and has inherited members such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["It is located within the `Google.Cloud.Iot.V1` namespace and is part of the `Google.Cloud.Iot.V1.dll` assembly, with multiple version releases documented, from 1.0.0 to the latest, 2.2.0."],["The `PubsubTopicName` property of `StateNotificationConfig` allows you to specify the Cloud Pub/Sub topic where device state events will be published, such as `projects/myProject/topics/deviceEvents`."]]],[]]