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 provides documentation for the `StateNotificationConfig` class within the `Google.Cloud.Iot.V1` namespace, detailing its role in managing notifications for new device states."],["The `StateNotificationConfig` class, which is part of the `Google.Cloud.Iot.V1.dll` assembly, inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and a copy constructor that takes another `StateNotificationConfig` object as a parameter."],["The `StateNotificationConfig` class has a property called `PubsubTopicName` of type String that specifies the Cloud Pub/Sub topic name where device events are sent."],["This document covers version 1.2.0 of the library, but links to other versions from 1.0.0 up to the latest version 2.2.0 are provided for reference."]]],[]]