Cloud IoT v1 API - Class StateNotificationConfig (2.2.0)

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.

Inheritance

object > StateNotificationConfig

Namespace

Google.Cloud.Iot.V1

Assembly

Google.Cloud.Iot.V1.dll

Constructors

StateNotificationConfig()

public StateNotificationConfig()

StateNotificationConfig(StateNotificationConfig)

public StateNotificationConfig(StateNotificationConfig other)
Parameter
NameDescription
otherStateNotificationConfig

Properties

PubsubTopicName

public string PubsubTopicName { get; set; }

A Cloud Pub/Sub topic name. For example, projects/myProject/topics/deviceEvents.

Property Value
TypeDescription
string