public sealed class StateNotificationConfig : IMessage<StateNotificationConfig>, IEquatable<StateNotificationConfig>, IDeepCloneable<StateNotificationConfig>, IBufferMessage, IMessageThe configuration for notification of new states received from the device.
Implements
IMessage<StateNotificationConfig>, IEquatable<StateNotificationConfig>, IDeepCloneable<StateNotificationConfig>, IBufferMessage, IMessageNamespace
Google.Cloud.Iot.V1Assembly
Google.Cloud.Iot.V1.dll
Constructors
StateNotificationConfig()
public StateNotificationConfig()StateNotificationConfig(StateNotificationConfig)
public StateNotificationConfig(StateNotificationConfig other)| Parameter | |
|---|---|
| Name | Description |
other |
StateNotificationConfig |
Properties
PubsubTopicName
public string PubsubTopicName { get; set; }A Cloud Pub/Sub topic name. For example,
projects/myProject/topics/deviceEvents.
| Property Value | |
|---|---|
| Type | Description |
System.String |
|