You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/admin_directory_v1.chromeosdevices.html
+120Lines changed: 120 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -157,6 +157,26 @@ <h3>Method Details</h3>
157
157
"annotatedUser": "A String", # The user of the device as noted by the administrator. Maximum length is 100 characters. Empty values are allowed.
158
158
"autoUpdateExpiration": "A String", # (Read-only) The timestamp after which the device will stop receiving Chrome updates or support
159
159
"bootMode": "A String", # The boot mode for the device. The possible values are: * `Verified`: The device is running a valid version of the Chrome OS. * `Dev`: The devices's developer hardware switch is enabled. When booted, the device has a command line shell. For an example of a developer switch, see the [Chromebook developer information](https://www.chromium.org/chromium-os/developer-information-for-chrome-os-devices/samsung-series-5-chromebook#TOC-Developer-switch).
160
+
"cpuInfo": [ # Information regarding CPU specs in the device.
161
+
{ # CPU specs for a CPU.
162
+
"architecture": "A String", # The CPU architecture.
163
+
"logicalCpus": [ # Information for the Logical CPUs
164
+
{ # Status of a single logical CPU.
165
+
"cStates": [ # C-States indicate the power consumption state of the CPU. For more information look at documentation published by the CPU maker.
166
+
{ # Status of a single C-state. C-states are various modes the CPU can transition to in order to use more or less power.
167
+
"displayName": "A String", # Name of the state.
168
+
"sessionDuration": "A String", # Time spent in the state since the last reboot.
169
+
},
170
+
],
171
+
"currentScalingFrequencyKhz": 42, # Current frequency the CPU is running at.
172
+
"idleDuration": "A String", # Idle time since last boot.
173
+
"maxScalingFrequencyKhz": 42, # Maximum frequency the CPU is allowed to run at, by policy.
174
+
},
175
+
],
176
+
"maxClockSpeedKhz": 42, # The max CPU clock speed in kHz.
177
+
"model": "A String", # The CPU model name.
178
+
},
179
+
],
160
180
"cpuStatusReports": [ # Reports of CPU utilization and temperature (Read-only)
161
181
{
162
182
"cpuTemperatureInfo": [ # List of CPU temperature samples.
@@ -301,6 +321,26 @@ <h3>Method Details</h3>
301
321
"annotatedUser": "A String", # The user of the device as noted by the administrator. Maximum length is 100 characters. Empty values are allowed.
302
322
"autoUpdateExpiration": "A String", # (Read-only) The timestamp after which the device will stop receiving Chrome updates or support
303
323
"bootMode": "A String", # The boot mode for the device. The possible values are: * `Verified`: The device is running a valid version of the Chrome OS. * `Dev`: The devices's developer hardware switch is enabled. When booted, the device has a command line shell. For an example of a developer switch, see the [Chromebook developer information](https://www.chromium.org/chromium-os/developer-information-for-chrome-os-devices/samsung-series-5-chromebook#TOC-Developer-switch).
324
+
"cpuInfo": [ # Information regarding CPU specs in the device.
325
+
{ # CPU specs for a CPU.
326
+
"architecture": "A String", # The CPU architecture.
327
+
"logicalCpus": [ # Information for the Logical CPUs
328
+
{ # Status of a single logical CPU.
329
+
"cStates": [ # C-States indicate the power consumption state of the CPU. For more information look at documentation published by the CPU maker.
330
+
{ # Status of a single C-state. C-states are various modes the CPU can transition to in order to use more or less power.
331
+
"displayName": "A String", # Name of the state.
332
+
"sessionDuration": "A String", # Time spent in the state since the last reboot.
333
+
},
334
+
],
335
+
"currentScalingFrequencyKhz": 42, # Current frequency the CPU is running at.
336
+
"idleDuration": "A String", # Idle time since last boot.
337
+
"maxScalingFrequencyKhz": 42, # Maximum frequency the CPU is allowed to run at, by policy.
338
+
},
339
+
],
340
+
"maxClockSpeedKhz": 42, # The max CPU clock speed in kHz.
341
+
"model": "A String", # The CPU model name.
342
+
},
343
+
],
304
344
"cpuStatusReports": [ # Reports of CPU utilization and temperature (Read-only)
305
345
{
306
346
"cpuTemperatureInfo": [ # List of CPU temperature samples.
@@ -460,6 +500,26 @@ <h3>Method Details</h3>
460
500
"annotatedUser": "A String", # The user of the device as noted by the administrator. Maximum length is 100 characters. Empty values are allowed.
461
501
"autoUpdateExpiration": "A String", # (Read-only) The timestamp after which the device will stop receiving Chrome updates or support
462
502
"bootMode": "A String", # The boot mode for the device. The possible values are: * `Verified`: The device is running a valid version of the Chrome OS. * `Dev`: The devices's developer hardware switch is enabled. When booted, the device has a command line shell. For an example of a developer switch, see the [Chromebook developer information](https://www.chromium.org/chromium-os/developer-information-for-chrome-os-devices/samsung-series-5-chromebook#TOC-Developer-switch).
503
+
"cpuInfo": [ # Information regarding CPU specs in the device.
504
+
{ # CPU specs for a CPU.
505
+
"architecture": "A String", # The CPU architecture.
506
+
"logicalCpus": [ # Information for the Logical CPUs
507
+
{ # Status of a single logical CPU.
508
+
"cStates": [ # C-States indicate the power consumption state of the CPU. For more information look at documentation published by the CPU maker.
509
+
{ # Status of a single C-state. C-states are various modes the CPU can transition to in order to use more or less power.
510
+
"displayName": "A String", # Name of the state.
511
+
"sessionDuration": "A String", # Time spent in the state since the last reboot.
512
+
},
513
+
],
514
+
"currentScalingFrequencyKhz": 42, # Current frequency the CPU is running at.
515
+
"idleDuration": "A String", # Idle time since last boot.
516
+
"maxScalingFrequencyKhz": 42, # Maximum frequency the CPU is allowed to run at, by policy.
517
+
},
518
+
],
519
+
"maxClockSpeedKhz": 42, # The max CPU clock speed in kHz.
520
+
"model": "A String", # The CPU model name.
521
+
},
522
+
],
463
523
"cpuStatusReports": [ # Reports of CPU utilization and temperature (Read-only)
464
524
{
465
525
"cpuTemperatureInfo": [ # List of CPU temperature samples.
@@ -578,6 +638,26 @@ <h3>Method Details</h3>
578
638
"annotatedUser": "A String", # The user of the device as noted by the administrator. Maximum length is 100 characters. Empty values are allowed.
579
639
"autoUpdateExpiration": "A String", # (Read-only) The timestamp after which the device will stop receiving Chrome updates or support
580
640
"bootMode": "A String", # The boot mode for the device. The possible values are: * `Verified`: The device is running a valid version of the Chrome OS. * `Dev`: The devices's developer hardware switch is enabled. When booted, the device has a command line shell. For an example of a developer switch, see the [Chromebook developer information](https://www.chromium.org/chromium-os/developer-information-for-chrome-os-devices/samsung-series-5-chromebook#TOC-Developer-switch).
641
+
"cpuInfo": [ # Information regarding CPU specs in the device.
642
+
{ # CPU specs for a CPU.
643
+
"architecture": "A String", # The CPU architecture.
644
+
"logicalCpus": [ # Information for the Logical CPUs
645
+
{ # Status of a single logical CPU.
646
+
"cStates": [ # C-States indicate the power consumption state of the CPU. For more information look at documentation published by the CPU maker.
647
+
{ # Status of a single C-state. C-states are various modes the CPU can transition to in order to use more or less power.
648
+
"displayName": "A String", # Name of the state.
649
+
"sessionDuration": "A String", # Time spent in the state since the last reboot.
650
+
},
651
+
],
652
+
"currentScalingFrequencyKhz": 42, # Current frequency the CPU is running at.
653
+
"idleDuration": "A String", # Idle time since last boot.
654
+
"maxScalingFrequencyKhz": 42, # Maximum frequency the CPU is allowed to run at, by policy.
655
+
},
656
+
],
657
+
"maxClockSpeedKhz": 42, # The max CPU clock speed in kHz.
658
+
"model": "A String", # The CPU model name.
659
+
},
660
+
],
581
661
"cpuStatusReports": [ # Reports of CPU utilization and temperature (Read-only)
582
662
{
583
663
"cpuTemperatureInfo": [ # List of CPU temperature samples.
@@ -695,6 +775,26 @@ <h3>Method Details</h3>
695
775
"annotatedUser": "A String", # The user of the device as noted by the administrator. Maximum length is 100 characters. Empty values are allowed.
696
776
"autoUpdateExpiration": "A String", # (Read-only) The timestamp after which the device will stop receiving Chrome updates or support
697
777
"bootMode": "A String", # The boot mode for the device. The possible values are: * `Verified`: The device is running a valid version of the Chrome OS. * `Dev`: The devices's developer hardware switch is enabled. When booted, the device has a command line shell. For an example of a developer switch, see the [Chromebook developer information](https://www.chromium.org/chromium-os/developer-information-for-chrome-os-devices/samsung-series-5-chromebook#TOC-Developer-switch).
778
+
"cpuInfo": [ # Information regarding CPU specs in the device.
779
+
{ # CPU specs for a CPU.
780
+
"architecture": "A String", # The CPU architecture.
781
+
"logicalCpus": [ # Information for the Logical CPUs
782
+
{ # Status of a single logical CPU.
783
+
"cStates": [ # C-States indicate the power consumption state of the CPU. For more information look at documentation published by the CPU maker.
784
+
{ # Status of a single C-state. C-states are various modes the CPU can transition to in order to use more or less power.
785
+
"displayName": "A String", # Name of the state.
786
+
"sessionDuration": "A String", # Time spent in the state since the last reboot.
787
+
},
788
+
],
789
+
"currentScalingFrequencyKhz": 42, # Current frequency the CPU is running at.
790
+
"idleDuration": "A String", # Idle time since last boot.
791
+
"maxScalingFrequencyKhz": 42, # Maximum frequency the CPU is allowed to run at, by policy.
792
+
},
793
+
],
794
+
"maxClockSpeedKhz": 42, # The max CPU clock speed in kHz.
795
+
"model": "A String", # The CPU model name.
796
+
},
797
+
],
698
798
"cpuStatusReports": [ # Reports of CPU utilization and temperature (Read-only)
699
799
{
700
800
"cpuTemperatureInfo": [ # List of CPU temperature samples.
@@ -813,6 +913,26 @@ <h3>Method Details</h3>
813
913
"annotatedUser": "A String", # The user of the device as noted by the administrator. Maximum length is 100 characters. Empty values are allowed.
814
914
"autoUpdateExpiration": "A String", # (Read-only) The timestamp after which the device will stop receiving Chrome updates or support
815
915
"bootMode": "A String", # The boot mode for the device. The possible values are: * `Verified`: The device is running a valid version of the Chrome OS. * `Dev`: The devices's developer hardware switch is enabled. When booted, the device has a command line shell. For an example of a developer switch, see the [Chromebook developer information](https://www.chromium.org/chromium-os/developer-information-for-chrome-os-devices/samsung-series-5-chromebook#TOC-Developer-switch).
916
+
"cpuInfo": [ # Information regarding CPU specs in the device.
917
+
{ # CPU specs for a CPU.
918
+
"architecture": "A String", # The CPU architecture.
919
+
"logicalCpus": [ # Information for the Logical CPUs
920
+
{ # Status of a single logical CPU.
921
+
"cStates": [ # C-States indicate the power consumption state of the CPU. For more information look at documentation published by the CPU maker.
922
+
{ # Status of a single C-state. C-states are various modes the CPU can transition to in order to use more or less power.
923
+
"displayName": "A String", # Name of the state.
924
+
"sessionDuration": "A String", # Time spent in the state since the last reboot.
925
+
},
926
+
],
927
+
"currentScalingFrequencyKhz": 42, # Current frequency the CPU is running at.
928
+
"idleDuration": "A String", # Idle time since last boot.
929
+
"maxScalingFrequencyKhz": 42, # Maximum frequency the CPU is allowed to run at, by policy.
930
+
},
931
+
],
932
+
"maxClockSpeedKhz": 42, # The max CPU clock speed in kHz.
933
+
"model": "A String", # The CPU model name.
934
+
},
935
+
],
816
936
"cpuStatusReports": [ # Reports of CPU utilization and temperature (Read-only)
817
937
{
818
938
"cpuTemperatureInfo": [ # List of CPU temperature samples.
Copy file name to clipboardExpand all lines: docs/dyn/admin_directory_v1.schemas.html
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -152,7 +152,7 @@ <h3>Method Details</h3>
152
152
],
153
153
"kind": "admin#directory#schema", # Kind of resource this is.
154
154
"schemaId": "A String", # The unique identifier of the schema (Read-only)
155
-
"schemaName": "A String", # The schema's name.
155
+
"schemaName": "A String", # The schema's name. Each `schema_name` must be unique within a customer. Reusing a name results in a `409: Entity already exists` error.
156
156
}</pre>
157
157
</div>
158
158
@@ -187,7 +187,7 @@ <h3>Method Details</h3>
187
187
],
188
188
"kind": "admin#directory#schema", # Kind of resource this is.
189
189
"schemaId": "A String", # The unique identifier of the schema (Read-only)
190
-
"schemaName": "A String", # The schema's name.
190
+
"schemaName": "A String", # The schema's name. Each `schema_name` must be unique within a customer. Reusing a name results in a `409: Entity already exists` error.
191
191
}
192
192
193
193
x__xgafv: string, V1 error format.
@@ -220,7 +220,7 @@ <h3>Method Details</h3>
220
220
],
221
221
"kind": "admin#directory#schema", # Kind of resource this is.
222
222
"schemaId": "A String", # The unique identifier of the schema (Read-only)
223
-
"schemaName": "A String", # The schema's name.
223
+
"schemaName": "A String", # The schema's name. Each `schema_name` must be unique within a customer. Reusing a name results in a `409: Entity already exists` error.
224
224
}</pre>
225
225
</div>
226
226
@@ -264,7 +264,7 @@ <h3>Method Details</h3>
264
264
],
265
265
"kind": "admin#directory#schema", # Kind of resource this is.
266
266
"schemaId": "A String", # The unique identifier of the schema (Read-only)
267
-
"schemaName": "A String", # The schema's name.
267
+
"schemaName": "A String", # The schema's name. Each `schema_name` must be unique within a customer. Reusing a name results in a `409: Entity already exists` error.
268
268
},
269
269
],
270
270
}</pre>
@@ -302,7 +302,7 @@ <h3>Method Details</h3>
302
302
],
303
303
"kind": "admin#directory#schema", # Kind of resource this is.
304
304
"schemaId": "A String", # The unique identifier of the schema (Read-only)
305
-
"schemaName": "A String", # The schema's name.
305
+
"schemaName": "A String", # The schema's name. Each `schema_name` must be unique within a customer. Reusing a name results in a `409: Entity already exists` error.
306
306
}
307
307
308
308
x__xgafv: string, V1 error format.
@@ -335,7 +335,7 @@ <h3>Method Details</h3>
335
335
],
336
336
"kind": "admin#directory#schema", # Kind of resource this is.
337
337
"schemaId": "A String", # The unique identifier of the schema (Read-only)
338
-
"schemaName": "A String", # The schema's name.
338
+
"schemaName": "A String", # The schema's name. Each `schema_name` must be unique within a customer. Reusing a name results in a `409: Entity already exists` error.
339
339
}</pre>
340
340
</div>
341
341
@@ -371,7 +371,7 @@ <h3>Method Details</h3>
371
371
],
372
372
"kind": "admin#directory#schema", # Kind of resource this is.
373
373
"schemaId": "A String", # The unique identifier of the schema (Read-only)
374
-
"schemaName": "A String", # The schema's name.
374
+
"schemaName": "A String", # The schema's name. Each `schema_name` must be unique within a customer. Reusing a name results in a `409: Entity already exists` error.
375
375
}
376
376
377
377
x__xgafv: string, V1 error format.
@@ -404,7 +404,7 @@ <h3>Method Details</h3>
404
404
],
405
405
"kind": "admin#directory#schema", # Kind of resource this is.
406
406
"schemaId": "A String", # The unique identifier of the schema (Read-only)
407
-
"schemaName": "A String", # The schema's name.
407
+
"schemaName": "A String", # The schema's name. Each `schema_name` must be unique within a customer. Reusing a name results in a `409: Entity already exists` error.
0 commit comments