Skip to content

Commit 06b9b64

Browse files
feat(admin): update the api
#### admin:directory_v1 The following keys were added: - schemas.ChromeOsDevice.properties.cpuInfo (Total Keys: 19)
1 parent 55c9eea commit 06b9b64

File tree

6 files changed

+208
-21
lines changed

6 files changed

+208
-21
lines changed

docs/dyn/admin_directory_v1.chromeosdevices.html

Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,26 @@ <h3>Method Details</h3>
157157
&quot;annotatedUser&quot;: &quot;A String&quot;, # The user of the device as noted by the administrator. Maximum length is 100 characters. Empty values are allowed.
158158
&quot;autoUpdateExpiration&quot;: &quot;A String&quot;, # (Read-only) The timestamp after which the device will stop receiving Chrome updates or support
159159
&quot;bootMode&quot;: &quot;A String&quot;, # 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&#x27;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+
&quot;cpuInfo&quot;: [ # Information regarding CPU specs in the device.
161+
{ # CPU specs for a CPU.
162+
&quot;architecture&quot;: &quot;A String&quot;, # The CPU architecture.
163+
&quot;logicalCpus&quot;: [ # Information for the Logical CPUs
164+
{ # Status of a single logical CPU.
165+
&quot;cStates&quot;: [ # 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+
&quot;displayName&quot;: &quot;A String&quot;, # Name of the state.
168+
&quot;sessionDuration&quot;: &quot;A String&quot;, # Time spent in the state since the last reboot.
169+
},
170+
],
171+
&quot;currentScalingFrequencyKhz&quot;: 42, # Current frequency the CPU is running at.
172+
&quot;idleDuration&quot;: &quot;A String&quot;, # Idle time since last boot.
173+
&quot;maxScalingFrequencyKhz&quot;: 42, # Maximum frequency the CPU is allowed to run at, by policy.
174+
},
175+
],
176+
&quot;maxClockSpeedKhz&quot;: 42, # The max CPU clock speed in kHz.
177+
&quot;model&quot;: &quot;A String&quot;, # The CPU model name.
178+
},
179+
],
160180
&quot;cpuStatusReports&quot;: [ # Reports of CPU utilization and temperature (Read-only)
161181
{
162182
&quot;cpuTemperatureInfo&quot;: [ # List of CPU temperature samples.
@@ -301,6 +321,26 @@ <h3>Method Details</h3>
301321
&quot;annotatedUser&quot;: &quot;A String&quot;, # The user of the device as noted by the administrator. Maximum length is 100 characters. Empty values are allowed.
302322
&quot;autoUpdateExpiration&quot;: &quot;A String&quot;, # (Read-only) The timestamp after which the device will stop receiving Chrome updates or support
303323
&quot;bootMode&quot;: &quot;A String&quot;, # 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&#x27;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+
&quot;cpuInfo&quot;: [ # Information regarding CPU specs in the device.
325+
{ # CPU specs for a CPU.
326+
&quot;architecture&quot;: &quot;A String&quot;, # The CPU architecture.
327+
&quot;logicalCpus&quot;: [ # Information for the Logical CPUs
328+
{ # Status of a single logical CPU.
329+
&quot;cStates&quot;: [ # 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+
&quot;displayName&quot;: &quot;A String&quot;, # Name of the state.
332+
&quot;sessionDuration&quot;: &quot;A String&quot;, # Time spent in the state since the last reboot.
333+
},
334+
],
335+
&quot;currentScalingFrequencyKhz&quot;: 42, # Current frequency the CPU is running at.
336+
&quot;idleDuration&quot;: &quot;A String&quot;, # Idle time since last boot.
337+
&quot;maxScalingFrequencyKhz&quot;: 42, # Maximum frequency the CPU is allowed to run at, by policy.
338+
},
339+
],
340+
&quot;maxClockSpeedKhz&quot;: 42, # The max CPU clock speed in kHz.
341+
&quot;model&quot;: &quot;A String&quot;, # The CPU model name.
342+
},
343+
],
304344
&quot;cpuStatusReports&quot;: [ # Reports of CPU utilization and temperature (Read-only)
305345
{
306346
&quot;cpuTemperatureInfo&quot;: [ # List of CPU temperature samples.
@@ -460,6 +500,26 @@ <h3>Method Details</h3>
460500
&quot;annotatedUser&quot;: &quot;A String&quot;, # The user of the device as noted by the administrator. Maximum length is 100 characters. Empty values are allowed.
461501
&quot;autoUpdateExpiration&quot;: &quot;A String&quot;, # (Read-only) The timestamp after which the device will stop receiving Chrome updates or support
462502
&quot;bootMode&quot;: &quot;A String&quot;, # 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&#x27;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+
&quot;cpuInfo&quot;: [ # Information regarding CPU specs in the device.
504+
{ # CPU specs for a CPU.
505+
&quot;architecture&quot;: &quot;A String&quot;, # The CPU architecture.
506+
&quot;logicalCpus&quot;: [ # Information for the Logical CPUs
507+
{ # Status of a single logical CPU.
508+
&quot;cStates&quot;: [ # 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+
&quot;displayName&quot;: &quot;A String&quot;, # Name of the state.
511+
&quot;sessionDuration&quot;: &quot;A String&quot;, # Time spent in the state since the last reboot.
512+
},
513+
],
514+
&quot;currentScalingFrequencyKhz&quot;: 42, # Current frequency the CPU is running at.
515+
&quot;idleDuration&quot;: &quot;A String&quot;, # Idle time since last boot.
516+
&quot;maxScalingFrequencyKhz&quot;: 42, # Maximum frequency the CPU is allowed to run at, by policy.
517+
},
518+
],
519+
&quot;maxClockSpeedKhz&quot;: 42, # The max CPU clock speed in kHz.
520+
&quot;model&quot;: &quot;A String&quot;, # The CPU model name.
521+
},
522+
],
463523
&quot;cpuStatusReports&quot;: [ # Reports of CPU utilization and temperature (Read-only)
464524
{
465525
&quot;cpuTemperatureInfo&quot;: [ # List of CPU temperature samples.
@@ -578,6 +638,26 @@ <h3>Method Details</h3>
578638
&quot;annotatedUser&quot;: &quot;A String&quot;, # The user of the device as noted by the administrator. Maximum length is 100 characters. Empty values are allowed.
579639
&quot;autoUpdateExpiration&quot;: &quot;A String&quot;, # (Read-only) The timestamp after which the device will stop receiving Chrome updates or support
580640
&quot;bootMode&quot;: &quot;A String&quot;, # 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&#x27;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+
&quot;cpuInfo&quot;: [ # Information regarding CPU specs in the device.
642+
{ # CPU specs for a CPU.
643+
&quot;architecture&quot;: &quot;A String&quot;, # The CPU architecture.
644+
&quot;logicalCpus&quot;: [ # Information for the Logical CPUs
645+
{ # Status of a single logical CPU.
646+
&quot;cStates&quot;: [ # 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+
&quot;displayName&quot;: &quot;A String&quot;, # Name of the state.
649+
&quot;sessionDuration&quot;: &quot;A String&quot;, # Time spent in the state since the last reboot.
650+
},
651+
],
652+
&quot;currentScalingFrequencyKhz&quot;: 42, # Current frequency the CPU is running at.
653+
&quot;idleDuration&quot;: &quot;A String&quot;, # Idle time since last boot.
654+
&quot;maxScalingFrequencyKhz&quot;: 42, # Maximum frequency the CPU is allowed to run at, by policy.
655+
},
656+
],
657+
&quot;maxClockSpeedKhz&quot;: 42, # The max CPU clock speed in kHz.
658+
&quot;model&quot;: &quot;A String&quot;, # The CPU model name.
659+
},
660+
],
581661
&quot;cpuStatusReports&quot;: [ # Reports of CPU utilization and temperature (Read-only)
582662
{
583663
&quot;cpuTemperatureInfo&quot;: [ # List of CPU temperature samples.
@@ -695,6 +775,26 @@ <h3>Method Details</h3>
695775
&quot;annotatedUser&quot;: &quot;A String&quot;, # The user of the device as noted by the administrator. Maximum length is 100 characters. Empty values are allowed.
696776
&quot;autoUpdateExpiration&quot;: &quot;A String&quot;, # (Read-only) The timestamp after which the device will stop receiving Chrome updates or support
697777
&quot;bootMode&quot;: &quot;A String&quot;, # 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&#x27;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+
&quot;cpuInfo&quot;: [ # Information regarding CPU specs in the device.
779+
{ # CPU specs for a CPU.
780+
&quot;architecture&quot;: &quot;A String&quot;, # The CPU architecture.
781+
&quot;logicalCpus&quot;: [ # Information for the Logical CPUs
782+
{ # Status of a single logical CPU.
783+
&quot;cStates&quot;: [ # 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+
&quot;displayName&quot;: &quot;A String&quot;, # Name of the state.
786+
&quot;sessionDuration&quot;: &quot;A String&quot;, # Time spent in the state since the last reboot.
787+
},
788+
],
789+
&quot;currentScalingFrequencyKhz&quot;: 42, # Current frequency the CPU is running at.
790+
&quot;idleDuration&quot;: &quot;A String&quot;, # Idle time since last boot.
791+
&quot;maxScalingFrequencyKhz&quot;: 42, # Maximum frequency the CPU is allowed to run at, by policy.
792+
},
793+
],
794+
&quot;maxClockSpeedKhz&quot;: 42, # The max CPU clock speed in kHz.
795+
&quot;model&quot;: &quot;A String&quot;, # The CPU model name.
796+
},
797+
],
698798
&quot;cpuStatusReports&quot;: [ # Reports of CPU utilization and temperature (Read-only)
699799
{
700800
&quot;cpuTemperatureInfo&quot;: [ # List of CPU temperature samples.
@@ -813,6 +913,26 @@ <h3>Method Details</h3>
813913
&quot;annotatedUser&quot;: &quot;A String&quot;, # The user of the device as noted by the administrator. Maximum length is 100 characters. Empty values are allowed.
814914
&quot;autoUpdateExpiration&quot;: &quot;A String&quot;, # (Read-only) The timestamp after which the device will stop receiving Chrome updates or support
815915
&quot;bootMode&quot;: &quot;A String&quot;, # 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&#x27;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+
&quot;cpuInfo&quot;: [ # Information regarding CPU specs in the device.
917+
{ # CPU specs for a CPU.
918+
&quot;architecture&quot;: &quot;A String&quot;, # The CPU architecture.
919+
&quot;logicalCpus&quot;: [ # Information for the Logical CPUs
920+
{ # Status of a single logical CPU.
921+
&quot;cStates&quot;: [ # 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+
&quot;displayName&quot;: &quot;A String&quot;, # Name of the state.
924+
&quot;sessionDuration&quot;: &quot;A String&quot;, # Time spent in the state since the last reboot.
925+
},
926+
],
927+
&quot;currentScalingFrequencyKhz&quot;: 42, # Current frequency the CPU is running at.
928+
&quot;idleDuration&quot;: &quot;A String&quot;, # Idle time since last boot.
929+
&quot;maxScalingFrequencyKhz&quot;: 42, # Maximum frequency the CPU is allowed to run at, by policy.
930+
},
931+
],
932+
&quot;maxClockSpeedKhz&quot;: 42, # The max CPU clock speed in kHz.
933+
&quot;model&quot;: &quot;A String&quot;, # The CPU model name.
934+
},
935+
],
816936
&quot;cpuStatusReports&quot;: [ # Reports of CPU utilization and temperature (Read-only)
817937
{
818938
&quot;cpuTemperatureInfo&quot;: [ # List of CPU temperature samples.

docs/dyn/admin_directory_v1.schemas.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ <h3>Method Details</h3>
152152
],
153153
&quot;kind&quot;: &quot;admin#directory#schema&quot;, # Kind of resource this is.
154154
&quot;schemaId&quot;: &quot;A String&quot;, # The unique identifier of the schema (Read-only)
155-
&quot;schemaName&quot;: &quot;A String&quot;, # The schema&#x27;s name.
155+
&quot;schemaName&quot;: &quot;A String&quot;, # The schema&#x27;s name. Each `schema_name` must be unique within a customer. Reusing a name results in a `409: Entity already exists` error.
156156
}</pre>
157157
</div>
158158

@@ -187,7 +187,7 @@ <h3>Method Details</h3>
187187
],
188188
&quot;kind&quot;: &quot;admin#directory#schema&quot;, # Kind of resource this is.
189189
&quot;schemaId&quot;: &quot;A String&quot;, # The unique identifier of the schema (Read-only)
190-
&quot;schemaName&quot;: &quot;A String&quot;, # The schema&#x27;s name.
190+
&quot;schemaName&quot;: &quot;A String&quot;, # The schema&#x27;s name. Each `schema_name` must be unique within a customer. Reusing a name results in a `409: Entity already exists` error.
191191
}
192192

193193
x__xgafv: string, V1 error format.
@@ -220,7 +220,7 @@ <h3>Method Details</h3>
220220
],
221221
&quot;kind&quot;: &quot;admin#directory#schema&quot;, # Kind of resource this is.
222222
&quot;schemaId&quot;: &quot;A String&quot;, # The unique identifier of the schema (Read-only)
223-
&quot;schemaName&quot;: &quot;A String&quot;, # The schema&#x27;s name.
223+
&quot;schemaName&quot;: &quot;A String&quot;, # The schema&#x27;s name. Each `schema_name` must be unique within a customer. Reusing a name results in a `409: Entity already exists` error.
224224
}</pre>
225225
</div>
226226

@@ -264,7 +264,7 @@ <h3>Method Details</h3>
264264
],
265265
&quot;kind&quot;: &quot;admin#directory#schema&quot;, # Kind of resource this is.
266266
&quot;schemaId&quot;: &quot;A String&quot;, # The unique identifier of the schema (Read-only)
267-
&quot;schemaName&quot;: &quot;A String&quot;, # The schema&#x27;s name.
267+
&quot;schemaName&quot;: &quot;A String&quot;, # The schema&#x27;s name. Each `schema_name` must be unique within a customer. Reusing a name results in a `409: Entity already exists` error.
268268
},
269269
],
270270
}</pre>
@@ -302,7 +302,7 @@ <h3>Method Details</h3>
302302
],
303303
&quot;kind&quot;: &quot;admin#directory#schema&quot;, # Kind of resource this is.
304304
&quot;schemaId&quot;: &quot;A String&quot;, # The unique identifier of the schema (Read-only)
305-
&quot;schemaName&quot;: &quot;A String&quot;, # The schema&#x27;s name.
305+
&quot;schemaName&quot;: &quot;A String&quot;, # The schema&#x27;s name. Each `schema_name` must be unique within a customer. Reusing a name results in a `409: Entity already exists` error.
306306
}
307307

308308
x__xgafv: string, V1 error format.
@@ -335,7 +335,7 @@ <h3>Method Details</h3>
335335
],
336336
&quot;kind&quot;: &quot;admin#directory#schema&quot;, # Kind of resource this is.
337337
&quot;schemaId&quot;: &quot;A String&quot;, # The unique identifier of the schema (Read-only)
338-
&quot;schemaName&quot;: &quot;A String&quot;, # The schema&#x27;s name.
338+
&quot;schemaName&quot;: &quot;A String&quot;, # The schema&#x27;s name. Each `schema_name` must be unique within a customer. Reusing a name results in a `409: Entity already exists` error.
339339
}</pre>
340340
</div>
341341

@@ -371,7 +371,7 @@ <h3>Method Details</h3>
371371
],
372372
&quot;kind&quot;: &quot;admin#directory#schema&quot;, # Kind of resource this is.
373373
&quot;schemaId&quot;: &quot;A String&quot;, # The unique identifier of the schema (Read-only)
374-
&quot;schemaName&quot;: &quot;A String&quot;, # The schema&#x27;s name.
374+
&quot;schemaName&quot;: &quot;A String&quot;, # The schema&#x27;s name. Each `schema_name` must be unique within a customer. Reusing a name results in a `409: Entity already exists` error.
375375
}
376376

377377
x__xgafv: string, V1 error format.
@@ -404,7 +404,7 @@ <h3>Method Details</h3>
404404
],
405405
&quot;kind&quot;: &quot;admin#directory#schema&quot;, # Kind of resource this is.
406406
&quot;schemaId&quot;: &quot;A String&quot;, # The unique identifier of the schema (Read-only)
407-
&quot;schemaName&quot;: &quot;A String&quot;, # The schema&#x27;s name.
407+
&quot;schemaName&quot;: &quot;A String&quot;, # The schema&#x27;s name. Each `schema_name` must be unique within a customer. Reusing a name results in a `409: Entity already exists` error.
408408
}</pre>
409409
</div>
410410

0 commit comments

Comments
 (0)