Package | Description |
---|---|
com.google.api.services.directory.model |
Modifier and Type | Method and Description |
---|---|
OsUpdateStatus |
OsUpdateStatus.clone() |
OsUpdateStatus |
ChromeOsDevice.getOsUpdateStatus()
The status of the OS updates for the device.
|
OsUpdateStatus |
OsUpdateStatus.set(String fieldName,
Object value) |
OsUpdateStatus |
OsUpdateStatus.setRebootTime(String rebootTime)
Date and time of the last reboot.
|
OsUpdateStatus |
OsUpdateStatus.setState(String state)
The update state of an OS update.
|
OsUpdateStatus |
OsUpdateStatus.setTargetKioskAppVersion(String targetKioskAppVersion)
New required platform version from the pending updated kiosk app.
|
OsUpdateStatus |
OsUpdateStatus.setTargetOsVersion(String targetOsVersion)
New platform version of the OS image being downloaded and applied.
|
OsUpdateStatus |
OsUpdateStatus.setUpdateCheckTime(String updateCheckTime)
Date and time of the last update check.
|
OsUpdateStatus |
OsUpdateStatus.setUpdateTime(String updateTime)
Date and time of the last successful OS update.
|
Modifier and Type | Method and Description |
---|---|
ChromeOsDevice |
ChromeOsDevice.setOsUpdateStatus(OsUpdateStatus osUpdateStatus)
The status of the OS updates for the device.
|
Copyright © 2011–2023 Google. All rights reserved.