Skip to content

Commit 92af289

Browse files
feat(chromemanagement): update the api
#### chromemanagement:v1 The following keys were added: - schemas.GoogleChromeManagementV1DisplayDevice (Total Keys: 20) - schemas.GoogleChromeManagementV1DisplayInfo.properties.displayName (Total Keys: 2) - schemas.GoogleChromeManagementV1GraphicsInfo.properties.displayDevices (Total Keys: 3) - schemas.GoogleChromeManagementV1GraphicsInfo.properties.eprivacySupported (Total Keys: 2) - schemas.GoogleChromeManagementV1GraphicsInfo.properties.touchScreenInfo (Total Keys: 2) - schemas.GoogleChromeManagementV1TouchScreenDevice (Total Keys: 9) - schemas.GoogleChromeManagementV1TouchScreenInfo (Total Keys: 7)
1 parent d9f536d commit 92af289

File tree

2 files changed

+159
-1
lines changed

2 files changed

+159
-1
lines changed

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

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,35 @@ <h3>Method Details</h3>
194194
&quot;deviceId&quot;: &quot;A String&quot;, # Output only. Represents the graphics card device id.
195195
&quot;driverVersion&quot;: &quot;A String&quot;, # Output only. Version of the GPU driver.
196196
},
197+
&quot;displayDevices&quot;: [ # Output only. Information about the display(s) of the device.
198+
{ # Information of a display device.
199+
&quot;displayHeightMm&quot;: 42, # Output only. Display height in millimeters.
200+
&quot;displayName&quot;: &quot;A String&quot;, # Output only. Display device name.
201+
&quot;displayWidthMm&quot;: 42, # Output only. Display width in millimeters.
202+
&quot;internal&quot;: True or False, # Output only. Is display internal or not.
203+
&quot;manufactureYear&quot;: 42, # Output only. Year of manufacture.
204+
&quot;manufacturerId&quot;: &quot;A String&quot;, # Output only. Three letter manufacturer ID.
205+
&quot;modelId&quot;: 42, # Output only. Manufacturer product code.
206+
},
207+
],
208+
&quot;eprivacySupported&quot;: True or False, # Output only. Is ePrivacy screen supported or not.
209+
&quot;touchScreenInfo&quot;: { # Information on the device touch screen. # Output only. Information about the internal touch screen(s) of the device.
210+
&quot;devices&quot;: [ # Output only. List of the internal touch screen devices.
211+
{ # Information of an internal touch screen device.
212+
&quot;displayName&quot;: &quot;A String&quot;, # Output only. Touch screen device display name.
213+
&quot;stylusCapable&quot;: True or False, # Output only. Touch screen device is stylus capable or not.
214+
&quot;touchPointCount&quot;: 42, # Output only. Number of touch points supported on the device.
215+
},
216+
],
217+
&quot;touchpadLibrary&quot;: &quot;A String&quot;, # Output only. Touchpad library name used by the input stack.
218+
},
197219
},
198220
&quot;graphicsStatusReport&quot;: [ # Output only. Graphics reports collected periodically.
199221
{ # Information of the graphics subsystem. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceGraphicsInfo](https://chromeenterprise.google/policies/#ReportDeviceGraphicsInfo) * Data Collection Frequency: 3 hours. * 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
200222
&quot;displays&quot;: [ # Output only. Information about the displays for the device.
201223
{ # Information for a display.
202224
&quot;deviceId&quot;: &quot;A String&quot;, # Output only. Represents the graphics card device id.
225+
&quot;displayName&quot;: &quot;A String&quot;, # Output only. Display device name.
203226
&quot;isInternal&quot;: True or False, # Output only. Indicates if display is internal or not.
204227
&quot;refreshRate&quot;: 42, # Output only. Refresh rate in Hz.
205228
&quot;resolutionHeight&quot;: 42, # Output only. Resolution height in pixels.
@@ -448,12 +471,35 @@ <h3>Method Details</h3>
448471
&quot;deviceId&quot;: &quot;A String&quot;, # Output only. Represents the graphics card device id.
449472
&quot;driverVersion&quot;: &quot;A String&quot;, # Output only. Version of the GPU driver.
450473
},
474+
&quot;displayDevices&quot;: [ # Output only. Information about the display(s) of the device.
475+
{ # Information of a display device.
476+
&quot;displayHeightMm&quot;: 42, # Output only. Display height in millimeters.
477+
&quot;displayName&quot;: &quot;A String&quot;, # Output only. Display device name.
478+
&quot;displayWidthMm&quot;: 42, # Output only. Display width in millimeters.
479+
&quot;internal&quot;: True or False, # Output only. Is display internal or not.
480+
&quot;manufactureYear&quot;: 42, # Output only. Year of manufacture.
481+
&quot;manufacturerId&quot;: &quot;A String&quot;, # Output only. Three letter manufacturer ID.
482+
&quot;modelId&quot;: 42, # Output only. Manufacturer product code.
483+
},
484+
],
485+
&quot;eprivacySupported&quot;: True or False, # Output only. Is ePrivacy screen supported or not.
486+
&quot;touchScreenInfo&quot;: { # Information on the device touch screen. # Output only. Information about the internal touch screen(s) of the device.
487+
&quot;devices&quot;: [ # Output only. List of the internal touch screen devices.
488+
{ # Information of an internal touch screen device.
489+
&quot;displayName&quot;: &quot;A String&quot;, # Output only. Touch screen device display name.
490+
&quot;stylusCapable&quot;: True or False, # Output only. Touch screen device is stylus capable or not.
491+
&quot;touchPointCount&quot;: 42, # Output only. Number of touch points supported on the device.
492+
},
493+
],
494+
&quot;touchpadLibrary&quot;: &quot;A String&quot;, # Output only. Touchpad library name used by the input stack.
495+
},
451496
},
452497
&quot;graphicsStatusReport&quot;: [ # Output only. Graphics reports collected periodically.
453498
{ # Information of the graphics subsystem. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceGraphicsInfo](https://chromeenterprise.google/policies/#ReportDeviceGraphicsInfo) * Data Collection Frequency: 3 hours. * 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
454499
&quot;displays&quot;: [ # Output only. Information about the displays for the device.
455500
{ # Information for a display.
456501
&quot;deviceId&quot;: &quot;A String&quot;, # Output only. Represents the graphics card device id.
502+
&quot;displayName&quot;: &quot;A String&quot;, # Output only. Display device name.
457503
&quot;isInternal&quot;: True or False, # Output only. Indicates if display is internal or not.
458504
&quot;refreshRate&quot;: 42, # Output only. Refresh rate in Hz.
459505
&quot;resolutionHeight&quot;: 42, # Output only. Resolution height in pixels.

googleapiclient/discovery_cache/documents/chromemanagement.v1.json

Lines changed: 113 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,7 +896,7 @@
896896
}
897897
}
898898
},
899-
"revision": "20230217",
899+
"revision": "20230226",
900900
"rootUrl": "https://chromemanagement.googleapis.com/",
901901
"schemas": {
902902
"GoogleChromeManagementV1AndroidAppInfo": {
@@ -1995,6 +1995,52 @@
19951995
},
19961996
"type": "object"
19971997
},
1998+
"GoogleChromeManagementV1DisplayDevice": {
1999+
"description": "Information of a display device.",
2000+
"id": "GoogleChromeManagementV1DisplayDevice",
2001+
"properties": {
2002+
"displayHeightMm": {
2003+
"description": "Output only. Display height in millimeters.",
2004+
"format": "int32",
2005+
"readOnly": true,
2006+
"type": "integer"
2007+
},
2008+
"displayName": {
2009+
"description": "Output only. Display device name.",
2010+
"readOnly": true,
2011+
"type": "string"
2012+
},
2013+
"displayWidthMm": {
2014+
"description": "Output only. Display width in millimeters.",
2015+
"format": "int32",
2016+
"readOnly": true,
2017+
"type": "integer"
2018+
},
2019+
"internal": {
2020+
"description": "Output only. Is display internal or not.",
2021+
"readOnly": true,
2022+
"type": "boolean"
2023+
},
2024+
"manufactureYear": {
2025+
"description": "Output only. Year of manufacture.",
2026+
"format": "int32",
2027+
"readOnly": true,
2028+
"type": "integer"
2029+
},
2030+
"manufacturerId": {
2031+
"description": "Output only. Three letter manufacturer ID.",
2032+
"readOnly": true,
2033+
"type": "string"
2034+
},
2035+
"modelId": {
2036+
"description": "Output only. Manufacturer product code.",
2037+
"format": "int32",
2038+
"readOnly": true,
2039+
"type": "integer"
2040+
}
2041+
},
2042+
"type": "object"
2043+
},
19982044
"GoogleChromeManagementV1DisplayInfo": {
19992045
"description": "Information for a display.",
20002046
"id": "GoogleChromeManagementV1DisplayInfo",
@@ -2005,6 +2051,11 @@
20052051
"readOnly": true,
20062052
"type": "string"
20072053
},
2054+
"displayName": {
2055+
"description": "Output only. Display device name.",
2056+
"readOnly": true,
2057+
"type": "string"
2058+
},
20082059
"isInternal": {
20092060
"description": "Output only. Indicates if display is internal or not.",
20102061
"readOnly": true,
@@ -2085,6 +2136,24 @@
20852136
"$ref": "GoogleChromeManagementV1GraphicsAdapterInfo",
20862137
"description": "Output only. Information about the graphics adapter (GPU).",
20872138
"readOnly": true
2139+
},
2140+
"displayDevices": {
2141+
"description": "Output only. Information about the display(s) of the device.",
2142+
"items": {
2143+
"$ref": "GoogleChromeManagementV1DisplayDevice"
2144+
},
2145+
"readOnly": true,
2146+
"type": "array"
2147+
},
2148+
"eprivacySupported": {
2149+
"description": "Output only. Is ePrivacy screen supported or not.",
2150+
"readOnly": true,
2151+
"type": "boolean"
2152+
},
2153+
"touchScreenInfo": {
2154+
"$ref": "GoogleChromeManagementV1TouchScreenInfo",
2155+
"description": "Output only. Information about the internal touch screen(s) of the device.",
2156+
"readOnly": true
20882157
}
20892158
},
20902159
"type": "object"
@@ -3175,6 +3244,49 @@
31753244
},
31763245
"type": "object"
31773246
},
3247+
"GoogleChromeManagementV1TouchScreenDevice": {
3248+
"description": "Information of an internal touch screen device.",
3249+
"id": "GoogleChromeManagementV1TouchScreenDevice",
3250+
"properties": {
3251+
"displayName": {
3252+
"description": "Output only. Touch screen device display name.",
3253+
"readOnly": true,
3254+
"type": "string"
3255+
},
3256+
"stylusCapable": {
3257+
"description": "Output only. Touch screen device is stylus capable or not.",
3258+
"readOnly": true,
3259+
"type": "boolean"
3260+
},
3261+
"touchPointCount": {
3262+
"description": "Output only. Number of touch points supported on the device.",
3263+
"format": "int32",
3264+
"readOnly": true,
3265+
"type": "integer"
3266+
}
3267+
},
3268+
"type": "object"
3269+
},
3270+
"GoogleChromeManagementV1TouchScreenInfo": {
3271+
"description": "Information on the device touch screen.",
3272+
"id": "GoogleChromeManagementV1TouchScreenInfo",
3273+
"properties": {
3274+
"devices": {
3275+
"description": "Output only. List of the internal touch screen devices.",
3276+
"items": {
3277+
"$ref": "GoogleChromeManagementV1TouchScreenDevice"
3278+
},
3279+
"readOnly": true,
3280+
"type": "array"
3281+
},
3282+
"touchpadLibrary": {
3283+
"description": "Output only. Touchpad library name used by the input stack.",
3284+
"readOnly": true,
3285+
"type": "string"
3286+
}
3287+
},
3288+
"type": "object"
3289+
},
31783290
"GoogleChromeManagementV1UsbPeripheralReport": {
31793291
"description": "USB connected peripheral report.",
31803292
"id": "GoogleChromeManagementV1UsbPeripheralReport",

0 commit comments

Comments
 (0)