public sealed class StateNotificationConfig : IMessage<StateNotificationConfig>, IEquatable<StateNotificationConfig>, IDeepCloneable<StateNotificationConfig>, IBufferMessage, IMessageThe configuration for notification of new states received from the device.
Inheritance
System.Object > StateNotificationConfigImplements
Google.Protobuf.IMessage<StateNotificationConfig>, System.IEquatable<StateNotificationConfig>, Google.Protobuf.IDeepCloneable<StateNotificationConfig>, Google.Protobuf.IBufferMessage, Google.Protobuf.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 |
|