public sealed class DeviceConfig : IMessage<DeviceConfig>, IEquatable<DeviceConfig>, IDeepCloneable<DeviceConfig>, IBufferMessage, IMessage
The device configuration. Eventually delivered to devices.
Inheritance
System.Object > DeviceConfigImplements
Google.Protobuf.IMessage<DeviceConfig>, System.IEquatable<DeviceConfig>, Google.Protobuf.IDeepCloneable<DeviceConfig>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Iot.V1Assembly
Google.Cloud.Iot.V1.dll
Constructors
DeviceConfig()
public DeviceConfig()
DeviceConfig(DeviceConfig)
public DeviceConfig(DeviceConfig other)
Parameter | |
---|---|
Name | Description |
other | DeviceConfig |
Properties
BinaryData
public ByteString BinaryData { get; set; }
The device configuration data.
Property Value | |
---|---|
Type | Description |
Google.Protobuf.ByteString |
CloudUpdateTime
public Timestamp CloudUpdateTime { get; set; }
[Output only] The time at which this configuration version was updated in Cloud IoT Core. This timestamp is set by the server.
Property Value | |
---|---|
Type | Description |
Google.Protobuf.WellKnownTypes.Timestamp |
DeviceAckTime
public Timestamp DeviceAckTime { get; set; }
[Output only] The time at which Cloud IoT Core received the acknowledgment from the device, indicating that the device has received this configuration version. If this field is not present, the device has not yet acknowledged that it received this version. Note that when the config was sent to the device, many config versions may have been available in Cloud IoT Core while the device was disconnected, and on connection, only the latest version is sent to the device. Some versions may never be sent to the device, and therefore are never acknowledged. This timestamp is set by Cloud IoT Core.
Property Value | |
---|---|
Type | Description |
Google.Protobuf.WellKnownTypes.Timestamp |
Version
public long Version { get; set; }
[Output only] The version of this update. The version number is assigned by
the server, and is always greater than 0 after device creation. The
version must be 0 on the CreateDevice
request if a config
is
specified; the response of CreateDevice
will always have a value of 1.
Property Value | |
---|---|
Type | Description |
System.Int64 |