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-04-09 UTC."],[[["The `StateNotificationConfig` class, part of the Google Cloud IoT v1 API, is used to configure notifications for new device states."],["The latest version of `StateNotificationConfig` is 2.2.0, with older versions available from 2.1.0 down to 1.0.0, each with their corresponding documentation."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring a large level of functionality."],["The `StateNotificationConfig` class can be constructed with or without parameters, and it includes a `PubsubTopicName` property that specifies the Cloud Pub/Sub topic for receiving state notifications."],["The `StateNotificationConfig` class exists within the `Google.Cloud.Iot.V1` namespace and is contained in the `Google.Cloud.Iot.V1.dll` assembly."]]],[]]