diff --git a/docs/dyn/chromemanagement_v1.customers.apps.android.html b/docs/dyn/chromemanagement_v1.customers.apps.android.html index 7c9f2715da1..3f363b5018b 100644 --- a/docs/dyn/chromemanagement_v1.customers.apps.android.html +++ b/docs/dyn/chromemanagement_v1.customers.apps.android.html @@ -112,6 +112,7 @@

Method Details

"chromeAppInfo": { # Chrome Web Store app information. # Output only. Chrome Web Store app information. "googleOwned": True or False, # Output only. Whether the app or extension is built and maintained by Google. Version-specific field that will only be set when the requested app version is found. "isCwsHosted": True or False, # Output only. Whether the app or extension is in a published state in the Chrome Web Store. + "isExtensionPolicySupported": True or False, # Output only. Whether an app supports policy for extensions. "isKioskOnly": True or False, # Output only. Whether the app is only for Kiosk mode on ChromeOS devices "isTheme": True or False, # Output only. Whether the app or extension is a theme. "kioskEnabled": True or False, # Output only. Whether this app is enabled for Kiosk mode on ChromeOS devices diff --git a/docs/dyn/chromemanagement_v1.customers.apps.chrome.html b/docs/dyn/chromemanagement_v1.customers.apps.chrome.html index bbab5666b36..3b8827e238d 100644 --- a/docs/dyn/chromemanagement_v1.customers.apps.chrome.html +++ b/docs/dyn/chromemanagement_v1.customers.apps.chrome.html @@ -112,6 +112,7 @@

Method Details

"chromeAppInfo": { # Chrome Web Store app information. # Output only. Chrome Web Store app information. "googleOwned": True or False, # Output only. Whether the app or extension is built and maintained by Google. Version-specific field that will only be set when the requested app version is found. "isCwsHosted": True or False, # Output only. Whether the app or extension is in a published state in the Chrome Web Store. + "isExtensionPolicySupported": True or False, # Output only. Whether an app supports policy for extensions. "isKioskOnly": True or False, # Output only. Whether the app is only for Kiosk mode on ChromeOS devices "isTheme": True or False, # Output only. Whether the app or extension is a theme. "kioskEnabled": True or False, # Output only. Whether this app is enabled for Kiosk mode on ChromeOS devices diff --git a/docs/dyn/chromemanagement_v1.customers.apps.web.html b/docs/dyn/chromemanagement_v1.customers.apps.web.html index 05fba51bf25..9a9b2a9a230 100644 --- a/docs/dyn/chromemanagement_v1.customers.apps.web.html +++ b/docs/dyn/chromemanagement_v1.customers.apps.web.html @@ -112,6 +112,7 @@

Method Details

"chromeAppInfo": { # Chrome Web Store app information. # Output only. Chrome Web Store app information. "googleOwned": True or False, # Output only. Whether the app or extension is built and maintained by Google. Version-specific field that will only be set when the requested app version is found. "isCwsHosted": True or False, # Output only. Whether the app or extension is in a published state in the Chrome Web Store. + "isExtensionPolicySupported": True or False, # Output only. Whether an app supports policy for extensions. "isKioskOnly": True or False, # Output only. Whether the app is only for Kiosk mode on ChromeOS devices "isTheme": True or False, # Output only. Whether the app or extension is a theme. "kioskEnabled": True or False, # Output only. Whether this app is enabled for Kiosk mode on ChromeOS devices diff --git a/docs/dyn/chromemanagement_v1.customers.telemetry.devices.html b/docs/dyn/chromemanagement_v1.customers.telemetry.devices.html index 1197dd9c16e..5a072930b0c 100644 --- a/docs/dyn/chromemanagement_v1.customers.telemetry.devices.html +++ b/docs/dyn/chromemanagement_v1.customers.telemetry.devices.html @@ -154,6 +154,16 @@

Method Details

"serialNumber": "A String", # Output only. Battery serial number. }, ], + "bootPerformanceReport": [ # Output only. Boot performance reports of the device. + { # Boot performance report of a device. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceBootMode](https://chromeenterprise.google/policies/#ReportDeviceBootMode) * Data Collection Frequency: On every boot up event * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: Yes * Reported for affiliated users only: N/A + "bootUpDuration": "A String", # Total time to boot up. + "bootUpTime": "A String", # The timestamp when power came on. + "reportTime": "A String", # Timestamp when the report was collected. + "shutdownDuration": "A String", # Total time since shutdown start to power off. + "shutdownReason": "A String", # The shutdown reason. + "shutdownTime": "A String", # The timestamp when shutdown. + }, + ], "cpuInfo": [ # Output only. Information regarding CPU specs for the device. { # CPU specifications for the device * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportDeviceCpuInfo](https://chromeenterprise.google/policies/#ReportDeviceCpuInfo) * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A "architecture": "A String", # Output only. Architecture type for the CPU. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportDeviceCpuInfo](https://chromeenterprise.google/policies/#ReportDeviceCpuInfo) * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A @@ -379,6 +389,16 @@

Method Details

"serialNumber": "A String", # Output only. Battery serial number. }, ], + "bootPerformanceReport": [ # Output only. Boot performance reports of the device. + { # Boot performance report of a device. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceBootMode](https://chromeenterprise.google/policies/#ReportDeviceBootMode) * Data Collection Frequency: On every boot up event * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: Yes * Reported for affiliated users only: N/A + "bootUpDuration": "A String", # Total time to boot up. + "bootUpTime": "A String", # The timestamp when power came on. + "reportTime": "A String", # Timestamp when the report was collected. + "shutdownDuration": "A String", # Total time since shutdown start to power off. + "shutdownReason": "A String", # The shutdown reason. + "shutdownTime": "A String", # The timestamp when shutdown. + }, + ], "cpuInfo": [ # Output only. Information regarding CPU specs for the device. { # CPU specifications for the device * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportDeviceCpuInfo](https://chromeenterprise.google/policies/#ReportDeviceCpuInfo) * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A "architecture": "A String", # Output only. Architecture type for the CPU. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportDeviceCpuInfo](https://chromeenterprise.google/policies/#ReportDeviceCpuInfo) * Data Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A diff --git a/googleapiclient/discovery_cache/documents/chromemanagement.v1.json b/googleapiclient/discovery_cache/documents/chromemanagement.v1.json index 2fb1246aa81..0454e6a2bdb 100644 --- a/googleapiclient/discovery_cache/documents/chromemanagement.v1.json +++ b/googleapiclient/discovery_cache/documents/chromemanagement.v1.json @@ -631,7 +631,7 @@ } } }, - "revision": "20220926", + "revision": "20221001", "rootUrl": "https://chromemanagement.googleapis.com/", "schemas": { "GoogleChromeManagementV1AndroidAppInfo": { @@ -972,6 +972,56 @@ }, "type": "object" }, + "GoogleChromeManagementV1BootPerformanceReport": { + "description": "Boot performance report of a device. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceBootMode](https://chromeenterprise.google/policies/#ReportDeviceBootMode) * Data Collection Frequency: On every boot up event * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: Yes * Reported for affiliated users only: N/A", + "id": "GoogleChromeManagementV1BootPerformanceReport", + "properties": { + "bootUpDuration": { + "description": "Total time to boot up.", + "format": "google-duration", + "type": "string" + }, + "bootUpTime": { + "description": "The timestamp when power came on.", + "format": "google-datetime", + "type": "string" + }, + "reportTime": { + "description": "Timestamp when the report was collected.", + "format": "google-datetime", + "type": "string" + }, + "shutdownDuration": { + "description": "Total time since shutdown start to power off.", + "format": "google-duration", + "type": "string" + }, + "shutdownReason": { + "description": "The shutdown reason.", + "enum": [ + "SHUTDOWN_REASON_UNSPECIFIED", + "USER_REQUEST", + "SYSTEM_UPDATE", + "LOW_BATTERY", + "OTHER" + ], + "enumDescriptions": [ + "Shutdown reason is not specified.", + "User initiated.", + "System update initiated.", + "Shutdown due to low battery.", + "Shutdown due to other reasons." + ], + "type": "string" + }, + "shutdownTime": { + "description": "The timestamp when shutdown.", + "format": "google-datetime", + "type": "string" + } + }, + "type": "object" + }, "GoogleChromeManagementV1BrowserVersion": { "description": "Describes a browser version and its install count.", "id": "GoogleChromeManagementV1BrowserVersion", @@ -1053,6 +1103,11 @@ "readOnly": true, "type": "boolean" }, + "isExtensionPolicySupported": { + "description": "Output only. Whether an app supports policy for extensions.", + "readOnly": true, + "type": "boolean" + }, "isKioskOnly": { "description": "Output only. Whether the app is only for Kiosk mode on ChromeOS devices", "readOnly": true, @@ -2266,6 +2321,14 @@ "readOnly": true, "type": "array" }, + "bootPerformanceReport": { + "description": "Output only. Boot performance reports of the device.", + "items": { + "$ref": "GoogleChromeManagementV1BootPerformanceReport" + }, + "readOnly": true, + "type": "array" + }, "cpuInfo": { "description": "Output only. Information regarding CPU specs for the device.", "items": {