Package | Description |
---|---|
com.google.api.services.directory | |
com.google.api.services.directory.model |
Modifier and Type | Method and Description |
---|---|
Directory.Chromeosdevices.Patch |
Directory.Chromeosdevices.patch(String customerId,
String deviceId,
ChromeOsDevice content)
Updates a device's updatable properties, such as `annotatedUser`, `annotatedLocation`, `notes`,
`orgUnitPath`, or `annotatedAssetId`.
|
Directory.Chromeosdevices.Update |
Directory.Chromeosdevices.update(String customerId,
String deviceId,
ChromeOsDevice content)
Updates a device's updatable properties, such as `annotatedUser`, `annotatedLocation`, `notes`,
`orgUnitPath`, or `annotatedAssetId`.
|
Constructor and Description |
---|
Patch(String customerId,
String deviceId,
ChromeOsDevice content)
Updates a device's updatable properties, such as `annotatedUser`, `annotatedLocation`, `notes`,
`orgUnitPath`, or `annotatedAssetId`.
|
Update(String customerId,
String deviceId,
ChromeOsDevice content)
Updates a device's updatable properties, such as `annotatedUser`, `annotatedLocation`, `notes`,
`orgUnitPath`, or `annotatedAssetId`.
|
Modifier and Type | Method and Description |
---|---|
ChromeOsDevice |
ChromeOsDevice.clone() |
ChromeOsDevice |
ChromeOsDevice.set(String fieldName,
Object value) |
ChromeOsDevice |
ChromeOsDevice.setActiveTimeRanges(List<ChromeOsDevice.ActiveTimeRanges> activeTimeRanges)
List of active time ranges (Read-only).
|
ChromeOsDevice |
ChromeOsDevice.setAnnotatedAssetId(String annotatedAssetId)
The asset identifier as noted by an administrator or specified during enrollment.
|
ChromeOsDevice |
ChromeOsDevice.setAnnotatedLocation(String annotatedLocation)
The address or location of the device as noted by the administrator.
|
ChromeOsDevice |
ChromeOsDevice.setAnnotatedUser(String annotatedUser)
The user of the device as noted by the administrator.
|
ChromeOsDevice |
ChromeOsDevice.setAutoUpdateExpiration(Long autoUpdateExpiration)
(Read-only) The timestamp after which the device will stop receiving Chrome updates or support
|
ChromeOsDevice |
ChromeOsDevice.setBootMode(String bootMode)
The boot mode for the device.
|
ChromeOsDevice |
ChromeOsDevice.setCpuStatusReports(List<ChromeOsDevice.CpuStatusReports> cpuStatusReports)
Reports of CPU utilization and temperature (Read-only)
|
ChromeOsDevice |
ChromeOsDevice.setDeviceFiles(List<ChromeOsDevice.DeviceFiles> deviceFiles)
List of device files to download (Read-only)
|
ChromeOsDevice |
ChromeOsDevice.setDeviceId(String deviceId)
The unique ID of the Chrome device.
|
ChromeOsDevice |
ChromeOsDevice.setDiskVolumeReports(List<ChromeOsDevice.DiskVolumeReports> diskVolumeReports)
Reports of disk space and other info about mounted/connected volumes.
|
ChromeOsDevice |
ChromeOsDevice.setDockMacAddress(String dockMacAddress)
(Read-only) Built-in MAC address for the docking station that the device connected to.
|
ChromeOsDevice |
ChromeOsDevice.setEtag(String etag)
ETag of the resource.
|
ChromeOsDevice |
ChromeOsDevice.setEthernetMacAddress(String ethernetMacAddress)
The device's MAC address on the ethernet network interface.
|
ChromeOsDevice |
ChromeOsDevice.setEthernetMacAddress0(String ethernetMacAddress0)
(Read-only) MAC address used by the Chromebookâs internal ethernet port, and for onboard
network (ethernet) interface.
|
ChromeOsDevice |
ChromeOsDevice.setFirmwareVersion(String firmwareVersion)
The Chrome device's firmware version.
|
ChromeOsDevice |
ChromeOsDevice.setKind(String kind)
The type of resource.
|
ChromeOsDevice |
ChromeOsDevice.setLastEnrollmentTime(DateTime lastEnrollmentTime)
Date and time the device was last enrolled (Read-only)
|
ChromeOsDevice |
ChromeOsDevice.setLastKnownNetwork(List<ChromeOsDevice.LastKnownNetwork> lastKnownNetwork)
Contains last known network (Read-only)
|
ChromeOsDevice |
ChromeOsDevice.setLastSync(DateTime lastSync)
Date and time the device was last synchronized with the policy settings in the G Suite
administrator control panel (Read-only)
|
ChromeOsDevice |
ChromeOsDevice.setMacAddress(String macAddress)
The device's wireless MAC address.
|
ChromeOsDevice |
ChromeOsDevice.setManufactureDate(String manufactureDate)
(Read-only) The date the device was manufactured in yyyy-mm-dd format.
|
ChromeOsDevice |
ChromeOsDevice.setMeid(String meid)
The Mobile Equipment Identifier (MEID) or the International Mobile Equipment Identity (IMEI)
for the 3G mobile card in a mobile device.
|
ChromeOsDevice |
ChromeOsDevice.setModel(String model)
The device's model information.
|
ChromeOsDevice |
ChromeOsDevice.setNotes(String notes)
Notes about this device added by the administrator.
|
ChromeOsDevice |
ChromeOsDevice.setOrderNumber(String orderNumber)
The device's order number.
|
ChromeOsDevice |
ChromeOsDevice.setOrgUnitPath(String orgUnitPath)
The full parent path with the organizational unit's name associated with the device.
|
ChromeOsDevice |
ChromeOsDevice.setOsVersion(String osVersion)
The Chrome device's operating system version.
|
ChromeOsDevice |
ChromeOsDevice.setPlatformVersion(String platformVersion)
The Chrome device's platform version.
|
ChromeOsDevice |
ChromeOsDevice.setRecentUsers(List<ChromeOsDevice.RecentUsers> recentUsers)
List of recent device users, in descending order, by last login time.
|
ChromeOsDevice |
ChromeOsDevice.setScreenshotFiles(List<ChromeOsDevice.ScreenshotFiles> screenshotFiles)
List of screenshot files to download.
|
ChromeOsDevice |
ChromeOsDevice.setSerialNumber(String serialNumber)
The Chrome device serial number entered when the device was enabled.
|
ChromeOsDevice |
ChromeOsDevice.setStatus(String status)
The status of the device.
|
ChromeOsDevice |
ChromeOsDevice.setSupportEndDate(DateTime supportEndDate)
Final date the device will be supported (Read-only)
|
ChromeOsDevice |
ChromeOsDevice.setSystemRamFreeReports(List<ChromeOsDevice.SystemRamFreeReports> systemRamFreeReports)
Reports of amounts of available RAM memory (Read-only)
|
ChromeOsDevice |
ChromeOsDevice.setSystemRamTotal(Long systemRamTotal)
Total RAM on the device [in bytes] (Read-only)
|
ChromeOsDevice |
ChromeOsDevice.setTpmVersionInfo(ChromeOsDevice.TpmVersionInfo tpmVersionInfo)
Trusted Platform Module (TPM) (Read-only)
|
ChromeOsDevice |
ChromeOsDevice.setWillAutoRenew(Boolean willAutoRenew)
Determines if the device will auto renew its support after the support end date.
|
Modifier and Type | Method and Description |
---|---|
List<ChromeOsDevice> |
ChromeOsDevices.getChromeosdevices()
List of Chrome OS Device objects.
|
Modifier and Type | Method and Description |
---|---|
ChromeOsDevices |
ChromeOsDevices.setChromeosdevices(List<ChromeOsDevice> chromeosdevices)
List of Chrome OS Device objects.
|
Copyright © 2011–2021 Google. All rights reserved.