google-apis-chromemanagement_v1 0.9.0 → 0.13.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +16 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/chromemanagement_v1/classes.rb +1368 -36
- data/lib/google/apis/chromemanagement_v1/gem_version.rb +2 -2
- data/lib/google/apis/chromemanagement_v1/representations.rb +532 -0
- data/lib/google/apis/chromemanagement_v1/service.rb +191 -0
- data/lib/google/apis/chromemanagement_v1.rb +6 -0
- metadata +5 -5
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ChromemanagementV1
|
18
18
|
# Version of the google-apis-chromemanagement_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.13.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20211112"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -22,12 +22,78 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module ChromemanagementV1
|
24
24
|
|
25
|
+
class GoogleChromeManagementV1AndroidAppInfo
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class GoogleChromeManagementV1AndroidAppPermission
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class GoogleChromeManagementV1AppDetails
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class GoogleChromeManagementV1BatteryInfo
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class GoogleChromeManagementV1BatterySampleReport
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class GoogleChromeManagementV1BatteryStatusReport
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
25
61
|
class GoogleChromeManagementV1BrowserVersion
|
26
62
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
63
|
|
28
64
|
include Google::Apis::Core::JsonObjectSupport
|
29
65
|
end
|
30
66
|
|
67
|
+
class GoogleChromeManagementV1ChromeAppInfo
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class GoogleChromeManagementV1ChromeAppPermission
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
79
|
+
class GoogleChromeManagementV1ChromeAppRequest
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class GoogleChromeManagementV1ChromeAppSiteAccess
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class GoogleChromeManagementV1CountChromeAppRequestsResponse
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
31
97
|
class GoogleChromeManagementV1CountChromeVersionsResponse
|
32
98
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
99
|
|
@@ -40,24 +106,221 @@ module Google
|
|
40
106
|
include Google::Apis::Core::JsonObjectSupport
|
41
107
|
end
|
42
108
|
|
109
|
+
class GoogleChromeManagementV1CpuInfo
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class GoogleChromeManagementV1CpuStatusReport
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class GoogleChromeManagementV1CpuTemperatureInfo
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
43
127
|
class GoogleChromeManagementV1Device
|
44
128
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
129
|
|
46
130
|
include Google::Apis::Core::JsonObjectSupport
|
47
131
|
end
|
48
132
|
|
133
|
+
class GoogleChromeManagementV1DiskInfo
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class GoogleChromeManagementV1DisplayInfo
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
49
145
|
class GoogleChromeManagementV1FindInstalledAppDevicesResponse
|
50
146
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
147
|
|
52
148
|
include Google::Apis::Core::JsonObjectSupport
|
53
149
|
end
|
54
150
|
|
151
|
+
class GoogleChromeManagementV1GraphicsAdapterInfo
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class GoogleChromeManagementV1GraphicsInfo
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class GoogleChromeManagementV1GraphicsStatusReport
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
55
169
|
class GoogleChromeManagementV1InstalledApp
|
56
170
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
171
|
|
58
172
|
include Google::Apis::Core::JsonObjectSupport
|
59
173
|
end
|
60
174
|
|
175
|
+
class GoogleChromeManagementV1ListTelemetryDevicesResponse
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class GoogleChromeManagementV1MemoryInfo
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class GoogleChromeManagementV1MemoryStatusReport
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
193
|
+
class GoogleChromeManagementV1NetworkStatusReport
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class GoogleChromeManagementV1OsUpdateStatus
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class GoogleChromeManagementV1StorageInfo
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
211
|
+
class GoogleChromeManagementV1StorageInfoDiskVolume
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
217
|
+
class GoogleChromeManagementV1StorageStatusReport
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class GoogleChromeManagementV1TelemetryDevice
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class GoogleRpcStatus
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class GoogleTypeDate
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
241
|
+
class GoogleChromeManagementV1AndroidAppInfo
|
242
|
+
# @private
|
243
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
244
|
+
collection :permissions, as: 'permissions', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1AndroidAppPermission, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1AndroidAppPermission::Representation
|
245
|
+
|
246
|
+
end
|
247
|
+
end
|
248
|
+
|
249
|
+
class GoogleChromeManagementV1AndroidAppPermission
|
250
|
+
# @private
|
251
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
252
|
+
property :type, as: 'type'
|
253
|
+
end
|
254
|
+
end
|
255
|
+
|
256
|
+
class GoogleChromeManagementV1AppDetails
|
257
|
+
# @private
|
258
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
259
|
+
property :android_app_info, as: 'androidAppInfo', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1AndroidAppInfo, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1AndroidAppInfo::Representation
|
260
|
+
|
261
|
+
property :app_id, as: 'appId'
|
262
|
+
property :chrome_app_info, as: 'chromeAppInfo', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1ChromeAppInfo, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1ChromeAppInfo::Representation
|
263
|
+
|
264
|
+
property :description, as: 'description'
|
265
|
+
property :detail_uri, as: 'detailUri'
|
266
|
+
property :display_name, as: 'displayName'
|
267
|
+
property :first_publish_time, as: 'firstPublishTime'
|
268
|
+
property :homepage_uri, as: 'homepageUri'
|
269
|
+
property :icon_uri, as: 'iconUri'
|
270
|
+
property :is_paid_app, as: 'isPaidApp'
|
271
|
+
property :latest_publish_time, as: 'latestPublishTime'
|
272
|
+
property :name, as: 'name'
|
273
|
+
property :privacy_policy_uri, as: 'privacyPolicyUri'
|
274
|
+
property :publisher, as: 'publisher'
|
275
|
+
property :review_number, :numeric_string => true, as: 'reviewNumber'
|
276
|
+
property :review_rating, as: 'reviewRating'
|
277
|
+
property :revision_id, as: 'revisionId'
|
278
|
+
property :service_error, as: 'serviceError', class: Google::Apis::ChromemanagementV1::GoogleRpcStatus, decorator: Google::Apis::ChromemanagementV1::GoogleRpcStatus::Representation
|
279
|
+
|
280
|
+
property :type, as: 'type'
|
281
|
+
end
|
282
|
+
end
|
283
|
+
|
284
|
+
class GoogleChromeManagementV1BatteryInfo
|
285
|
+
# @private
|
286
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
287
|
+
property :design_capacity, :numeric_string => true, as: 'designCapacity'
|
288
|
+
property :design_min_voltage, as: 'designMinVoltage'
|
289
|
+
property :manufacture_date, as: 'manufactureDate', class: Google::Apis::ChromemanagementV1::GoogleTypeDate, decorator: Google::Apis::ChromemanagementV1::GoogleTypeDate::Representation
|
290
|
+
|
291
|
+
property :manufacturer, as: 'manufacturer'
|
292
|
+
property :serial_number, as: 'serialNumber'
|
293
|
+
property :technology, as: 'technology'
|
294
|
+
end
|
295
|
+
end
|
296
|
+
|
297
|
+
class GoogleChromeManagementV1BatterySampleReport
|
298
|
+
# @private
|
299
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
300
|
+
property :charge_rate, as: 'chargeRate'
|
301
|
+
property :current, :numeric_string => true, as: 'current'
|
302
|
+
property :discharge_rate, as: 'dischargeRate'
|
303
|
+
property :remaining_capacity, :numeric_string => true, as: 'remainingCapacity'
|
304
|
+
property :report_time, as: 'reportTime'
|
305
|
+
property :status, as: 'status'
|
306
|
+
property :temperature, as: 'temperature'
|
307
|
+
property :voltage, :numeric_string => true, as: 'voltage'
|
308
|
+
end
|
309
|
+
end
|
310
|
+
|
311
|
+
class GoogleChromeManagementV1BatteryStatusReport
|
312
|
+
# @private
|
313
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
314
|
+
property :battery_health, as: 'batteryHealth'
|
315
|
+
property :cycle_count, as: 'cycleCount'
|
316
|
+
property :full_charge_capacity, :numeric_string => true, as: 'fullChargeCapacity'
|
317
|
+
property :report_time, as: 'reportTime'
|
318
|
+
collection :sample, as: 'sample', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1BatterySampleReport, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1BatterySampleReport::Representation
|
319
|
+
|
320
|
+
property :serial_number, as: 'serialNumber'
|
321
|
+
end
|
322
|
+
end
|
323
|
+
|
61
324
|
class GoogleChromeManagementV1BrowserVersion
|
62
325
|
# @private
|
63
326
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -69,6 +332,60 @@ module Google
|
|
69
332
|
end
|
70
333
|
end
|
71
334
|
|
335
|
+
class GoogleChromeManagementV1ChromeAppInfo
|
336
|
+
# @private
|
337
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
338
|
+
property :google_owned, as: 'googleOwned'
|
339
|
+
property :is_cws_hosted, as: 'isCwsHosted'
|
340
|
+
property :is_theme, as: 'isTheme'
|
341
|
+
property :min_user_count, as: 'minUserCount'
|
342
|
+
collection :permissions, as: 'permissions', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1ChromeAppPermission, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1ChromeAppPermission::Representation
|
343
|
+
|
344
|
+
collection :site_access, as: 'siteAccess', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1ChromeAppSiteAccess, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1ChromeAppSiteAccess::Representation
|
345
|
+
|
346
|
+
property :support_enabled, as: 'supportEnabled'
|
347
|
+
end
|
348
|
+
end
|
349
|
+
|
350
|
+
class GoogleChromeManagementV1ChromeAppPermission
|
351
|
+
# @private
|
352
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
353
|
+
property :access_user_data, as: 'accessUserData'
|
354
|
+
property :documentation_uri, as: 'documentationUri'
|
355
|
+
property :type, as: 'type'
|
356
|
+
end
|
357
|
+
end
|
358
|
+
|
359
|
+
class GoogleChromeManagementV1ChromeAppRequest
|
360
|
+
# @private
|
361
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
362
|
+
property :app_details, as: 'appDetails'
|
363
|
+
property :app_id, as: 'appId'
|
364
|
+
property :detail_uri, as: 'detailUri'
|
365
|
+
property :display_name, as: 'displayName'
|
366
|
+
property :icon_uri, as: 'iconUri'
|
367
|
+
property :latest_request_time, as: 'latestRequestTime'
|
368
|
+
property :request_count, :numeric_string => true, as: 'requestCount'
|
369
|
+
end
|
370
|
+
end
|
371
|
+
|
372
|
+
class GoogleChromeManagementV1ChromeAppSiteAccess
|
373
|
+
# @private
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
375
|
+
property :host_match, as: 'hostMatch'
|
376
|
+
end
|
377
|
+
end
|
378
|
+
|
379
|
+
class GoogleChromeManagementV1CountChromeAppRequestsResponse
|
380
|
+
# @private
|
381
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
382
|
+
property :next_page_token, as: 'nextPageToken'
|
383
|
+
collection :requested_apps, as: 'requestedApps', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1ChromeAppRequest, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1ChromeAppRequest::Representation
|
384
|
+
|
385
|
+
property :total_size, as: 'totalSize'
|
386
|
+
end
|
387
|
+
end
|
388
|
+
|
72
389
|
class GoogleChromeManagementV1CountChromeVersionsResponse
|
73
390
|
# @private
|
74
391
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -89,6 +406,34 @@ module Google
|
|
89
406
|
end
|
90
407
|
end
|
91
408
|
|
409
|
+
class GoogleChromeManagementV1CpuInfo
|
410
|
+
# @private
|
411
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
412
|
+
property :architecture, as: 'architecture'
|
413
|
+
property :max_clock_speed, as: 'maxClockSpeed'
|
414
|
+
property :model, as: 'model'
|
415
|
+
end
|
416
|
+
end
|
417
|
+
|
418
|
+
class GoogleChromeManagementV1CpuStatusReport
|
419
|
+
# @private
|
420
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
421
|
+
collection :cpu_temperature_info, as: 'cpuTemperatureInfo', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CpuTemperatureInfo, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CpuTemperatureInfo::Representation
|
422
|
+
|
423
|
+
property :cpu_utilization_pct, as: 'cpuUtilizationPct'
|
424
|
+
property :report_time, as: 'reportTime'
|
425
|
+
property :sample_frequency, as: 'sampleFrequency'
|
426
|
+
end
|
427
|
+
end
|
428
|
+
|
429
|
+
class GoogleChromeManagementV1CpuTemperatureInfo
|
430
|
+
# @private
|
431
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
432
|
+
property :label, as: 'label'
|
433
|
+
property :temperature_celsius, as: 'temperatureCelsius'
|
434
|
+
end
|
435
|
+
end
|
436
|
+
|
92
437
|
class GoogleChromeManagementV1Device
|
93
438
|
# @private
|
94
439
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -97,6 +442,36 @@ module Google
|
|
97
442
|
end
|
98
443
|
end
|
99
444
|
|
445
|
+
class GoogleChromeManagementV1DiskInfo
|
446
|
+
# @private
|
447
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
448
|
+
property :bytes_read_this_session, :numeric_string => true, as: 'bytesReadThisSession'
|
449
|
+
property :bytes_written_this_session, :numeric_string => true, as: 'bytesWrittenThisSession'
|
450
|
+
property :discard_time_this_session, as: 'discardTimeThisSession'
|
451
|
+
property :health, as: 'health'
|
452
|
+
property :io_time_this_session, as: 'ioTimeThisSession'
|
453
|
+
property :manufacturer, as: 'manufacturer'
|
454
|
+
property :model, as: 'model'
|
455
|
+
property :read_time_this_session, as: 'readTimeThisSession'
|
456
|
+
property :serial_number, as: 'serialNumber'
|
457
|
+
property :size_bytes, :numeric_string => true, as: 'sizeBytes'
|
458
|
+
property :type, as: 'type'
|
459
|
+
collection :volume_ids, as: 'volumeIds'
|
460
|
+
property :write_time_this_session, as: 'writeTimeThisSession'
|
461
|
+
end
|
462
|
+
end
|
463
|
+
|
464
|
+
class GoogleChromeManagementV1DisplayInfo
|
465
|
+
# @private
|
466
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
467
|
+
property :device_id, :numeric_string => true, as: 'deviceId'
|
468
|
+
property :is_internal, as: 'isInternal'
|
469
|
+
property :refresh_rate, as: 'refreshRate'
|
470
|
+
property :resolution_height, as: 'resolutionHeight'
|
471
|
+
property :resolution_width, as: 'resolutionWidth'
|
472
|
+
end
|
473
|
+
end
|
474
|
+
|
100
475
|
class GoogleChromeManagementV1FindInstalledAppDevicesResponse
|
101
476
|
# @private
|
102
477
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -107,6 +482,32 @@ module Google
|
|
107
482
|
end
|
108
483
|
end
|
109
484
|
|
485
|
+
class GoogleChromeManagementV1GraphicsAdapterInfo
|
486
|
+
# @private
|
487
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
488
|
+
property :adapter, as: 'adapter'
|
489
|
+
property :device_id, :numeric_string => true, as: 'deviceId'
|
490
|
+
property :driver_version, as: 'driverVersion'
|
491
|
+
end
|
492
|
+
end
|
493
|
+
|
494
|
+
class GoogleChromeManagementV1GraphicsInfo
|
495
|
+
# @private
|
496
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
497
|
+
property :adapter_info, as: 'adapterInfo', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1GraphicsAdapterInfo, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1GraphicsAdapterInfo::Representation
|
498
|
+
|
499
|
+
end
|
500
|
+
end
|
501
|
+
|
502
|
+
class GoogleChromeManagementV1GraphicsStatusReport
|
503
|
+
# @private
|
504
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
505
|
+
collection :displays, as: 'displays', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1DisplayInfo, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1DisplayInfo::Representation
|
506
|
+
|
507
|
+
property :report_time, as: 'reportTime'
|
508
|
+
end
|
509
|
+
end
|
510
|
+
|
110
511
|
class GoogleChromeManagementV1InstalledApp
|
111
512
|
# @private
|
112
513
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -123,6 +524,137 @@ module Google
|
|
123
524
|
collection :permissions, as: 'permissions'
|
124
525
|
end
|
125
526
|
end
|
527
|
+
|
528
|
+
class GoogleChromeManagementV1ListTelemetryDevicesResponse
|
529
|
+
# @private
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
531
|
+
collection :devices, as: 'devices', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryDevice, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryDevice::Representation
|
532
|
+
|
533
|
+
property :next_page_token, as: 'nextPageToken'
|
534
|
+
end
|
535
|
+
end
|
536
|
+
|
537
|
+
class GoogleChromeManagementV1MemoryInfo
|
538
|
+
# @private
|
539
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
540
|
+
property :available_ram_bytes, :numeric_string => true, as: 'availableRamBytes'
|
541
|
+
property :total_ram_bytes, :numeric_string => true, as: 'totalRamBytes'
|
542
|
+
end
|
543
|
+
end
|
544
|
+
|
545
|
+
class GoogleChromeManagementV1MemoryStatusReport
|
546
|
+
# @private
|
547
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
548
|
+
property :page_faults, as: 'pageFaults'
|
549
|
+
property :report_time, as: 'reportTime'
|
550
|
+
property :sample_frequency, as: 'sampleFrequency'
|
551
|
+
property :system_ram_free_bytes, :numeric_string => true, as: 'systemRamFreeBytes'
|
552
|
+
end
|
553
|
+
end
|
554
|
+
|
555
|
+
class GoogleChromeManagementV1NetworkStatusReport
|
556
|
+
# @private
|
557
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
558
|
+
property :gateway_ip_address, as: 'gatewayIpAddress'
|
559
|
+
property :lan_ip_address, as: 'lanIpAddress'
|
560
|
+
property :report_time, as: 'reportTime'
|
561
|
+
property :sample_frequency, as: 'sampleFrequency'
|
562
|
+
property :signal_strength_dbm, as: 'signalStrengthDbm'
|
563
|
+
end
|
564
|
+
end
|
565
|
+
|
566
|
+
class GoogleChromeManagementV1OsUpdateStatus
|
567
|
+
# @private
|
568
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
569
|
+
property :last_reboot_time, as: 'lastRebootTime'
|
570
|
+
property :last_update_check_time, as: 'lastUpdateCheckTime'
|
571
|
+
property :last_update_time, as: 'lastUpdateTime'
|
572
|
+
property :new_platform_version, as: 'newPlatformVersion'
|
573
|
+
property :new_requested_platform_version, as: 'newRequestedPlatformVersion'
|
574
|
+
property :update_state, as: 'updateState'
|
575
|
+
end
|
576
|
+
end
|
577
|
+
|
578
|
+
class GoogleChromeManagementV1StorageInfo
|
579
|
+
# @private
|
580
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
581
|
+
property :available_disk_bytes, :numeric_string => true, as: 'availableDiskBytes'
|
582
|
+
property :total_disk_bytes, :numeric_string => true, as: 'totalDiskBytes'
|
583
|
+
collection :volume, as: 'volume', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1StorageInfoDiskVolume, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1StorageInfoDiskVolume::Representation
|
584
|
+
|
585
|
+
end
|
586
|
+
end
|
587
|
+
|
588
|
+
class GoogleChromeManagementV1StorageInfoDiskVolume
|
589
|
+
# @private
|
590
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
591
|
+
property :storage_free_bytes, :numeric_string => true, as: 'storageFreeBytes'
|
592
|
+
property :storage_total_bytes, :numeric_string => true, as: 'storageTotalBytes'
|
593
|
+
property :volume_id, as: 'volumeId'
|
594
|
+
end
|
595
|
+
end
|
596
|
+
|
597
|
+
class GoogleChromeManagementV1StorageStatusReport
|
598
|
+
# @private
|
599
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
600
|
+
collection :disk, as: 'disk', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1DiskInfo, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1DiskInfo::Representation
|
601
|
+
|
602
|
+
property :report_time, as: 'reportTime'
|
603
|
+
end
|
604
|
+
end
|
605
|
+
|
606
|
+
class GoogleChromeManagementV1TelemetryDevice
|
607
|
+
# @private
|
608
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
609
|
+
collection :battery_info, as: 'batteryInfo', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1BatteryInfo, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1BatteryInfo::Representation
|
610
|
+
|
611
|
+
collection :battery_status_report, as: 'batteryStatusReport', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1BatteryStatusReport, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1BatteryStatusReport::Representation
|
612
|
+
|
613
|
+
collection :cpu_info, as: 'cpuInfo', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CpuInfo, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CpuInfo::Representation
|
614
|
+
|
615
|
+
collection :cpu_status_report, as: 'cpuStatusReport', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CpuStatusReport, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CpuStatusReport::Representation
|
616
|
+
|
617
|
+
property :customer, as: 'customer'
|
618
|
+
property :device_id, as: 'deviceId'
|
619
|
+
property :graphics_info, as: 'graphicsInfo', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1GraphicsInfo, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1GraphicsInfo::Representation
|
620
|
+
|
621
|
+
collection :graphics_status_report, as: 'graphicsStatusReport', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1GraphicsStatusReport, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1GraphicsStatusReport::Representation
|
622
|
+
|
623
|
+
property :memory_info, as: 'memoryInfo', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1MemoryInfo, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1MemoryInfo::Representation
|
624
|
+
|
625
|
+
collection :memory_status_report, as: 'memoryStatusReport', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1MemoryStatusReport, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1MemoryStatusReport::Representation
|
626
|
+
|
627
|
+
property :name, as: 'name'
|
628
|
+
collection :network_status_report, as: 'networkStatusReport', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1NetworkStatusReport, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1NetworkStatusReport::Representation
|
629
|
+
|
630
|
+
property :org_unit_id, as: 'orgUnitId'
|
631
|
+
collection :os_update_status, as: 'osUpdateStatus', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1OsUpdateStatus, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1OsUpdateStatus::Representation
|
632
|
+
|
633
|
+
property :serial_number, as: 'serialNumber'
|
634
|
+
property :storage_info, as: 'storageInfo', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1StorageInfo, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1StorageInfo::Representation
|
635
|
+
|
636
|
+
collection :storage_status_report, as: 'storageStatusReport', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1StorageStatusReport, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1StorageStatusReport::Representation
|
637
|
+
|
638
|
+
end
|
639
|
+
end
|
640
|
+
|
641
|
+
class GoogleRpcStatus
|
642
|
+
# @private
|
643
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
644
|
+
property :code, as: 'code'
|
645
|
+
collection :details, as: 'details'
|
646
|
+
property :message, as: 'message'
|
647
|
+
end
|
648
|
+
end
|
649
|
+
|
650
|
+
class GoogleTypeDate
|
651
|
+
# @private
|
652
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
653
|
+
property :day, as: 'day'
|
654
|
+
property :month, as: 'month'
|
655
|
+
property :year, as: 'year'
|
656
|
+
end
|
657
|
+
end
|
126
658
|
end
|
127
659
|
end
|
128
660
|
end
|