Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 997636f

Browse files
committedMay 24, 2023
feat(chromemanagement): update the api
#### chromemanagement:v1 The following keys were added: - schemas.GoogleChromeManagementV1HeartbeatStatusReport (Total Keys: 5) - schemas.GoogleChromeManagementV1KioskAppStatusReport (Total Keys: 6) - schemas.GoogleChromeManagementV1TelemetryDevice.properties.heartbeatStatusReport (Total Keys: 3) - schemas.GoogleChromeManagementV1TelemetryDevice.properties.kioskAppStatusReport (Total Keys: 3)
1 parent d5655e7 commit 997636f

4 files changed

+168
-78
lines changed
 

‎docs/dyn/chromemanagement_v1.customers.telemetry.devices.html

+64-38
Large diffs are not rendered by default.

‎docs/dyn/chromemanagement_v1.customers.telemetry.events.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -111,14 +111,14 @@ <h3>Method Details</h3>
111111
&quot;nextPageToken&quot;: &quot;A String&quot;, # Token to specify next page in the list.
112112
&quot;telemetryEvents&quot;: [ # Telemetry events returned in the response.
113113
{ # Telemetry data reported by a managed device.
114-
&quot;audioSevereUnderrunEvent&quot;: { # `TelemetryAudioSevereUnderrunEvent` is triggered when a audio devices run out of buffer data for more than 5 seconds. # Output only. Payload for audio severe underrun event. Present only when the `event_type` field is `AUDIO_SEVERE_UNDERRUN`.
114+
&quot;audioSevereUnderrunEvent&quot;: { # `TelemetryAudioSevereUnderrunEvent` is triggered when a audio devices run out of buffer data for more than 5 seconds. * Granular permission needed: TELEMETRY_API_AUDIO_REPORT # Output only. Payload for audio severe underrun event. Present only when the `event_type` field is `AUDIO_SEVERE_UNDERRUN`.
115115
},
116-
&quot;device&quot;: { # Information about a device associated with telemetry data. # Output only. Information about the device associated with the event.
116+
&quot;device&quot;: { # Information about a device associated with telemetry data. * Granular Permission needed: TELEMETRY_API_DEVICE # Output only. Information about the device associated with the event.
117117
&quot;deviceId&quot;: &quot;A String&quot;, # Output only. The unique Directory API ID of the device. This value is the same as the Admin Console&#x27;s Directory API ID in the ChromeOS Devices tab.
118118
&quot;orgUnitId&quot;: &quot;A String&quot;, # Output only. Organization unit ID of the device.
119119
},
120120
&quot;eventType&quot;: &quot;A String&quot;, # The event type of the current event.
121-
&quot;httpsLatencyChangeEvent&quot;: { # Https latency routine is run periodically and `TelemetryHttpsLatencyChangeEvent` is triggered if a latency problem was detected or if the device has recovered from a latency problem.. # Output only. Payload for HTTPS latency change event. Present only when `event_type` is `NETWORK_HTTPS_LATENCY_CHANGE`.
121+
&quot;httpsLatencyChangeEvent&quot;: { # Https latency routine is run periodically and `TelemetryHttpsLatencyChangeEvent` is triggered if a latency problem was detected or if the device has recovered from a latency problem. * Granular permission needed: TELEMETRY_API_NETWORK_REPORT # Output only. Payload for HTTPS latency change event. Present only when `event_type` is `NETWORK_HTTPS_LATENCY_CHANGE`.
122122
&quot;httpsLatencyRoutineData&quot;: { # Data that describes the result of the HTTPS latency diagnostics routine, with the HTTPS requests issued to Google websites. # HTTPS latency routine data that triggered the event.
123123
&quot;latency&quot;: &quot;A String&quot;, # Output only. HTTPS latency if routine succeeded or failed because of HIGH_LATENCY or VERY_HIGH_LATENCY.
124124
&quot;problem&quot;: &quot;A String&quot;, # Output only. HTTPS latency routine problem if a problem occurred.
@@ -127,7 +127,7 @@ <h3>Method Details</h3>
127127
},
128128
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of the event.
129129
&quot;reportTime&quot;: &quot;A String&quot;, # Timestamp that represents when the event was reported.
130-
&quot;usbPeripheralsEvent&quot;: { # `TelemetryUsbPeripheralsEvent` is triggered USB devices are either added or removed. # Output only. Payload for usb peripherals event. Present only when the `event_type` field is either `USB_ADDED` or `USB_REMOVED`.
130+
&quot;usbPeripheralsEvent&quot;: { # `TelemetryUsbPeripheralsEvent` is triggered USB devices are either added or removed. * Granular permission needed: TELEMETRY_API_PERIPHERALS_REPORT # Output only. Payload for usb peripherals event. Present only when the `event_type` field is either `USB_ADDED` or `USB_REMOVED`.
131131
&quot;usbPeripheralReport&quot;: [ # List of usb devices that were either added or removed.
132132
{ # USB connected peripheral report.
133133
&quot;categories&quot;: [ # Output only. Categories the device belongs to https://www.usb.org/defined-class-codes
@@ -143,7 +143,7 @@ <h3>Method Details</h3>
143143
},
144144
],
145145
},
146-
&quot;user&quot;: { # Information about a user associated with telemetry data. # Output only. Information about the user associated with the event.
146+
&quot;user&quot;: { # Information about a user associated with telemetry data. * Granular permission needed: TELEMETRY_API_USER # Output only. Information about the user associated with the event.
147147
&quot;email&quot;: &quot;A String&quot;, # Output only. User&#x27;s email.
148148
&quot;orgUnitId&quot;: &quot;A String&quot;, # Output only. Organization unit ID of the user.
149149
},

‎docs/dyn/chromemanagement_v1.customers.telemetry.users.html

+8-8
Original file line numberDiff line numberDiff line change
@@ -107,14 +107,14 @@ <h3>Method Details</h3>
107107
Returns:
108108
An object of the form:
109109

110-
{ # Telemetry data collected from a managed user.
110+
{ # Telemetry data collected from a managed user. * Granular permission needed: TELEMETRY_API_USER
111111
&quot;customer&quot;: &quot;A String&quot;, # G Suite Customer whose enterprise enrolled the device.
112112
&quot;name&quot;: &quot;A String&quot;, # Resource name of the user.
113113
&quot;orgUnitId&quot;: &quot;A String&quot;, # Organization unit of the user.
114114
&quot;userDevice&quot;: [ # Telemetry data collected from a managed user and device.
115-
{ # Telemetry data collected for a managed user and device.
115+
{ # Telemetry data collected for a managed user and device. * Granular permission needed: TELEMETRY_API_DEVICE
116116
&quot;audioStatusReport&quot;: [ # Output only. Audio reports collected periodically sorted in a decreasing order of report_time.
117-
{ # Status data for storage. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceAudioStatus](https://chromeenterprise.google/policies/#ReportDeviceAudioStatus) * Data Collection Frequency: 10 minutes * 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
117+
{ # Status data for storage. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceAudioStatus](https://chromeenterprise.google/policies/#ReportDeviceAudioStatus) * Data Collection Frequency: 10 minutes * 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 * Granular permission needed: TELEMETRY_API_AUDIO_REPORT
118118
&quot;inputDevice&quot;: &quot;A String&quot;, # Output only. Active input device&#x27;s name.
119119
&quot;inputGain&quot;: 42, # Output only. Active input device&#x27;s gain in [0, 100].
120120
&quot;inputMute&quot;: True or False, # Output only. Is active input device mute or not.
@@ -126,7 +126,7 @@ <h3>Method Details</h3>
126126
],
127127
&quot;deviceId&quot;: &quot;A String&quot;, # The unique Directory API ID of the device. This value is the same as the Admin Console&#x27;s Directory API ID in the ChromeOS Devices tab.
128128
&quot;peripheralsReport&quot;: [ # Output only. Peripherals reports collected periodically sorted in a decreasing order of report_time.
129-
{ # Peripherals report.
129+
{ # Peripherals report. * Granular permission needed: TELEMETRY_API_PERIPHERALS_REPORT
130130
&quot;reportTime&quot;: &quot;A String&quot;, # Output only. Timestamp of when the report was collected.
131131
&quot;usbPeripheralReport&quot;: [ # Reports of all usb connected devices.
132132
{ # USB connected peripheral report.
@@ -172,14 +172,14 @@ <h3>Method Details</h3>
172172
{ # Response message for listing telemetry users for a customer.
173173
&quot;nextPageToken&quot;: &quot;A String&quot;, # Token to specify next page in the list.
174174
&quot;telemetryUsers&quot;: [ # Telemetry users returned in the response.
175-
{ # Telemetry data collected from a managed user.
175+
{ # Telemetry data collected from a managed user. * Granular permission needed: TELEMETRY_API_USER
176176
&quot;customer&quot;: &quot;A String&quot;, # G Suite Customer whose enterprise enrolled the device.
177177
&quot;name&quot;: &quot;A String&quot;, # Resource name of the user.
178178
&quot;orgUnitId&quot;: &quot;A String&quot;, # Organization unit of the user.
179179
&quot;userDevice&quot;: [ # Telemetry data collected from a managed user and device.
180-
{ # Telemetry data collected for a managed user and device.
180+
{ # Telemetry data collected for a managed user and device. * Granular permission needed: TELEMETRY_API_DEVICE
181181
&quot;audioStatusReport&quot;: [ # Output only. Audio reports collected periodically sorted in a decreasing order of report_time.
182-
{ # Status data for storage. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceAudioStatus](https://chromeenterprise.google/policies/#ReportDeviceAudioStatus) * Data Collection Frequency: 10 minutes * 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
182+
{ # Status data for storage. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceAudioStatus](https://chromeenterprise.google/policies/#ReportDeviceAudioStatus) * Data Collection Frequency: 10 minutes * 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 * Granular permission needed: TELEMETRY_API_AUDIO_REPORT
183183
&quot;inputDevice&quot;: &quot;A String&quot;, # Output only. Active input device&#x27;s name.
184184
&quot;inputGain&quot;: 42, # Output only. Active input device&#x27;s gain in [0, 100].
185185
&quot;inputMute&quot;: True or False, # Output only. Is active input device mute or not.
@@ -191,7 +191,7 @@ <h3>Method Details</h3>
191191
],
192192
&quot;deviceId&quot;: &quot;A String&quot;, # The unique Directory API ID of the device. This value is the same as the Admin Console&#x27;s Directory API ID in the ChromeOS Devices tab.
193193
&quot;peripheralsReport&quot;: [ # Output only. Peripherals reports collected periodically sorted in a decreasing order of report_time.
194-
{ # Peripherals report.
194+
{ # Peripherals report. * Granular permission needed: TELEMETRY_API_PERIPHERALS_REPORT
195195
&quot;reportTime&quot;: &quot;A String&quot;, # Output only. Timestamp of when the report was collected.
196196
&quot;usbPeripheralReport&quot;: [ # Reports of all usb connected devices.
197197
{ # USB connected peripheral report.

‎googleapiclient/discovery_cache/documents/chromemanagement.v1.json

+91-27
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.