public sealed class StateNotificationConfig : IMessage<StateNotificationConfig>, IEquatable<StateNotificationConfig>, IDeepCloneable<StateNotificationConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud IoT v1 API class StateNotificationConfig.
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, part of the Google Cloud IoT v1 API, manages notifications for new device states."],["This class is implemented in the `Google.Cloud.Iot.V1` namespace and is contained within the `Google.Cloud.Iot.V1.dll` assembly."],["It inherits from `Object` and implements `IMessage\u003cStateNotificationConfig\u003e`, `IEquatable\u003cStateNotificationConfig\u003e`, `IDeepCloneable\u003cStateNotificationConfig\u003e`, `IBufferMessage`, and `IMessage` interfaces."],["`StateNotificationConfig` allows users to set a Cloud Pub/Sub topic name, such as `projects/myProject/topics/deviceEvents`, to receive notifications."],["The documentation covers versions of the `StateNotificationConfig` from 1.0.0 up to the latest release, 2.2.0."]]],[]]