Skip to content

Commit e4108c2

Browse files
feat(chromemanagement): update the api
#### chromemanagement:v1 The following keys were added: - resources.customers.resources.telemetry.resources.users.methods.get (Total Keys: 14) - resources.customers.resources.telemetry.resources.users.methods.list (Total Keys: 21) - schemas.GoogleChromeManagementV1ListTelemetryUsersResponse (Total Keys: 5) - schemas.GoogleChromeManagementV1PeripheralsReport (Total Keys: 7) - schemas.GoogleChromeManagementV1TelemetryUser (Total Keys: 18)
1 parent 58e8139 commit e4108c2

5 files changed

+428
-9
lines changed

docs/dyn/chromemanagement_v1.customers.reports.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@ <h3>Method Details</h3>
262262

263263
Args:
264264
customer: string, Required. Customer id or &quot;my_customer&quot; to use the customer associated to the account making the request. (required)
265-
filter: string, Query string to filter results, AND-separated fields in EBNF syntax. Note: OR operations are not supported in this filter. Supported filter fields: * app_name * app_type * install_type * number_of_permissions * total_install_count * latest_profile_active_date * permission_name
266-
orderBy: string, Field used to order results. Supported order by fields: * app_name * app_type * install_type * number_of_permissions * total_install_count
265+
filter: string, Query string to filter results, AND-separated fields in EBNF syntax. Note: OR operations are not supported in this filter. Supported filter fields: * app_name * app_type * install_type * number_of_permissions * total_install_count * latest_profile_active_date * permission_name * app_id
266+
orderBy: string, Field used to order results. Supported order by fields: * app_name * app_type * install_type * number_of_permissions * total_install_count * app_id
267267
orgUnitId: string, The ID of the organizational unit.
268268
pageSize: integer, Maximum number of results to return. Maximum and default are 100.
269269
pageToken: string, Token to specify the page of the request to be returned.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ <h3>Method Details</h3>
9595

9696
Args:
9797
parent: string, Required. Customer id or &quot;my_customer&quot; to use the customer associated to the account making the request. (required)
98-
filter: string, Optional. Only include resources that match the filter. Supported filter fields: * device_id * user_id * device_org_unit_id * user_org_unit_id * timestamp * event_type
98+
filter: string, Optional. Only include resources that match the filter. Supported filter fields: - device_id - user_id - device_org_unit_id - user_org_unit_id - timestamp - event_type The &quot;timestamp&quot; filter accepts either Epoch milliseconds or RFC 3339 formatted time surrounded by simple double quotes.
9999
pageSize: integer, Optional. Maximum number of results to return. Default value is 100. Maximum value is 1000.
100100
pageToken: string, Optional. Token to specify next page in the list.
101101
readMask: string, Required. Read mask to specify which fields to return.

docs/dyn/chromemanagement_v1.customers.telemetry.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ <h2>Instance Methods</h2>
8484
</p>
8585
<p class="firstline">Returns the events Resource.</p>
8686

87+
<p class="toc_element">
88+
<code><a href="chromemanagement_v1.customers.telemetry.users.html">users()</a></code>
89+
</p>
90+
<p class="firstline">Returns the users Resource.</p>
91+
8792
<p class="toc_element">
8893
<code><a href="#close">close()</a></code></p>
8994
<p class="firstline">Close httplib2 connections.</p>
Lines changed: 235 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,235 @@
1+
<html><body>
2+
<style>
3+
4+
body, h1, h2, h3, div, span, p, pre, a {
5+
margin: 0;
6+
padding: 0;
7+
border: 0;
8+
font-weight: inherit;
9+
font-style: inherit;
10+
font-size: 100%;
11+
font-family: inherit;
12+
vertical-align: baseline;
13+
}
14+
15+
body {
16+
font-size: 13px;
17+
padding: 1em;
18+
}
19+
20+
h1 {
21+
font-size: 26px;
22+
margin-bottom: 1em;
23+
}
24+
25+
h2 {
26+
font-size: 24px;
27+
margin-bottom: 1em;
28+
}
29+
30+
h3 {
31+
font-size: 20px;
32+
margin-bottom: 1em;
33+
margin-top: 1em;
34+
}
35+
36+
pre, code {
37+
line-height: 1.5;
38+
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39+
}
40+
41+
pre {
42+
margin-top: 0.5em;
43+
}
44+
45+
h1, h2, h3, p {
46+
font-family: Arial, sans serif;
47+
}
48+
49+
h1, h2, h3 {
50+
border-bottom: solid #CCC 1px;
51+
}
52+
53+
.toc_element {
54+
margin-top: 0.5em;
55+
}
56+
57+
.firstline {
58+
margin-left: 2 em;
59+
}
60+
61+
.method {
62+
margin-top: 1em;
63+
border: solid 1px #CCC;
64+
padding: 1em;
65+
background: #EEE;
66+
}
67+
68+
.details {
69+
font-weight: bold;
70+
font-size: 14px;
71+
}
72+
73+
</style>
74+
75+
<h1><a href="chromemanagement_v1.html">Chrome Management API</a> . <a href="chromemanagement_v1.customers.html">customers</a> . <a href="chromemanagement_v1.customers.telemetry.html">telemetry</a> . <a href="chromemanagement_v1.customers.telemetry.users.html">users</a></h1>
76+
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="#close">close()</a></code></p>
79+
<p class="firstline">Close httplib2 connections.</p>
80+
<p class="toc_element">
81+
<code><a href="#get">get(name, readMask=None, x__xgafv=None)</a></code></p>
82+
<p class="firstline">Get telemetry user.</p>
83+
<p class="toc_element">
84+
<code><a href="#list">list(parent, filter=None, pageSize=None, pageToken=None, readMask=None, x__xgafv=None)</a></code></p>
85+
<p class="firstline">List all telemetry users.</p>
86+
<p class="toc_element">
87+
<code><a href="#list_next">list_next()</a></code></p>
88+
<p class="firstline">Retrieves the next page of results.</p>
89+
<h3>Method Details</h3>
90+
<div class="method">
91+
<code class="details" id="close">close()</code>
92+
<pre>Close httplib2 connections.</pre>
93+
</div>
94+
95+
<div class="method">
96+
<code class="details" id="get">get(name, readMask=None, x__xgafv=None)</code>
97+
<pre>Get telemetry user.
98+
99+
Args:
100+
name: string, Required. Name of the `TelemetryUser` to return. (required)
101+
readMask: string, Read mask to specify which fields to return.
102+
x__xgafv: string, V1 error format.
103+
Allowed values
104+
1 - v1 error format
105+
2 - v2 error format
106+
107+
Returns:
108+
An object of the form:
109+
110+
{ # Telemetry data collected from a managed user.
111+
&quot;customer&quot;: &quot;A String&quot;, # G Suite Customer whose enterprise enrolled the device.
112+
&quot;name&quot;: &quot;A String&quot;, # Resource name of the user.
113+
&quot;orgUnitId&quot;: &quot;A String&quot;, # Organization unit of the user.
114+
&quot;userDevice&quot;: [ # Telemetry data collected from a managed user and device.
115+
{ # Telemetry data collected for a managed user and device.
116+
&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
118+
&quot;inputDevice&quot;: &quot;A String&quot;, # Output only. Active input device&#x27;s name.
119+
&quot;inputGain&quot;: 42, # Output only. Active input device&#x27;s gain in [0, 100].
120+
&quot;inputMute&quot;: True or False, # Output only. Is active input device mute or not.
121+
&quot;outputDevice&quot;: &quot;A String&quot;, # Output only. Active output device&#x27;s name.
122+
&quot;outputMute&quot;: True or False, # Output only. Is active output device mute or not.
123+
&quot;outputVolume&quot;: 42, # Output only. Active output device&#x27;s volume in [0, 100].
124+
&quot;reportTime&quot;: &quot;A String&quot;, # Output only. Timestamp of when the sample was collected on device.
125+
},
126+
],
127+
&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.
128+
&quot;peripheralsReport&quot;: [ # Output only. Peripherals reports collected periodically sorted in a decreasing order of report_time.
129+
{ # Peripherals report.
130+
&quot;reportTime&quot;: &quot;A String&quot;, # Output only. Timestamp of when the report was collected.
131+
&quot;usbPeripheralReport&quot;: [ # Reports of all usb connected devices.
132+
{ # USB connected peripheral report.
133+
&quot;categories&quot;: [ # Output only. Categories the device belongs to https://www.usb.org/defined-class-codes
134+
&quot;A String&quot;,
135+
],
136+
&quot;classId&quot;: 42, # Output only. Class ID https://www.usb.org/defined-class-codes
137+
&quot;firmwareVersion&quot;: &quot;A String&quot;, # Output only. Firmware version
138+
&quot;name&quot;: &quot;A String&quot;, # Output only. Device name, model name, or product name
139+
&quot;pid&quot;: 42, # Output only. Product ID
140+
&quot;subclassId&quot;: 42, # Output only. Subclass ID https://www.usb.org/defined-class-codes
141+
&quot;vendor&quot;: &quot;A String&quot;, # Output only. Vendor name
142+
&quot;vid&quot;: 42, # Output only. Vendor ID
143+
},
144+
],
145+
},
146+
],
147+
},
148+
],
149+
&quot;userEmail&quot;: &quot;A String&quot;, # Email address of the user.
150+
&quot;userId&quot;: &quot;A String&quot;, # Directory ID of the user.
151+
}</pre>
152+
</div>
153+
154+
<div class="method">
155+
<code class="details" id="list">list(parent, filter=None, pageSize=None, pageToken=None, readMask=None, x__xgafv=None)</code>
156+
<pre>List all telemetry users.
157+
158+
Args:
159+
parent: string, Required. Customer id or &quot;my_customer&quot; to use the customer associated to the account making the request. (required)
160+
filter: string, Only include resources that match the filter. Supported filter fields: - user_id - user_org_unit_id
161+
pageSize: integer, Maximum number of results to return. Default value is 100. Maximum value is 1000.
162+
pageToken: string, Token to specify next page in the list.
163+
readMask: string, Read mask to specify which fields to return.
164+
x__xgafv: string, V1 error format.
165+
Allowed values
166+
1 - v1 error format
167+
2 - v2 error format
168+
169+
Returns:
170+
An object of the form:
171+
172+
{ # Response message for listing telemetry users for a customer.
173+
&quot;nextPageToken&quot;: &quot;A String&quot;, # Token to specify next page in the list.
174+
&quot;telemetryUsers&quot;: [ # Telemetry users returned in the response.
175+
{ # Telemetry data collected from a managed user.
176+
&quot;customer&quot;: &quot;A String&quot;, # G Suite Customer whose enterprise enrolled the device.
177+
&quot;name&quot;: &quot;A String&quot;, # Resource name of the user.
178+
&quot;orgUnitId&quot;: &quot;A String&quot;, # Organization unit of the user.
179+
&quot;userDevice&quot;: [ # Telemetry data collected from a managed user and device.
180+
{ # Telemetry data collected for a managed user and device.
181+
&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
183+
&quot;inputDevice&quot;: &quot;A String&quot;, # Output only. Active input device&#x27;s name.
184+
&quot;inputGain&quot;: 42, # Output only. Active input device&#x27;s gain in [0, 100].
185+
&quot;inputMute&quot;: True or False, # Output only. Is active input device mute or not.
186+
&quot;outputDevice&quot;: &quot;A String&quot;, # Output only. Active output device&#x27;s name.
187+
&quot;outputMute&quot;: True or False, # Output only. Is active output device mute or not.
188+
&quot;outputVolume&quot;: 42, # Output only. Active output device&#x27;s volume in [0, 100].
189+
&quot;reportTime&quot;: &quot;A String&quot;, # Output only. Timestamp of when the sample was collected on device.
190+
},
191+
],
192+
&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.
193+
&quot;peripheralsReport&quot;: [ # Output only. Peripherals reports collected periodically sorted in a decreasing order of report_time.
194+
{ # Peripherals report.
195+
&quot;reportTime&quot;: &quot;A String&quot;, # Output only. Timestamp of when the report was collected.
196+
&quot;usbPeripheralReport&quot;: [ # Reports of all usb connected devices.
197+
{ # USB connected peripheral report.
198+
&quot;categories&quot;: [ # Output only. Categories the device belongs to https://www.usb.org/defined-class-codes
199+
&quot;A String&quot;,
200+
],
201+
&quot;classId&quot;: 42, # Output only. Class ID https://www.usb.org/defined-class-codes
202+
&quot;firmwareVersion&quot;: &quot;A String&quot;, # Output only. Firmware version
203+
&quot;name&quot;: &quot;A String&quot;, # Output only. Device name, model name, or product name
204+
&quot;pid&quot;: 42, # Output only. Product ID
205+
&quot;subclassId&quot;: 42, # Output only. Subclass ID https://www.usb.org/defined-class-codes
206+
&quot;vendor&quot;: &quot;A String&quot;, # Output only. Vendor name
207+
&quot;vid&quot;: 42, # Output only. Vendor ID
208+
},
209+
],
210+
},
211+
],
212+
},
213+
],
214+
&quot;userEmail&quot;: &quot;A String&quot;, # Email address of the user.
215+
&quot;userId&quot;: &quot;A String&quot;, # Directory ID of the user.
216+
},
217+
],
218+
}</pre>
219+
</div>
220+
221+
<div class="method">
222+
<code class="details" id="list_next">list_next()</code>
223+
<pre>Retrieves the next page of results.
224+
225+
Args:
226+
previous_request: The request for the previous page. (required)
227+
previous_response: The response from the request for the previous page. (required)
228+
229+
Returns:
230+
A request object that you can call &#x27;execute()&#x27; on to request the next
231+
page. Returns None if there are no more items in the collection.
232+
</pre>
233+
</div>
234+
235+
</body></html>

0 commit comments

Comments
 (0)