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.
Implements
IMessageStateNotificationConfig, IEquatableStateNotificationConfig, IDeepCloneableStateNotificationConfig, 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 |
string |