Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
feat(chromemanagement): update the api
#### chromemanagement:v1

The following keys were added:
- schemas.GoogleChromeManagementV1BootPerformanceReport (Total Keys: 13)
- schemas.GoogleChromeManagementV1ChromeAppInfo.properties.isExtensionPolicySupported (Total Keys: 2)
- schemas.GoogleChromeManagementV1TelemetryDevice.properties.bootPerformanceReport (Total Keys: 3)
  • Loading branch information
yoshi-automation committed Oct 4, 2022
1 parent 2fe105a commit ec3508a
Show file tree
Hide file tree
Showing 5 changed files with 87 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/dyn/chromemanagement_v1.customers.apps.android.html
Expand Up @@ -112,6 +112,7 @@ <h3>Method Details</h3>
&quot;chromeAppInfo&quot;: { # Chrome Web Store app information. # Output only. Chrome Web Store app information.
&quot;googleOwned&quot;: 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.
&quot;isCwsHosted&quot;: True or False, # Output only. Whether the app or extension is in a published state in the Chrome Web Store.
&quot;isExtensionPolicySupported&quot;: True or False, # Output only. Whether an app supports policy for extensions.
&quot;isKioskOnly&quot;: True or False, # Output only. Whether the app is only for Kiosk mode on ChromeOS devices
&quot;isTheme&quot;: True or False, # Output only. Whether the app or extension is a theme.
&quot;kioskEnabled&quot;: True or False, # Output only. Whether this app is enabled for Kiosk mode on ChromeOS devices
Expand Down
1 change: 1 addition & 0 deletions docs/dyn/chromemanagement_v1.customers.apps.chrome.html
Expand Up @@ -112,6 +112,7 @@ <h3>Method Details</h3>
&quot;chromeAppInfo&quot;: { # Chrome Web Store app information. # Output only. Chrome Web Store app information.
&quot;googleOwned&quot;: 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.
&quot;isCwsHosted&quot;: True or False, # Output only. Whether the app or extension is in a published state in the Chrome Web Store.
&quot;isExtensionPolicySupported&quot;: True or False, # Output only. Whether an app supports policy for extensions.
&quot;isKioskOnly&quot;: True or False, # Output only. Whether the app is only for Kiosk mode on ChromeOS devices
&quot;isTheme&quot;: True or False, # Output only. Whether the app or extension is a theme.
&quot;kioskEnabled&quot;: True or False, # Output only. Whether this app is enabled for Kiosk mode on ChromeOS devices
Expand Down
1 change: 1 addition & 0 deletions docs/dyn/chromemanagement_v1.customers.apps.web.html
Expand Up @@ -112,6 +112,7 @@ <h3>Method Details</h3>
&quot;chromeAppInfo&quot;: { # Chrome Web Store app information. # Output only. Chrome Web Store app information.
&quot;googleOwned&quot;: 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.
&quot;isCwsHosted&quot;: True or False, # Output only. Whether the app or extension is in a published state in the Chrome Web Store.
&quot;isExtensionPolicySupported&quot;: True or False, # Output only. Whether an app supports policy for extensions.
&quot;isKioskOnly&quot;: True or False, # Output only. Whether the app is only for Kiosk mode on ChromeOS devices
&quot;isTheme&quot;: True or False, # Output only. Whether the app or extension is a theme.
&quot;kioskEnabled&quot;: True or False, # Output only. Whether this app is enabled for Kiosk mode on ChromeOS devices
Expand Down
20 changes: 20 additions & 0 deletions docs/dyn/chromemanagement_v1.customers.telemetry.devices.html
Expand Up @@ -154,6 +154,16 @@ <h3>Method Details</h3>
&quot;serialNumber&quot;: &quot;A String&quot;, # Output only. Battery serial number.
},
],
&quot;bootPerformanceReport&quot;: [ # 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
&quot;bootUpDuration&quot;: &quot;A String&quot;, # Total time to boot up.
&quot;bootUpTime&quot;: &quot;A String&quot;, # The timestamp when power came on.
&quot;reportTime&quot;: &quot;A String&quot;, # Timestamp when the report was collected.
&quot;shutdownDuration&quot;: &quot;A String&quot;, # Total time since shutdown start to power off.
&quot;shutdownReason&quot;: &quot;A String&quot;, # The shutdown reason.
&quot;shutdownTime&quot;: &quot;A String&quot;, # The timestamp when shutdown.
},
],
&quot;cpuInfo&quot;: [ # 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
&quot;architecture&quot;: &quot;A String&quot;, # 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
Expand Down Expand Up @@ -379,6 +389,16 @@ <h3>Method Details</h3>
&quot;serialNumber&quot;: &quot;A String&quot;, # Output only. Battery serial number.
},
],
&quot;bootPerformanceReport&quot;: [ # 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
&quot;bootUpDuration&quot;: &quot;A String&quot;, # Total time to boot up.
&quot;bootUpTime&quot;: &quot;A String&quot;, # The timestamp when power came on.
&quot;reportTime&quot;: &quot;A String&quot;, # Timestamp when the report was collected.
&quot;shutdownDuration&quot;: &quot;A String&quot;, # Total time since shutdown start to power off.
&quot;shutdownReason&quot;: &quot;A String&quot;, # The shutdown reason.
&quot;shutdownTime&quot;: &quot;A String&quot;, # The timestamp when shutdown.
},
],
&quot;cpuInfo&quot;: [ # 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
&quot;architecture&quot;: &quot;A String&quot;, # 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
Expand Down
Expand Up @@ -631,7 +631,7 @@
}
}
},
"revision": "20220926",
"revision": "20221001",
"rootUrl": "https://chromemanagement.googleapis.com/",
"schemas": {
"GoogleChromeManagementV1AndroidAppInfo": {
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit ec3508a

Please sign in to comment.