config property
The most recent device configuration, which is eventually sent from
Cloud IoT Core to the device. If not present on creation, the
configuration will be initialized with an empty payload and version value
of 1
. To update this field after creation, use the
DeviceManager.ModifyCloudToDeviceConfig
method.
Implementation
@$pb.TagNumber(13)
DeviceConfig get config => $_getN(8);
Implementation
@$pb.TagNumber(13)
set config(DeviceConfig v) { setField(13, v); }