google-apis-chromemanagement_v1 0.26.0 → 0.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/google/apis/chromemanagement_v1/classes.rb +277 -25
- data/lib/google/apis/chromemanagement_v1/gem_version.rb +3 -3
- data/lib/google/apis/chromemanagement_v1/representations.rb +34 -0
- data/lib/google/apis/chromemanagement_v1/service.rb +39 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9ef4a135b8f422398abdbd29543f03a4d34dc95388e0fb00cb6dea3f3f11e576
|
4
|
+
data.tar.gz: d6036261717d6c955f8308071152648c2a14aafc1cb35c632b45d4eabf7037f7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 433dcd410b1b5e6ae3ff0148a51a5f32d3a5faad61ca97a839a5626cce1bce4ece37bcc10d8a32e58a5acb819cf5cace3c583764ab0ec97fcc0ed76c8586e565
|
7
|
+
data.tar.gz: 9f242fb475410faf9b2fd5d6390e26da1aac8d85d7b0eabdbcd7e88bce8ba219c4b576374ce15ad8c2eb737560a3c38b65983c9abf04b3626af20343cde2722e
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-chromemanagement_v1
|
2
2
|
|
3
|
+
### v0.28.0 (2022-09-23)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220914
|
6
|
+
* Regenerated using generator version 0.10.0
|
7
|
+
|
8
|
+
### v0.27.0 (2022-09-10)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20220908
|
11
|
+
|
3
12
|
### v0.26.0 (2022-07-13)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20220711
|
@@ -201,7 +201,14 @@ module Google
|
|
201
201
|
end
|
202
202
|
end
|
203
203
|
|
204
|
-
#
|
204
|
+
# Status data for storage. * This field is telemetry information and this will
|
205
|
+
# change over time as the device is utilized. * Data for this field is
|
206
|
+
# controlled via policy: [ReportDeviceAudioStatus](https://chromeenterprise.
|
207
|
+
# google/policies/#ReportDeviceAudioStatus) * Data Collection Frequency: 10
|
208
|
+
# minutes * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes *
|
209
|
+
# Cache: If the device is offline, the collected data is stored locally, and
|
210
|
+
# will be reported when the device is next online: No * Reported for affiliated
|
211
|
+
# users only: N/A
|
205
212
|
class GoogleChromeManagementV1AudioStatusReport
|
206
213
|
include Google::Apis::Core::Hashable
|
207
214
|
|
@@ -258,7 +265,14 @@ module Google
|
|
258
265
|
end
|
259
266
|
end
|
260
267
|
|
261
|
-
#
|
268
|
+
# Information about the battery. * This field provides device information, which
|
269
|
+
# is static and will not change over time. * Data for this field is controlled
|
270
|
+
# via policy: [ReportDevicePowerStatus](https://chromeenterprise.google/policies/
|
271
|
+
# #ReportDevicePowerStatus) * Data Collection Frequency: Only at Upload *
|
272
|
+
# Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If
|
273
|
+
# the device is offline, the collected data is stored locally, and will be
|
274
|
+
# reported when the device is next online: No * Reported for affiliated users
|
275
|
+
# only: N/A
|
262
276
|
class GoogleChromeManagementV1BatteryInfo
|
263
277
|
include Google::Apis::Core::Hashable
|
264
278
|
|
@@ -314,7 +328,14 @@ module Google
|
|
314
328
|
end
|
315
329
|
end
|
316
330
|
|
317
|
-
# Sampling data for battery.
|
331
|
+
# Sampling data for battery. * This field is telemetry information and this will
|
332
|
+
# change over time as the device is utilized. * Data for this field is
|
333
|
+
# controlled via policy: [ReportDevicePowerStatus](https://chromeenterprise.
|
334
|
+
# google/policies/#ReportDevicePowerStatus) * Data Collection Frequency: Only at
|
335
|
+
# Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes *
|
336
|
+
# Cache: If the device is offline, the collected data is stored locally, and
|
337
|
+
# will be reported when the device is next online: No * Reported for affiliated
|
338
|
+
# users only: N/A
|
318
339
|
class GoogleChromeManagementV1BatterySampleReport
|
319
340
|
include Google::Apis::Core::Hashable
|
320
341
|
|
@@ -376,7 +397,14 @@ module Google
|
|
376
397
|
end
|
377
398
|
end
|
378
399
|
|
379
|
-
# Status data for battery.
|
400
|
+
# Status data for battery. * This field is telemetry information and this will
|
401
|
+
# change over time as the device is utilized. * Data for this field is
|
402
|
+
# controlled via policy: [ReportDevicePowerStatus](https://chromeenterprise.
|
403
|
+
# google/policies/#ReportDevicePowerStatus) * Data Collection Frequency: Only at
|
404
|
+
# Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes *
|
405
|
+
# Cache: If the device is offline, the collected data is stored locally, and
|
406
|
+
# will be reported when the device is next online: No * Reported for affiliated
|
407
|
+
# users only: N/A
|
380
408
|
class GoogleChromeManagementV1BatteryStatusReport
|
381
409
|
include Google::Apis::Core::Hashable
|
382
410
|
|
@@ -757,6 +785,48 @@ module Google
|
|
757
785
|
end
|
758
786
|
end
|
759
787
|
|
788
|
+
# Response containing a list of devices with a specific type of hardware
|
789
|
+
# specification from the requested hardware type.
|
790
|
+
class GoogleChromeManagementV1CountChromeHardwareFleetDevicesResponse
|
791
|
+
include Google::Apis::Core::Hashable
|
792
|
+
|
793
|
+
# The DeviceHardwareCountReport for device cpu type (for example Intel(R) Core(
|
794
|
+
# TM) i7-10610U CPU @ 1.80GHz).
|
795
|
+
# Corresponds to the JSON property `cpuReports`
|
796
|
+
# @return [Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1DeviceHardwareCountReport>]
|
797
|
+
attr_accessor :cpu_reports
|
798
|
+
|
799
|
+
# The DeviceHardwareCountReport for device memory amount in gigabytes (for
|
800
|
+
# example 16).
|
801
|
+
# Corresponds to the JSON property `memoryReports`
|
802
|
+
# @return [Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1DeviceHardwareCountReport>]
|
803
|
+
attr_accessor :memory_reports
|
804
|
+
|
805
|
+
# The DeviceHardwareCountReport for device model type (for example Acer C7
|
806
|
+
# Chromebook).
|
807
|
+
# Corresponds to the JSON property `modelReports`
|
808
|
+
# @return [Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1DeviceHardwareCountReport>]
|
809
|
+
attr_accessor :model_reports
|
810
|
+
|
811
|
+
# The DeviceHardwareCountReport for device storage amount in gigabytes (for
|
812
|
+
# example 128).
|
813
|
+
# Corresponds to the JSON property `storageReports`
|
814
|
+
# @return [Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1DeviceHardwareCountReport>]
|
815
|
+
attr_accessor :storage_reports
|
816
|
+
|
817
|
+
def initialize(**args)
|
818
|
+
update!(**args)
|
819
|
+
end
|
820
|
+
|
821
|
+
# Update properties of this object
|
822
|
+
def update!(**args)
|
823
|
+
@cpu_reports = args[:cpu_reports] if args.key?(:cpu_reports)
|
824
|
+
@memory_reports = args[:memory_reports] if args.key?(:memory_reports)
|
825
|
+
@model_reports = args[:model_reports] if args.key?(:model_reports)
|
826
|
+
@storage_reports = args[:storage_reports] if args.key?(:storage_reports)
|
827
|
+
end
|
828
|
+
end
|
829
|
+
|
760
830
|
# Response containing requested browser versions details and counts.
|
761
831
|
class GoogleChromeManagementV1CountChromeVersionsResponse
|
762
832
|
include Google::Apis::Core::Hashable
|
@@ -819,11 +889,25 @@ module Google
|
|
819
889
|
end
|
820
890
|
end
|
821
891
|
|
822
|
-
# CPU
|
892
|
+
# CPU specifications for the device * This field provides device information,
|
893
|
+
# which is static and will not change over time. * Data for this field is
|
894
|
+
# controlled via policy: [ReportDeviceCpuInfo](https://chromeenterprise.google/
|
895
|
+
# policies/#ReportDeviceCpuInfo) * Data Collection Frequency: Only at Upload *
|
896
|
+
# Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If
|
897
|
+
# the device is offline, the collected data is stored locally, and will be
|
898
|
+
# reported when the device is next online: No * Reported for affiliated users
|
899
|
+
# only: N/A
|
823
900
|
class GoogleChromeManagementV1CpuInfo
|
824
901
|
include Google::Apis::Core::Hashable
|
825
902
|
|
826
|
-
# Output only.
|
903
|
+
# Output only. Architecture type for the CPU. * This field provides device
|
904
|
+
# information, which is static and will not change over time. * Data for this
|
905
|
+
# field is controlled via policy: [ReportDeviceCpuInfo](https://chromeenterprise.
|
906
|
+
# google/policies/#ReportDeviceCpuInfo) * Data Collection Frequency: Only at
|
907
|
+
# Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes *
|
908
|
+
# Cache: If the device is offline, the collected data is stored locally, and
|
909
|
+
# will be reported when the device is next online: No * Reported for affiliated
|
910
|
+
# users only: N/A
|
827
911
|
# Corresponds to the JSON property `architecture`
|
828
912
|
# @return [String]
|
829
913
|
attr_accessor :architecture
|
@@ -866,7 +950,14 @@ module Google
|
|
866
950
|
end
|
867
951
|
end
|
868
952
|
|
869
|
-
#
|
953
|
+
# Provides information about the status of the CPU. * This field is telemetry
|
954
|
+
# information and this will change over time as the device is utilized. * Data
|
955
|
+
# for this field is controlled via policy: [ReportDeviceCpuInfo](https://
|
956
|
+
# chromeenterprise.google/policies/#ReportDeviceCpuInfo) * Data Collection
|
957
|
+
# Frequency: Every 10 minutes * Default Data Reporting Frequency: 3 hours -
|
958
|
+
# Policy Controlled: Yes * Cache: If the device is offline, the collected data
|
959
|
+
# is stored locally, and will be reported when the device is next online: No *
|
960
|
+
# Reported for affiliated users only: N/A
|
870
961
|
class GoogleChromeManagementV1CpuStatusReport
|
871
962
|
include Google::Apis::Core::Hashable
|
872
963
|
|
@@ -904,7 +995,14 @@ module Google
|
|
904
995
|
end
|
905
996
|
end
|
906
997
|
|
907
|
-
# CPU temperature of a device. Sampled per CPU core in Celsius
|
998
|
+
# CPU temperature of a device. Sampled per CPU core in Celsius. * This field is
|
999
|
+
# telemetry information and this will change over time as the device is utilized.
|
1000
|
+
# * Data for this field is controlled via policy: [ReportDeviceCpuInfo](https://
|
1001
|
+
# chromeenterprise.google/policies/#ReportDeviceCpuInfo) * Data Collection
|
1002
|
+
# Frequency: Every 10 minutes * Default Data Reporting Frequency: 3 hours -
|
1003
|
+
# Policy Controlled: Yes * Cache: If the device is offline, the collected data
|
1004
|
+
# is stored locally, and will be reported when the device is next online: No *
|
1005
|
+
# Reported for affiliated users only: N/A
|
908
1006
|
class GoogleChromeManagementV1CpuTemperatureInfo
|
909
1007
|
include Google::Apis::Core::Hashable
|
910
1008
|
|
@@ -1002,6 +1100,32 @@ module Google
|
|
1002
1100
|
end
|
1003
1101
|
end
|
1004
1102
|
|
1103
|
+
# Report for CountChromeDevicesPerHardwareSpecResponse, contains the count of
|
1104
|
+
# devices with a unique hardware specification.
|
1105
|
+
class GoogleChromeManagementV1DeviceHardwareCountReport
|
1106
|
+
include Google::Apis::Core::Hashable
|
1107
|
+
|
1108
|
+
# Public name of the hardware specification.
|
1109
|
+
# Corresponds to the JSON property `bucket`
|
1110
|
+
# @return [String]
|
1111
|
+
attr_accessor :bucket
|
1112
|
+
|
1113
|
+
# Count of devices with a unique hardware specification.
|
1114
|
+
# Corresponds to the JSON property `count`
|
1115
|
+
# @return [Fixnum]
|
1116
|
+
attr_accessor :count
|
1117
|
+
|
1118
|
+
def initialize(**args)
|
1119
|
+
update!(**args)
|
1120
|
+
end
|
1121
|
+
|
1122
|
+
# Update properties of this object
|
1123
|
+
def update!(**args)
|
1124
|
+
@bucket = args[:bucket] if args.key?(:bucket)
|
1125
|
+
@count = args[:count] if args.key?(:count)
|
1126
|
+
end
|
1127
|
+
end
|
1128
|
+
|
1005
1129
|
# Status of the single storage device.
|
1006
1130
|
class GoogleChromeManagementV1DiskInfo
|
1007
1131
|
include Google::Apis::Core::Hashable
|
@@ -1203,7 +1327,14 @@ module Google
|
|
1203
1327
|
end
|
1204
1328
|
end
|
1205
1329
|
|
1206
|
-
# Information of the graphics subsystem.
|
1330
|
+
# Information of the graphics subsystem. * This field provides device
|
1331
|
+
# information, which is static and will not change over time. * Data for this
|
1332
|
+
# field is controlled via policy: [ReportDeviceGraphicsStatus](https://
|
1333
|
+
# chromeenterprise.google/policies/#ReportDeviceGraphicsStatus) * Data
|
1334
|
+
# Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3
|
1335
|
+
# hours - Policy Controlled: Yes * Cache: If the device is offline, the
|
1336
|
+
# collected data is stored locally, and will be reported when the device is next
|
1337
|
+
# online: No * Reported for affiliated users only: N/A
|
1207
1338
|
class GoogleChromeManagementV1GraphicsInfo
|
1208
1339
|
include Google::Apis::Core::Hashable
|
1209
1340
|
|
@@ -1222,7 +1353,14 @@ module Google
|
|
1222
1353
|
end
|
1223
1354
|
end
|
1224
1355
|
|
1225
|
-
# Information of the graphics subsystem.
|
1356
|
+
# Information of the graphics subsystem. * This field is telemetry information
|
1357
|
+
# and this will change over time as the device is utilized. * Data for this
|
1358
|
+
# field is controlled via policy: [ReportDeviceGraphicsInfo](https://
|
1359
|
+
# chromeenterprise.google/policies/#ReportDeviceGraphicsInfo) * Data Collection
|
1360
|
+
# Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy
|
1361
|
+
# Controlled: Yes * Cache: If the device is offline, the collected data is
|
1362
|
+
# stored locally, and will be reported when the device is next online: No *
|
1363
|
+
# Reported for affiliated users only: N/A
|
1226
1364
|
class GoogleChromeManagementV1GraphicsStatusReport
|
1227
1365
|
include Google::Apis::Core::Hashable
|
1228
1366
|
|
@@ -1381,7 +1519,18 @@ module Google
|
|
1381
1519
|
end
|
1382
1520
|
end
|
1383
1521
|
|
1384
|
-
# Memory information of a device.
|
1522
|
+
# Memory information of a device. * This field has both telemetry and device
|
1523
|
+
# information: - `totalRamBytes` - Device information - `availableRamBytes` -
|
1524
|
+
# Telemetry information - `totalMemoryEncryption` - Device information * Data
|
1525
|
+
# for this field is controlled via policy: [ReportDeviceMemoryInfo](https://
|
1526
|
+
# chromeenterprise.google/policies/#ReportDeviceMemoryInfo) * Data Collection
|
1527
|
+
# Frequency: - `totalRamBytes` - Only at upload - `availableRamBytes` - Every 10
|
1528
|
+
# minutes - `totalMemoryEncryption` - at device startup * Default Data Reporting
|
1529
|
+
# Frequency: - `totalRamBytes` - 3 hours - `availableRamBytes` - 3 hours - `
|
1530
|
+
# totalMemoryEncryption` - at device startup - Policy Controlled: Yes * Cache:
|
1531
|
+
# If the device is offline, the collected data is stored locally, and will be
|
1532
|
+
# reported when the device is next online: only for `totalMemoryEncryption` *
|
1533
|
+
# Reported for affiliated users only: N/A
|
1385
1534
|
class GoogleChromeManagementV1MemoryInfo
|
1386
1535
|
include Google::Apis::Core::Hashable
|
1387
1536
|
|
@@ -1390,7 +1539,14 @@ module Google
|
|
1390
1539
|
# @return [Fixnum]
|
1391
1540
|
attr_accessor :available_ram_bytes
|
1392
1541
|
|
1393
|
-
# Memory encryption information of a device.
|
1542
|
+
# Memory encryption information of a device. * This field provides device
|
1543
|
+
# information, which is static and will not change over time. * Data for this
|
1544
|
+
# field is controlled via policy: [ReportDeviceMemoryInfo](https://
|
1545
|
+
# chromeenterprise.google/policies/#ReportDeviceMemoryInfo) * Data Collection
|
1546
|
+
# Frequency: At device startup * Default Data Reporting Frequency: At device
|
1547
|
+
# startup - Policy Controlled: Yes * Cache: If the device is offline, the
|
1548
|
+
# collected data is stored locally, and will be reported when the device is next
|
1549
|
+
# online: Yes * Reported for affiliated users only: N/A
|
1394
1550
|
# Corresponds to the JSON property `totalMemoryEncryption`
|
1395
1551
|
# @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TotalMemoryEncryptionInfo]
|
1396
1552
|
attr_accessor :total_memory_encryption
|
@@ -1412,7 +1568,15 @@ module Google
|
|
1412
1568
|
end
|
1413
1569
|
end
|
1414
1570
|
|
1415
|
-
# Contains samples of memory status reports.
|
1571
|
+
# Contains samples of memory status reports. * This field is telemetry
|
1572
|
+
# information and this will change over time as the device is utilized. * Data
|
1573
|
+
# for this field is controlled via policy: [ReportDeviceMemoryInfo](https://
|
1574
|
+
# chromeenterprise.google/policies/#ReportDeviceMemoryInfo) * Data Collection
|
1575
|
+
# Frequency: Only at upload, SystemRamFreeByes is collected every 10 minutes *
|
1576
|
+
# Default Data Reporting Frequency: Every 3 hours - Policy Controlled: Yes *
|
1577
|
+
# Cache: If the device is offline, the collected data is stored locally, and
|
1578
|
+
# will be reported when the device is next online: No * Reported for affiliated
|
1579
|
+
# users only: N/A
|
1416
1580
|
class GoogleChromeManagementV1MemoryStatusReport
|
1417
1581
|
include Google::Apis::Core::Hashable
|
1418
1582
|
|
@@ -1451,7 +1615,14 @@ module Google
|
|
1451
1615
|
end
|
1452
1616
|
end
|
1453
1617
|
|
1454
|
-
#
|
1618
|
+
# Details about the network device. * This field provides device information,
|
1619
|
+
# which is static and will not change over time. * Data for this field is
|
1620
|
+
# controlled via policy: [ReportNetworkDeviceConfiguration](https://
|
1621
|
+
# chromeenterprise.google/policies/#ReportNetworkDeviceConfiguration) * Data
|
1622
|
+
# Collection Frequency: At device startup * Default Data Reporting Frequency: At
|
1623
|
+
# device startup - Policy Controlled: Yes * Cache: If the device is offline, the
|
1624
|
+
# collected data is stored locally, and will be reported when the device is next
|
1625
|
+
# online: Yes * Reported for affiliated users only: N/A
|
1455
1626
|
class GoogleChromeManagementV1NetworkDevice
|
1456
1627
|
include Google::Apis::Core::Hashable
|
1457
1628
|
|
@@ -1528,7 +1699,14 @@ module Google
|
|
1528
1699
|
end
|
1529
1700
|
end
|
1530
1701
|
|
1531
|
-
# Network
|
1702
|
+
# Network device information. * This field provides device information, which is
|
1703
|
+
# static and will not change over time. * Data for this field is controlled via
|
1704
|
+
# policy: [ReportNetworkDeviceConfiguration](https://chromeenterprise.google/
|
1705
|
+
# policies/#ReportNetworkDeviceConfiguration) * Data Collection Frequency: At
|
1706
|
+
# device startup * Default Data Reporting Frequency: At device startup - Policy
|
1707
|
+
# Controlled: Yes * Cache: If the device is offline, the collected data is
|
1708
|
+
# stored locally, and will be reported when the device is next online: Yes *
|
1709
|
+
# Reported for affiliated users only: N/A
|
1532
1710
|
class GoogleChromeManagementV1NetworkInfo
|
1533
1711
|
include Google::Apis::Core::Hashable
|
1534
1712
|
|
@@ -1547,7 +1725,14 @@ module Google
|
|
1547
1725
|
end
|
1548
1726
|
end
|
1549
1727
|
|
1550
|
-
# State of visible/configured networks.
|
1728
|
+
# State of visible/configured networks. * This field is telemetry information
|
1729
|
+
# and this will change over time as the device is utilized. * Data for this
|
1730
|
+
# field is controlled via policy: [ReportNetworkStatus](https://chromeenterprise.
|
1731
|
+
# google/policies/#ReportNetworkStatus) * Data Collection Frequency: 60 minutes *
|
1732
|
+
# Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache:
|
1733
|
+
# If the device is offline, the collected data is stored locally, and will be
|
1734
|
+
# reported when the device is next online: Yes * Reported for affiliated users
|
1735
|
+
# only: Yes
|
1551
1736
|
class GoogleChromeManagementV1NetworkStatusReport
|
1552
1737
|
include Google::Apis::Core::Hashable
|
1553
1738
|
|
@@ -1647,7 +1832,14 @@ module Google
|
|
1647
1832
|
end
|
1648
1833
|
end
|
1649
1834
|
|
1650
|
-
# Contains information regarding the current OS update status.
|
1835
|
+
# Contains information regarding the current OS update status. * This field is
|
1836
|
+
# telemetry information and this will change over time as the device is utilized.
|
1837
|
+
# * Data for this field is controlled via policy: [ReportDeviceOsUpdateStatus](
|
1838
|
+
# https://chromeenterprise.google/policies/#ReportDeviceOsUpdateStatus) * Data
|
1839
|
+
# Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3
|
1840
|
+
# hours - Policy Controlled: Yes * Cache: If the device is offline, the
|
1841
|
+
# collected data is stored locally, and will be reported when the device is next
|
1842
|
+
# online: No * Reported for affiliated users only: N/A
|
1651
1843
|
class GoogleChromeManagementV1OsUpdateStatus
|
1652
1844
|
include Google::Apis::Core::Hashable
|
1653
1845
|
|
@@ -1700,7 +1892,14 @@ module Google
|
|
1700
1892
|
end
|
1701
1893
|
end
|
1702
1894
|
|
1703
|
-
# Status data for storage.
|
1895
|
+
# Status data for storage. * This field is telemetry information and this will
|
1896
|
+
# change over time as the device is utilized. * Data for this field is
|
1897
|
+
# controlled via policy: [ReportDeviceStorageStatus](https://chromeenterprise.
|
1898
|
+
# google/policies/#ReportDeviceStorageStatus) * Data Collection Frequency: Only
|
1899
|
+
# at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes
|
1900
|
+
# * Cache: If the device is offline, the collected data is stored locally, and
|
1901
|
+
# will be reported when the device is next online: No * Reported for affiliated
|
1902
|
+
# users only: N/A
|
1704
1903
|
class GoogleChromeManagementV1StorageInfo
|
1705
1904
|
include Google::Apis::Core::Hashable
|
1706
1905
|
|
@@ -1762,7 +1961,14 @@ module Google
|
|
1762
1961
|
end
|
1763
1962
|
end
|
1764
1963
|
|
1765
|
-
# Status data for storage.
|
1964
|
+
# Status data for storage. * This field is telemetry information and this will
|
1965
|
+
# change over time as the device is utilized. * Data for this field is
|
1966
|
+
# controlled via policy: [ReportDeviceStorageStatus](https://chromeenterprise.
|
1967
|
+
# google/policies/#ReportDeviceStorageStatus) * Data Collection Frequency: Only
|
1968
|
+
# at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes
|
1969
|
+
# * Cache: If the device is offline, the collected data is stored locally, and
|
1970
|
+
# will be reported when the device is next online: No * Reported for affiliated
|
1971
|
+
# users only: N/A
|
1766
1972
|
class GoogleChromeManagementV1StorageStatusReport
|
1767
1973
|
include Google::Apis::Core::Hashable
|
1768
1974
|
|
@@ -1829,7 +2035,14 @@ module Google
|
|
1829
2035
|
# @return [String]
|
1830
2036
|
attr_accessor :device_id
|
1831
2037
|
|
1832
|
-
# Information of the graphics subsystem.
|
2038
|
+
# Information of the graphics subsystem. * This field provides device
|
2039
|
+
# information, which is static and will not change over time. * Data for this
|
2040
|
+
# field is controlled via policy: [ReportDeviceGraphicsStatus](https://
|
2041
|
+
# chromeenterprise.google/policies/#ReportDeviceGraphicsStatus) * Data
|
2042
|
+
# Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3
|
2043
|
+
# hours - Policy Controlled: Yes * Cache: If the device is offline, the
|
2044
|
+
# collected data is stored locally, and will be reported when the device is next
|
2045
|
+
# online: No * Reported for affiliated users only: N/A
|
1833
2046
|
# Corresponds to the JSON property `graphicsInfo`
|
1834
2047
|
# @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1GraphicsInfo]
|
1835
2048
|
attr_accessor :graphics_info
|
@@ -1839,7 +2052,18 @@ module Google
|
|
1839
2052
|
# @return [Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1GraphicsStatusReport>]
|
1840
2053
|
attr_accessor :graphics_status_report
|
1841
2054
|
|
1842
|
-
# Memory information of a device.
|
2055
|
+
# Memory information of a device. * This field has both telemetry and device
|
2056
|
+
# information: - `totalRamBytes` - Device information - `availableRamBytes` -
|
2057
|
+
# Telemetry information - `totalMemoryEncryption` - Device information * Data
|
2058
|
+
# for this field is controlled via policy: [ReportDeviceMemoryInfo](https://
|
2059
|
+
# chromeenterprise.google/policies/#ReportDeviceMemoryInfo) * Data Collection
|
2060
|
+
# Frequency: - `totalRamBytes` - Only at upload - `availableRamBytes` - Every 10
|
2061
|
+
# minutes - `totalMemoryEncryption` - at device startup * Default Data Reporting
|
2062
|
+
# Frequency: - `totalRamBytes` - 3 hours - `availableRamBytes` - 3 hours - `
|
2063
|
+
# totalMemoryEncryption` - at device startup - Policy Controlled: Yes * Cache:
|
2064
|
+
# If the device is offline, the collected data is stored locally, and will be
|
2065
|
+
# reported when the device is next online: only for `totalMemoryEncryption` *
|
2066
|
+
# Reported for affiliated users only: N/A
|
1843
2067
|
# Corresponds to the JSON property `memoryInfo`
|
1844
2068
|
# @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1MemoryInfo]
|
1845
2069
|
attr_accessor :memory_info
|
@@ -1860,7 +2084,14 @@ module Google
|
|
1860
2084
|
# @return [Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1NetworkDiagnosticsReport>]
|
1861
2085
|
attr_accessor :network_diagnostics_report
|
1862
2086
|
|
1863
|
-
# Network
|
2087
|
+
# Network device information. * This field provides device information, which is
|
2088
|
+
# static and will not change over time. * Data for this field is controlled via
|
2089
|
+
# policy: [ReportNetworkDeviceConfiguration](https://chromeenterprise.google/
|
2090
|
+
# policies/#ReportNetworkDeviceConfiguration) * Data Collection Frequency: At
|
2091
|
+
# device startup * Default Data Reporting Frequency: At device startup - Policy
|
2092
|
+
# Controlled: Yes * Cache: If the device is offline, the collected data is
|
2093
|
+
# stored locally, and will be reported when the device is next online: Yes *
|
2094
|
+
# Reported for affiliated users only: N/A
|
1864
2095
|
# Corresponds to the JSON property `networkInfo`
|
1865
2096
|
# @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1NetworkInfo]
|
1866
2097
|
attr_accessor :network_info
|
@@ -1886,7 +2117,14 @@ module Google
|
|
1886
2117
|
# @return [String]
|
1887
2118
|
attr_accessor :serial_number
|
1888
2119
|
|
1889
|
-
# Status data for storage.
|
2120
|
+
# Status data for storage. * This field is telemetry information and this will
|
2121
|
+
# change over time as the device is utilized. * Data for this field is
|
2122
|
+
# controlled via policy: [ReportDeviceStorageStatus](https://chromeenterprise.
|
2123
|
+
# google/policies/#ReportDeviceStorageStatus) * Data Collection Frequency: Only
|
2124
|
+
# at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes
|
2125
|
+
# * Cache: If the device is offline, the collected data is stored locally, and
|
2126
|
+
# will be reported when the device is next online: No * Reported for affiliated
|
2127
|
+
# users only: N/A
|
1890
2128
|
# Corresponds to the JSON property `storageInfo`
|
1891
2129
|
# @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1StorageInfo]
|
1892
2130
|
attr_accessor :storage_info
|
@@ -1931,7 +2169,14 @@ module Google
|
|
1931
2169
|
end
|
1932
2170
|
end
|
1933
2171
|
|
1934
|
-
# Thunderbolt bus info.
|
2172
|
+
# Thunderbolt bus info. * This field provides device information, which is
|
2173
|
+
# static and will not change over time. * Data for this field is controlled via
|
2174
|
+
# policy: [ReportDeviceSecurityStatus](https://chromeenterprise.google/policies/#
|
2175
|
+
# ReportDeviceSecurityStatus) * Data Collection Frequency: At device startup *
|
2176
|
+
# Default Data Reporting Frequency: At device startup - Policy Controlled: No *
|
2177
|
+
# Cache: If the device is offline, the collected data is stored locally, and
|
2178
|
+
# will be reported when the device is next online: Yes * Reported for affiliated
|
2179
|
+
# users only: N/A
|
1935
2180
|
class GoogleChromeManagementV1ThunderboltInfo
|
1936
2181
|
include Google::Apis::Core::Hashable
|
1937
2182
|
|
@@ -1950,7 +2195,14 @@ module Google
|
|
1950
2195
|
end
|
1951
2196
|
end
|
1952
2197
|
|
1953
|
-
# Memory encryption information of a device.
|
2198
|
+
# Memory encryption information of a device. * This field provides device
|
2199
|
+
# information, which is static and will not change over time. * Data for this
|
2200
|
+
# field is controlled via policy: [ReportDeviceMemoryInfo](https://
|
2201
|
+
# chromeenterprise.google/policies/#ReportDeviceMemoryInfo) * Data Collection
|
2202
|
+
# Frequency: At device startup * Default Data Reporting Frequency: At device
|
2203
|
+
# startup - Policy Controlled: Yes * Cache: If the device is offline, the
|
2204
|
+
# collected data is stored locally, and will be reported when the device is next
|
2205
|
+
# online: Yes * Reported for affiliated users only: N/A
|
1954
2206
|
class GoogleChromeManagementV1TotalMemoryEncryptionInfo
|
1955
2207
|
include Google::Apis::Core::Hashable
|
1956
2208
|
|
@@ -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.28.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.10.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220914"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -112,6 +112,12 @@ module Google
|
|
112
112
|
include Google::Apis::Core::JsonObjectSupport
|
113
113
|
end
|
114
114
|
|
115
|
+
class GoogleChromeManagementV1CountChromeHardwareFleetDevicesResponse
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
115
121
|
class GoogleChromeManagementV1CountChromeVersionsResponse
|
116
122
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
123
|
|
@@ -154,6 +160,12 @@ module Google
|
|
154
160
|
include Google::Apis::Core::JsonObjectSupport
|
155
161
|
end
|
156
162
|
|
163
|
+
class GoogleChromeManagementV1DeviceHardwareCountReport
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
157
169
|
class GoogleChromeManagementV1DiskInfo
|
158
170
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
171
|
|
@@ -480,6 +492,20 @@ module Google
|
|
480
492
|
end
|
481
493
|
end
|
482
494
|
|
495
|
+
class GoogleChromeManagementV1CountChromeHardwareFleetDevicesResponse
|
496
|
+
# @private
|
497
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
498
|
+
collection :cpu_reports, as: 'cpuReports', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1DeviceHardwareCountReport, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1DeviceHardwareCountReport::Representation
|
499
|
+
|
500
|
+
collection :memory_reports, as: 'memoryReports', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1DeviceHardwareCountReport, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1DeviceHardwareCountReport::Representation
|
501
|
+
|
502
|
+
collection :model_reports, as: 'modelReports', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1DeviceHardwareCountReport, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1DeviceHardwareCountReport::Representation
|
503
|
+
|
504
|
+
collection :storage_reports, as: 'storageReports', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1DeviceHardwareCountReport, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1DeviceHardwareCountReport::Representation
|
505
|
+
|
506
|
+
end
|
507
|
+
end
|
508
|
+
|
483
509
|
class GoogleChromeManagementV1CountChromeVersionsResponse
|
484
510
|
# @private
|
485
511
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -549,6 +575,14 @@ module Google
|
|
549
575
|
end
|
550
576
|
end
|
551
577
|
|
578
|
+
class GoogleChromeManagementV1DeviceHardwareCountReport
|
579
|
+
# @private
|
580
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
581
|
+
property :bucket, as: 'bucket'
|
582
|
+
property :count, :numeric_string => true, as: 'count'
|
583
|
+
end
|
584
|
+
end
|
585
|
+
|
552
586
|
class GoogleChromeManagementV1DiskInfo
|
553
587
|
# @private
|
554
588
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -285,6 +285,45 @@ module Google
|
|
285
285
|
execute_or_queue_command(command, &block)
|
286
286
|
end
|
287
287
|
|
288
|
+
# Counts of devices with a specific hardware specification from the requested
|
289
|
+
# hardware type (for example model name, processor type). Further information
|
290
|
+
# can be found here https://support.google.com/chrome/a/answer/10564947
|
291
|
+
# @param [String] customer
|
292
|
+
# Required. The customer ID or "my_customer".
|
293
|
+
# @param [String] org_unit_id
|
294
|
+
# Optional. The ID of the organizational unit. If omitted, all data will be
|
295
|
+
# returned.
|
296
|
+
# @param [String] read_mask
|
297
|
+
# Required. Mask of the fields that should be populated in the returned report.
|
298
|
+
# @param [String] fields
|
299
|
+
# Selector specifying which fields to include in a partial response.
|
300
|
+
# @param [String] quota_user
|
301
|
+
# Available to use for quota purposes for server-side applications. Can be any
|
302
|
+
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
303
|
+
# @param [Google::Apis::RequestOptions] options
|
304
|
+
# Request-specific options
|
305
|
+
#
|
306
|
+
# @yield [result, err] Result & error if block supplied
|
307
|
+
# @yieldparam result [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CountChromeHardwareFleetDevicesResponse] parsed result object
|
308
|
+
# @yieldparam err [StandardError] error object if request failed
|
309
|
+
#
|
310
|
+
# @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CountChromeHardwareFleetDevicesResponse]
|
311
|
+
#
|
312
|
+
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
313
|
+
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
314
|
+
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
315
|
+
def count_customer_report_chrome_hardware_fleet_devices(customer, org_unit_id: nil, read_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
|
316
|
+
command = make_simple_command(:get, 'v1/{+customer}/reports:countChromeHardwareFleetDevices', options)
|
317
|
+
command.response_representation = Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CountChromeHardwareFleetDevicesResponse::Representation
|
318
|
+
command.response_class = Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CountChromeHardwareFleetDevicesResponse
|
319
|
+
command.params['customer'] = customer unless customer.nil?
|
320
|
+
command.query['orgUnitId'] = org_unit_id unless org_unit_id.nil?
|
321
|
+
command.query['readMask'] = read_mask unless read_mask.nil?
|
322
|
+
command.query['fields'] = fields unless fields.nil?
|
323
|
+
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
324
|
+
execute_or_queue_command(command, &block)
|
325
|
+
end
|
326
|
+
|
288
327
|
# Generate report of installed Chrome versions.
|
289
328
|
# @param [String] customer
|
290
329
|
# Required. Customer id or "my_customer" to use the customer associated to the
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-chromemanagement_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.28.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-09-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 0.9.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version:
|
29
|
+
version: 0.9.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chromemanagement_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-chromemanagement_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-chromemanagement_v1/v0.28.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chromemanagement_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|