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 for configuring notifications of new device states and is part of the Google Cloud IoT V1 library, specifically within the `Google.Cloud.Iot.V1` namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["It includes a `PubsubTopicName` property, which allows users to specify the Cloud Pub/Sub topic where device state events should be published."],["The class is available in multiple versions, with 2.2.0 as the latest release, and you can access older versions down to 1.0.0."],["You can create an instance of `StateNotificationConfig` either with the default constructor or by providing another `StateNotificationConfig` object as a parameter to copy its values."]]],[]]