[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.
[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.
[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.
[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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Interface DeviceConfigOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.iot.v1.DeviceConfigOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.iot.v1.DeviceConfigOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.iot.v1.DeviceConfigOrBuilder) \n\n public interface DeviceConfigOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getBinaryData()\n\n public abstract ByteString getBinaryData()\n\nThe device configuration data.\n\n`bytes binary_data = 4;`\n\n### getCloudUpdateTime()\n\n public abstract Timestamp getCloudUpdateTime()\n\n\\[Output only\\] The time at which this configuration version was updated in\nCloud IoT Core. This timestamp is set by the server.\n\n`.google.protobuf.Timestamp cloud_update_time = 2;`\n\n### getCloudUpdateTimeOrBuilder()\n\n public abstract TimestampOrBuilder getCloudUpdateTimeOrBuilder()\n\n\\[Output only\\] The time at which this configuration version was updated in\nCloud IoT Core. This timestamp is set by the server.\n\n`.google.protobuf.Timestamp cloud_update_time = 2;`\n\n### getDeviceAckTime()\n\n public abstract Timestamp getDeviceAckTime()\n\n\\[Output only\\] The time at which Cloud IoT Core received the\nacknowledgment from the device, indicating that the device has received\nthis configuration version. If this field is not present, the device has\nnot yet acknowledged that it received this version. Note that when\nthe config was sent to the device, many config versions may have been\navailable in Cloud IoT Core while the device was disconnected, and on\nconnection, only the latest version is sent to the device. Some\nversions may never be sent to the device, and therefore are never\nacknowledged. This timestamp is set by Cloud IoT Core.\n\n`.google.protobuf.Timestamp device_ack_time = 3;`\n\n### getDeviceAckTimeOrBuilder()\n\n public abstract TimestampOrBuilder getDeviceAckTimeOrBuilder()\n\n\\[Output only\\] The time at which Cloud IoT Core received the\nacknowledgment from the device, indicating that the device has received\nthis configuration version. If this field is not present, the device has\nnot yet acknowledged that it received this version. Note that when\nthe config was sent to the device, many config versions may have been\navailable in Cloud IoT Core while the device was disconnected, and on\nconnection, only the latest version is sent to the device. Some\nversions may never be sent to the device, and therefore are never\nacknowledged. This timestamp is set by Cloud IoT Core.\n\n`.google.protobuf.Timestamp device_ack_time = 3;`\n\n### getVersion()\n\n public abstract long getVersion()\n\n\\[Output only\\] The version of this update. The version number is assigned by\nthe server, and is always greater than 0 after device creation. The\nversion must be 0 on the `CreateDevice` request if a `config` is\nspecified; the response of `CreateDevice` will always have a value of 1.\n\n`int64 version = 1;`\n\n### hasCloudUpdateTime()\n\n public abstract boolean hasCloudUpdateTime()\n\n\\[Output only\\] The time at which this configuration version was updated in\nCloud IoT Core. This timestamp is set by the server.\n\n`.google.protobuf.Timestamp cloud_update_time = 2;`\n\n### hasDeviceAckTime()\n\n public abstract boolean hasDeviceAckTime()\n\n\\[Output only\\] The time at which Cloud IoT Core received the\nacknowledgment from the device, indicating that the device has received\nthis configuration version. If this field is not present, the device has\nnot yet acknowledged that it received this version. Note that when\nthe config was sent to the device, many config versions may have been\navailable in Cloud IoT Core while the device was disconnected, and on\nconnection, only the latest version is sent to the device. Some\nversions may never be sent to the device, and therefore are never\nacknowledged. This timestamp is set by Cloud IoT Core.\n\n`.google.protobuf.Timestamp device_ack_time = 3;`"]]