google-apis-chromemanagement_v1 0.24.0 → 0.27.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 85b8a8eba1262aa674182734c3253b9144c6527c62be3c6e3e23179cbccaaa70
4
- data.tar.gz: 7e45b31f5871744aa0eef344601b2767f3b5ad9632465734ad1ae133af771132
3
+ metadata.gz: 46a5b08d782dca824c7998c0c49b88e9995893caa7c2418f12a6f7f944b0afcc
4
+ data.tar.gz: 9951e7986800eb144a5eaf27665bb81d037fa1aaa7701fe6fa778d32ff195719
5
5
  SHA512:
6
- metadata.gz: 5c6d2ae518f70d260f7abf0ce798b8d22865bcc89eea7680d8f96ecab32f1b8e23af175e5b694687055b1a47b87e3d7e79b7fa29b8738b81c69ae221f2ea0613
7
- data.tar.gz: bbcd8f64170205f0c037bac532f9e6d85362de0fafaaab66dbd75244d0b4bc9e0a45df214a29ffb607a70dd95cdb65b0ec454673bfadb9b068609144452e5611
6
+ metadata.gz: 50eaa4f14dcaf28cbfdd51e9d379d87e87796c02ece1c31c3bdc4927cc4d3ef4c98133b29bafe290485d346b6feca668fdd1bb68ea85a568985e8e7eaee0289f
7
+ data.tar.gz: 6961bf78994f100efe24d08b4fd236fe09ef988156b50018c9c5be6599fa16910e2bb64c81c30e5ea8d6abb785a049779adc29cc5e83dbb8c9f043250fac5618
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Release history for google-apis-chromemanagement_v1
2
2
 
3
+ ### v0.27.0 (2022-09-10)
4
+
5
+ * Regenerated from discovery document revision 20220908
6
+
7
+ ### v0.26.0 (2022-07-13)
8
+
9
+ * Regenerated from discovery document revision 20220711
10
+ * Regenerated using generator version 0.9.0
11
+
12
+ ### v0.25.0 (2022-07-03)
13
+
14
+ * Regenerated from discovery document revision 20220630
15
+ * Regenerated using generator version 0.8.0
16
+
3
17
  ### v0.24.0 (2022-06-19)
4
18
 
5
19
  * Regenerated using generator version 0.7.0
@@ -201,7 +201,14 @@ module Google
201
201
  end
202
202
  end
203
203
 
204
- # Audio report.
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
- # Battery info
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
 
@@ -692,6 +720,71 @@ module Google
692
720
  end
693
721
  end
694
722
 
723
+ # Response containing a list of devices expiring in each month of a selected
724
+ # time frame. Counts are grouped by model and Auto Update Expiration date.
725
+ class GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse
726
+ include Google::Apis::Core::Hashable
727
+
728
+ # The list of reports sorted by auto update expiration date in ascending order.
729
+ # Corresponds to the JSON property `deviceAueCountReports`
730
+ # @return [Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1DeviceAueCountReport>]
731
+ attr_accessor :device_aue_count_reports
732
+
733
+ def initialize(**args)
734
+ update!(**args)
735
+ end
736
+
737
+ # Update properties of this object
738
+ def update!(**args)
739
+ @device_aue_count_reports = args[:device_aue_count_reports] if args.key?(:device_aue_count_reports)
740
+ end
741
+ end
742
+
743
+ # Response containing counts for devices that need attention.
744
+ class GoogleChromeManagementV1CountChromeDevicesThatNeedAttentionResponse
745
+ include Google::Apis::Core::Hashable
746
+
747
+ # Number of ChromeOS devices have not synced policies in the past 28 days.
748
+ # Corresponds to the JSON property `noRecentPolicySyncCount`
749
+ # @return [Fixnum]
750
+ attr_accessor :no_recent_policy_sync_count
751
+
752
+ # Number of ChromeOS devices that have not seen any user activity in the past 28
753
+ # days.
754
+ # Corresponds to the JSON property `noRecentUserActivityCount`
755
+ # @return [Fixnum]
756
+ attr_accessor :no_recent_user_activity_count
757
+
758
+ # Number of devices whose OS version is not compliant.
759
+ # Corresponds to the JSON property `osVersionNotCompliantCount`
760
+ # @return [Fixnum]
761
+ attr_accessor :os_version_not_compliant_count
762
+
763
+ # Number of devices that are pending an OS update.
764
+ # Corresponds to the JSON property `pendingUpdate`
765
+ # @return [Fixnum]
766
+ attr_accessor :pending_update
767
+
768
+ # Number of devices that are unable to apply a policy due to an OS version
769
+ # mismatch.
770
+ # Corresponds to the JSON property `unsupportedPolicyCount`
771
+ # @return [Fixnum]
772
+ attr_accessor :unsupported_policy_count
773
+
774
+ def initialize(**args)
775
+ update!(**args)
776
+ end
777
+
778
+ # Update properties of this object
779
+ def update!(**args)
780
+ @no_recent_policy_sync_count = args[:no_recent_policy_sync_count] if args.key?(:no_recent_policy_sync_count)
781
+ @no_recent_user_activity_count = args[:no_recent_user_activity_count] if args.key?(:no_recent_user_activity_count)
782
+ @os_version_not_compliant_count = args[:os_version_not_compliant_count] if args.key?(:os_version_not_compliant_count)
783
+ @pending_update = args[:pending_update] if args.key?(:pending_update)
784
+ @unsupported_policy_count = args[:unsupported_policy_count] if args.key?(:unsupported_policy_count)
785
+ end
786
+ end
787
+
695
788
  # Response containing requested browser versions details and counts.
696
789
  class GoogleChromeManagementV1CountChromeVersionsResponse
697
790
  include Google::Apis::Core::Hashable
@@ -754,15 +847,42 @@ module Google
754
847
  end
755
848
  end
756
849
 
757
- # CPU specs for a CPU.
850
+ # CPU specifications for the device * This field provides device information,
851
+ # which is static and will not change over time. * Data for this field is
852
+ # controlled via policy: [ReportDeviceCpuInfo](https://chromeenterprise.google/
853
+ # policies/#ReportDeviceCpuInfo) * Data Collection Frequency: Only at Upload *
854
+ # Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If
855
+ # the device is offline, the collected data is stored locally, and will be
856
+ # reported when the device is next online: No * Reported for affiliated users
857
+ # only: N/A
758
858
  class GoogleChromeManagementV1CpuInfo
759
859
  include Google::Apis::Core::Hashable
760
860
 
761
- # Output only. The CPU architecture.
861
+ # Output only. Architecture type for the CPU. * This field provides device
862
+ # information, which is static and will not change over time. * Data for this
863
+ # field is controlled via policy: [ReportDeviceCpuInfo](https://chromeenterprise.
864
+ # google/policies/#ReportDeviceCpuInfo) * Data Collection Frequency: Only at
865
+ # Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes *
866
+ # Cache: If the device is offline, the collected data is stored locally, and
867
+ # will be reported when the device is next online: No * Reported for affiliated
868
+ # users only: N/A
762
869
  # Corresponds to the JSON property `architecture`
763
870
  # @return [String]
764
871
  attr_accessor :architecture
765
872
 
873
+ # Output only. Whether keylocker is configured.`TRUE` = Enabled; `FALSE` =
874
+ # disabled. Only reported if keylockerSupported = `TRUE`.
875
+ # Corresponds to the JSON property `keylockerConfigured`
876
+ # @return [Boolean]
877
+ attr_accessor :keylocker_configured
878
+ alias_method :keylocker_configured?, :keylocker_configured
879
+
880
+ # Output only. Whether keylocker is supported.
881
+ # Corresponds to the JSON property `keylockerSupported`
882
+ # @return [Boolean]
883
+ attr_accessor :keylocker_supported
884
+ alias_method :keylocker_supported?, :keylocker_supported
885
+
766
886
  # Output only. The max CPU clock speed in kHz.
767
887
  # Corresponds to the JSON property `maxClockSpeed`
768
888
  # @return [Fixnum]
@@ -781,12 +901,21 @@ module Google
781
901
  # Update properties of this object
782
902
  def update!(**args)
783
903
  @architecture = args[:architecture] if args.key?(:architecture)
904
+ @keylocker_configured = args[:keylocker_configured] if args.key?(:keylocker_configured)
905
+ @keylocker_supported = args[:keylocker_supported] if args.key?(:keylocker_supported)
784
906
  @max_clock_speed = args[:max_clock_speed] if args.key?(:max_clock_speed)
785
907
  @model = args[:model] if args.key?(:model)
786
908
  end
787
909
  end
788
910
 
789
- # Contains samples of the cpu status reports.
911
+ # Provides information about the status of the CPU. * This field is telemetry
912
+ # information and this will change over time as the device is utilized. * Data
913
+ # for this field is controlled via policy: [ReportDeviceCpuInfo](https://
914
+ # chromeenterprise.google/policies/#ReportDeviceCpuInfo) * Data Collection
915
+ # Frequency: Every 10 minutes * Default Data Reporting Frequency: 3 hours -
916
+ # Policy Controlled: Yes * Cache: If the device is offline, the collected data
917
+ # is stored locally, and will be reported when the device is next online: No *
918
+ # Reported for affiliated users only: N/A
790
919
  class GoogleChromeManagementV1CpuStatusReport
791
920
  include Google::Apis::Core::Hashable
792
921
 
@@ -824,7 +953,14 @@ module Google
824
953
  end
825
954
  end
826
955
 
827
- # CPU temperature of a device. Sampled per CPU core in Celsius
956
+ # CPU temperature of a device. Sampled per CPU core in Celsius. * This field is
957
+ # telemetry information and this will change over time as the device is utilized.
958
+ # * Data for this field is controlled via policy: [ReportDeviceCpuInfo](https://
959
+ # chromeenterprise.google/policies/#ReportDeviceCpuInfo) * Data Collection
960
+ # Frequency: Every 10 minutes * Default Data Reporting Frequency: 3 hours -
961
+ # Policy Controlled: Yes * Cache: If the device is offline, the collected data
962
+ # is stored locally, and will be reported when the device is next online: No *
963
+ # Reported for affiliated users only: N/A
828
964
  class GoogleChromeManagementV1CpuTemperatureInfo
829
965
  include Google::Apis::Core::Hashable
830
966
 
@@ -875,6 +1011,53 @@ module Google
875
1011
  end
876
1012
  end
877
1013
 
1014
+ # Report for CountChromeDevicesPerAueDateResponse, contains the count of devices
1015
+ # of a specific model and auto update expiration range.
1016
+ class GoogleChromeManagementV1DeviceAueCountReport
1017
+ include Google::Apis::Core::Hashable
1018
+
1019
+ # Enum value of month corresponding to the auto update expiration date in UTC
1020
+ # time zone. If the device is already expired, this field is empty.
1021
+ # Corresponds to the JSON property `aueMonth`
1022
+ # @return [String]
1023
+ attr_accessor :aue_month
1024
+
1025
+ # Int value of year corresponding to the Auto Update Expiration date in UTC time
1026
+ # zone. If the device is already expired, this field is empty.
1027
+ # Corresponds to the JSON property `aueYear`
1028
+ # @return [Fixnum]
1029
+ attr_accessor :aue_year
1030
+
1031
+ # Count of devices of this model.
1032
+ # Corresponds to the JSON property `count`
1033
+ # @return [Fixnum]
1034
+ attr_accessor :count
1035
+
1036
+ # Boolean value for whether or not the device has already expired.
1037
+ # Corresponds to the JSON property `expired`
1038
+ # @return [Boolean]
1039
+ attr_accessor :expired
1040
+ alias_method :expired?, :expired
1041
+
1042
+ # Public model name of the devices.
1043
+ # Corresponds to the JSON property `model`
1044
+ # @return [String]
1045
+ attr_accessor :model
1046
+
1047
+ def initialize(**args)
1048
+ update!(**args)
1049
+ end
1050
+
1051
+ # Update properties of this object
1052
+ def update!(**args)
1053
+ @aue_month = args[:aue_month] if args.key?(:aue_month)
1054
+ @aue_year = args[:aue_year] if args.key?(:aue_year)
1055
+ @count = args[:count] if args.key?(:count)
1056
+ @expired = args[:expired] if args.key?(:expired)
1057
+ @model = args[:model] if args.key?(:model)
1058
+ end
1059
+ end
1060
+
878
1061
  # Status of the single storage device.
879
1062
  class GoogleChromeManagementV1DiskInfo
880
1063
  include Google::Apis::Core::Hashable
@@ -1076,7 +1259,14 @@ module Google
1076
1259
  end
1077
1260
  end
1078
1261
 
1079
- # Information of the graphics subsystem.
1262
+ # Information of the graphics subsystem. * This field provides device
1263
+ # information, which is static and will not change over time. * Data for this
1264
+ # field is controlled via policy: [ReportDeviceGraphicsStatus](https://
1265
+ # chromeenterprise.google/policies/#ReportDeviceGraphicsStatus) * Data
1266
+ # Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3
1267
+ # hours - Policy Controlled: Yes * Cache: If the device is offline, the
1268
+ # collected data is stored locally, and will be reported when the device is next
1269
+ # online: No * Reported for affiliated users only: N/A
1080
1270
  class GoogleChromeManagementV1GraphicsInfo
1081
1271
  include Google::Apis::Core::Hashable
1082
1272
 
@@ -1095,7 +1285,14 @@ module Google
1095
1285
  end
1096
1286
  end
1097
1287
 
1098
- # Information of the graphics subsystem.
1288
+ # Information of the graphics subsystem. * This field is telemetry information
1289
+ # and this will change over time as the device is utilized. * Data for this
1290
+ # field is controlled via policy: [ReportDeviceGraphicsInfo](https://
1291
+ # chromeenterprise.google/policies/#ReportDeviceGraphicsInfo) * Data Collection
1292
+ # Frequency: Only at Upload * Default Data Reporting Frequency: 3 hours - Policy
1293
+ # Controlled: Yes * Cache: If the device is offline, the collected data is
1294
+ # stored locally, and will be reported when the device is next online: No *
1295
+ # Reported for affiliated users only: N/A
1099
1296
  class GoogleChromeManagementV1GraphicsStatusReport
1100
1297
  include Google::Apis::Core::Hashable
1101
1298
 
@@ -1120,6 +1317,33 @@ module Google
1120
1317
  end
1121
1318
  end
1122
1319
 
1320
+ # Data that describes the result of the HTTPS latency diagnostics routine, with
1321
+ # the HTTPS requests issued to Google websites.
1322
+ class GoogleChromeManagementV1HttpsLatencyRoutineData
1323
+ include Google::Apis::Core::Hashable
1324
+
1325
+ # Output only. HTTPS latency if routine succeeded or failed because of
1326
+ # HIGH_LATENCY or VERY_HIGH_LATENCY.
1327
+ # Corresponds to the JSON property `latency`
1328
+ # @return [String]
1329
+ attr_accessor :latency
1330
+
1331
+ # Output only. HTTPS latency routine problem if a problem occurred.
1332
+ # Corresponds to the JSON property `problem`
1333
+ # @return [String]
1334
+ attr_accessor :problem
1335
+
1336
+ def initialize(**args)
1337
+ update!(**args)
1338
+ end
1339
+
1340
+ # Update properties of this object
1341
+ def update!(**args)
1342
+ @latency = args[:latency] if args.key?(:latency)
1343
+ @problem = args[:problem] if args.key?(:problem)
1344
+ end
1345
+ end
1346
+
1123
1347
  # Describes an installed app.
1124
1348
  class GoogleChromeManagementV1InstalledApp
1125
1349
  include Google::Apis::Core::Hashable
@@ -1227,7 +1451,18 @@ module Google
1227
1451
  end
1228
1452
  end
1229
1453
 
1230
- # Memory information of a device.
1454
+ # Memory information of a device. * This field has both telemetry and device
1455
+ # information: - `totalRamBytes` - Device information - `availableRamBytes` -
1456
+ # Telemetry information - `totalMemoryEncryption` - Device information * Data
1457
+ # for this field is controlled via policy: [ReportDeviceMemoryInfo](https://
1458
+ # chromeenterprise.google/policies/#ReportDeviceMemoryInfo) * Data Collection
1459
+ # Frequency: - `totalRamBytes` - Only at upload - `availableRamBytes` - Every 10
1460
+ # minutes - `totalMemoryEncryption` - at device startup * Default Data Reporting
1461
+ # Frequency: - `totalRamBytes` - 3 hours - `availableRamBytes` - 3 hours - `
1462
+ # totalMemoryEncryption` - at device startup - Policy Controlled: Yes * Cache:
1463
+ # If the device is offline, the collected data is stored locally, and will be
1464
+ # reported when the device is next online: only for `totalMemoryEncryption` *
1465
+ # Reported for affiliated users only: N/A
1231
1466
  class GoogleChromeManagementV1MemoryInfo
1232
1467
  include Google::Apis::Core::Hashable
1233
1468
 
@@ -1236,6 +1471,18 @@ module Google
1236
1471
  # @return [Fixnum]
1237
1472
  attr_accessor :available_ram_bytes
1238
1473
 
1474
+ # Memory encryption information of a device. * This field provides device
1475
+ # information, which is static and will not change over time. * Data for this
1476
+ # field is controlled via policy: [ReportDeviceMemoryInfo](https://
1477
+ # chromeenterprise.google/policies/#ReportDeviceMemoryInfo) * Data Collection
1478
+ # Frequency: At device startup * Default Data Reporting Frequency: At device
1479
+ # startup - Policy Controlled: Yes * Cache: If the device is offline, the
1480
+ # collected data is stored locally, and will be reported when the device is next
1481
+ # online: Yes * Reported for affiliated users only: N/A
1482
+ # Corresponds to the JSON property `totalMemoryEncryption`
1483
+ # @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TotalMemoryEncryptionInfo]
1484
+ attr_accessor :total_memory_encryption
1485
+
1239
1486
  # Output only. Total RAM in bytes.
1240
1487
  # Corresponds to the JSON property `totalRamBytes`
1241
1488
  # @return [Fixnum]
@@ -1248,11 +1495,20 @@ module Google
1248
1495
  # Update properties of this object
1249
1496
  def update!(**args)
1250
1497
  @available_ram_bytes = args[:available_ram_bytes] if args.key?(:available_ram_bytes)
1498
+ @total_memory_encryption = args[:total_memory_encryption] if args.key?(:total_memory_encryption)
1251
1499
  @total_ram_bytes = args[:total_ram_bytes] if args.key?(:total_ram_bytes)
1252
1500
  end
1253
1501
  end
1254
1502
 
1255
- # Contains samples of memory status reports.
1503
+ # Contains samples of memory status reports. * This field is telemetry
1504
+ # information and this will change over time as the device is utilized. * Data
1505
+ # for this field is controlled via policy: [ReportDeviceMemoryInfo](https://
1506
+ # chromeenterprise.google/policies/#ReportDeviceMemoryInfo) * Data Collection
1507
+ # Frequency: Only at upload, SystemRamFreeByes is collected every 10 minutes *
1508
+ # Default Data Reporting Frequency: Every 3 hours - Policy Controlled: Yes *
1509
+ # Cache: If the device is offline, the collected data is stored locally, and
1510
+ # will be reported when the device is next online: No * Reported for affiliated
1511
+ # users only: N/A
1256
1512
  class GoogleChromeManagementV1MemoryStatusReport
1257
1513
  include Google::Apis::Core::Hashable
1258
1514
 
@@ -1291,20 +1547,163 @@ module Google
1291
1547
  end
1292
1548
  end
1293
1549
 
1294
- # State of visible/configured networks.
1550
+ # Details about the network device. * This field provides device information,
1551
+ # which is static and will not change over time. * Data for this field is
1552
+ # controlled via policy: [ReportNetworkDeviceConfiguration](https://
1553
+ # chromeenterprise.google/policies/#ReportNetworkDeviceConfiguration) * Data
1554
+ # Collection Frequency: At device startup * Default Data Reporting Frequency: At
1555
+ # device startup - Policy Controlled: Yes * Cache: If the device is offline, the
1556
+ # collected data is stored locally, and will be reported when the device is next
1557
+ # online: Yes * Reported for affiliated users only: N/A
1558
+ class GoogleChromeManagementV1NetworkDevice
1559
+ include Google::Apis::Core::Hashable
1560
+
1561
+ # Output only. The integrated circuit card ID associated with the device's sim
1562
+ # card.
1563
+ # Corresponds to the JSON property `iccid`
1564
+ # @return [String]
1565
+ attr_accessor :iccid
1566
+
1567
+ # Output only. IMEI (if applicable) of the corresponding network device.
1568
+ # Corresponds to the JSON property `imei`
1569
+ # @return [String]
1570
+ attr_accessor :imei
1571
+
1572
+ # Output only. MAC address (if applicable) of the corresponding network device.
1573
+ # Corresponds to the JSON property `macAddress`
1574
+ # @return [String]
1575
+ attr_accessor :mac_address
1576
+
1577
+ # Output only. The mobile directory number associated with the device's sim card.
1578
+ # Corresponds to the JSON property `mdn`
1579
+ # @return [String]
1580
+ attr_accessor :mdn
1581
+
1582
+ # Output only. MEID (if applicable) of the corresponding network device.
1583
+ # Corresponds to the JSON property `meid`
1584
+ # @return [String]
1585
+ attr_accessor :meid
1586
+
1587
+ # Output only. Network device type.
1588
+ # Corresponds to the JSON property `type`
1589
+ # @return [String]
1590
+ attr_accessor :type
1591
+
1592
+ def initialize(**args)
1593
+ update!(**args)
1594
+ end
1595
+
1596
+ # Update properties of this object
1597
+ def update!(**args)
1598
+ @iccid = args[:iccid] if args.key?(:iccid)
1599
+ @imei = args[:imei] if args.key?(:imei)
1600
+ @mac_address = args[:mac_address] if args.key?(:mac_address)
1601
+ @mdn = args[:mdn] if args.key?(:mdn)
1602
+ @meid = args[:meid] if args.key?(:meid)
1603
+ @type = args[:type] if args.key?(:type)
1604
+ end
1605
+ end
1606
+
1607
+ # Network testing results to determine the health of the device's network
1608
+ # connection, for example whether the HTTPS latency is high or normal.
1609
+ class GoogleChromeManagementV1NetworkDiagnosticsReport
1610
+ include Google::Apis::Core::Hashable
1611
+
1612
+ # Data that describes the result of the HTTPS latency diagnostics routine, with
1613
+ # the HTTPS requests issued to Google websites.
1614
+ # Corresponds to the JSON property `httpsLatencyData`
1615
+ # @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1HttpsLatencyRoutineData]
1616
+ attr_accessor :https_latency_data
1617
+
1618
+ # Output only. Timestamp of when the diagnostics were collected.
1619
+ # Corresponds to the JSON property `reportTime`
1620
+ # @return [String]
1621
+ attr_accessor :report_time
1622
+
1623
+ def initialize(**args)
1624
+ update!(**args)
1625
+ end
1626
+
1627
+ # Update properties of this object
1628
+ def update!(**args)
1629
+ @https_latency_data = args[:https_latency_data] if args.key?(:https_latency_data)
1630
+ @report_time = args[:report_time] if args.key?(:report_time)
1631
+ end
1632
+ end
1633
+
1634
+ # Network device information. * This field provides device information, which is
1635
+ # static and will not change over time. * Data for this field is controlled via
1636
+ # policy: [ReportNetworkDeviceConfiguration](https://chromeenterprise.google/
1637
+ # policies/#ReportNetworkDeviceConfiguration) * Data Collection Frequency: At
1638
+ # device startup * Default Data Reporting Frequency: At device startup - Policy
1639
+ # Controlled: Yes * Cache: If the device is offline, the collected data is
1640
+ # stored locally, and will be reported when the device is next online: Yes *
1641
+ # Reported for affiliated users only: N/A
1642
+ class GoogleChromeManagementV1NetworkInfo
1643
+ include Google::Apis::Core::Hashable
1644
+
1645
+ # Output only. List of network devices.
1646
+ # Corresponds to the JSON property `networkDevices`
1647
+ # @return [Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1NetworkDevice>]
1648
+ attr_accessor :network_devices
1649
+
1650
+ def initialize(**args)
1651
+ update!(**args)
1652
+ end
1653
+
1654
+ # Update properties of this object
1655
+ def update!(**args)
1656
+ @network_devices = args[:network_devices] if args.key?(:network_devices)
1657
+ end
1658
+ end
1659
+
1660
+ # State of visible/configured networks. * This field is telemetry information
1661
+ # and this will change over time as the device is utilized. * Data for this
1662
+ # field is controlled via policy: [ReportNetworkStatus](https://chromeenterprise.
1663
+ # google/policies/#ReportNetworkStatus) * Data Collection Frequency: 60 minutes *
1664
+ # Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache:
1665
+ # If the device is offline, the collected data is stored locally, and will be
1666
+ # reported when the device is next online: Yes * Reported for affiliated users
1667
+ # only: Yes
1295
1668
  class GoogleChromeManagementV1NetworkStatusReport
1296
1669
  include Google::Apis::Core::Hashable
1297
1670
 
1671
+ # Output only. Current connection state of the network.
1672
+ # Corresponds to the JSON property `connectionState`
1673
+ # @return [String]
1674
+ attr_accessor :connection_state
1675
+
1676
+ # Output only. Network connection type.
1677
+ # Corresponds to the JSON property `connectionType`
1678
+ # @return [String]
1679
+ attr_accessor :connection_type
1680
+
1681
+ # Output only. Whether the wifi encryption key is turned off.
1682
+ # Corresponds to the JSON property `encryptionOn`
1683
+ # @return [Boolean]
1684
+ attr_accessor :encryption_on
1685
+ alias_method :encryption_on?, :encryption_on
1686
+
1298
1687
  # Output only. Gateway IP address.
1299
1688
  # Corresponds to the JSON property `gatewayIpAddress`
1300
1689
  # @return [String]
1301
1690
  attr_accessor :gateway_ip_address
1302
1691
 
1692
+ # Output only. Network connection guid.
1693
+ # Corresponds to the JSON property `guid`
1694
+ # @return [String]
1695
+ attr_accessor :guid
1696
+
1303
1697
  # Output only. LAN IP address.
1304
1698
  # Corresponds to the JSON property `lanIpAddress`
1305
1699
  # @return [String]
1306
1700
  attr_accessor :lan_ip_address
1307
1701
 
1702
+ # Output only. Receiving bit rate measured in Megabits per second.
1703
+ # Corresponds to the JSON property `receivingBitRateMbps`
1704
+ # @return [Fixnum]
1705
+ attr_accessor :receiving_bit_rate_mbps
1706
+
1308
1707
  # Output only. Time at which the network state was reported.
1309
1708
  # Corresponds to the JSON property `reportTime`
1310
1709
  # @return [String]
@@ -1320,21 +1719,59 @@ module Google
1320
1719
  # @return [Fixnum]
1321
1720
  attr_accessor :signal_strength_dbm
1322
1721
 
1722
+ # Output only. Transmission bit rate measured in Megabits per second.
1723
+ # Corresponds to the JSON property `transmissionBitRateMbps`
1724
+ # @return [Fixnum]
1725
+ attr_accessor :transmission_bit_rate_mbps
1726
+
1727
+ # Output only. Transmission power measured in decibels.
1728
+ # Corresponds to the JSON property `transmissionPowerDbm`
1729
+ # @return [Fixnum]
1730
+ attr_accessor :transmission_power_dbm
1731
+
1732
+ # Output only. Wifi link quality. Value ranges from [0, 70]. 0 indicates no
1733
+ # signal and 70 indicates a strong signal.
1734
+ # Corresponds to the JSON property `wifiLinkQuality`
1735
+ # @return [Fixnum]
1736
+ attr_accessor :wifi_link_quality
1737
+
1738
+ # Output only. Wifi power management enabled
1739
+ # Corresponds to the JSON property `wifiPowerManagementEnabled`
1740
+ # @return [Boolean]
1741
+ attr_accessor :wifi_power_management_enabled
1742
+ alias_method :wifi_power_management_enabled?, :wifi_power_management_enabled
1743
+
1323
1744
  def initialize(**args)
1324
1745
  update!(**args)
1325
1746
  end
1326
1747
 
1327
1748
  # Update properties of this object
1328
1749
  def update!(**args)
1750
+ @connection_state = args[:connection_state] if args.key?(:connection_state)
1751
+ @connection_type = args[:connection_type] if args.key?(:connection_type)
1752
+ @encryption_on = args[:encryption_on] if args.key?(:encryption_on)
1329
1753
  @gateway_ip_address = args[:gateway_ip_address] if args.key?(:gateway_ip_address)
1754
+ @guid = args[:guid] if args.key?(:guid)
1330
1755
  @lan_ip_address = args[:lan_ip_address] if args.key?(:lan_ip_address)
1756
+ @receiving_bit_rate_mbps = args[:receiving_bit_rate_mbps] if args.key?(:receiving_bit_rate_mbps)
1331
1757
  @report_time = args[:report_time] if args.key?(:report_time)
1332
1758
  @sample_frequency = args[:sample_frequency] if args.key?(:sample_frequency)
1333
1759
  @signal_strength_dbm = args[:signal_strength_dbm] if args.key?(:signal_strength_dbm)
1760
+ @transmission_bit_rate_mbps = args[:transmission_bit_rate_mbps] if args.key?(:transmission_bit_rate_mbps)
1761
+ @transmission_power_dbm = args[:transmission_power_dbm] if args.key?(:transmission_power_dbm)
1762
+ @wifi_link_quality = args[:wifi_link_quality] if args.key?(:wifi_link_quality)
1763
+ @wifi_power_management_enabled = args[:wifi_power_management_enabled] if args.key?(:wifi_power_management_enabled)
1334
1764
  end
1335
1765
  end
1336
1766
 
1337
- # Contains information regarding the current OS update status.
1767
+ # Contains information regarding the current OS update status. * This field is
1768
+ # telemetry information and this will change over time as the device is utilized.
1769
+ # * Data for this field is controlled via policy: [ReportDeviceOsUpdateStatus](
1770
+ # https://chromeenterprise.google/policies/#ReportDeviceOsUpdateStatus) * Data
1771
+ # Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3
1772
+ # hours - Policy Controlled: Yes * Cache: If the device is offline, the
1773
+ # collected data is stored locally, and will be reported when the device is next
1774
+ # online: No * Reported for affiliated users only: N/A
1338
1775
  class GoogleChromeManagementV1OsUpdateStatus
1339
1776
  include Google::Apis::Core::Hashable
1340
1777
 
@@ -1387,7 +1824,14 @@ module Google
1387
1824
  end
1388
1825
  end
1389
1826
 
1390
- # Status data for storage.
1827
+ # Status data for storage. * This field is telemetry information and this will
1828
+ # change over time as the device is utilized. * Data for this field is
1829
+ # controlled via policy: [ReportDeviceStorageStatus](https://chromeenterprise.
1830
+ # google/policies/#ReportDeviceStorageStatus) * Data Collection Frequency: Only
1831
+ # at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes
1832
+ # * Cache: If the device is offline, the collected data is stored locally, and
1833
+ # will be reported when the device is next online: No * Reported for affiliated
1834
+ # users only: N/A
1391
1835
  class GoogleChromeManagementV1StorageInfo
1392
1836
  include Google::Apis::Core::Hashable
1393
1837
 
@@ -1449,7 +1893,14 @@ module Google
1449
1893
  end
1450
1894
  end
1451
1895
 
1452
- # Status data for storage.
1896
+ # Status data for storage. * This field is telemetry information and this will
1897
+ # change over time as the device is utilized. * Data for this field is
1898
+ # controlled via policy: [ReportDeviceStorageStatus](https://chromeenterprise.
1899
+ # google/policies/#ReportDeviceStorageStatus) * Data Collection Frequency: Only
1900
+ # at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes
1901
+ # * Cache: If the device is offline, the collected data is stored locally, and
1902
+ # will be reported when the device is next online: No * Reported for affiliated
1903
+ # users only: N/A
1453
1904
  class GoogleChromeManagementV1StorageStatusReport
1454
1905
  include Google::Apis::Core::Hashable
1455
1906
 
@@ -1516,7 +1967,14 @@ module Google
1516
1967
  # @return [String]
1517
1968
  attr_accessor :device_id
1518
1969
 
1519
- # Information of the graphics subsystem.
1970
+ # Information of the graphics subsystem. * This field provides device
1971
+ # information, which is static and will not change over time. * Data for this
1972
+ # field is controlled via policy: [ReportDeviceGraphicsStatus](https://
1973
+ # chromeenterprise.google/policies/#ReportDeviceGraphicsStatus) * Data
1974
+ # Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3
1975
+ # hours - Policy Controlled: Yes * Cache: If the device is offline, the
1976
+ # collected data is stored locally, and will be reported when the device is next
1977
+ # online: No * Reported for affiliated users only: N/A
1520
1978
  # Corresponds to the JSON property `graphicsInfo`
1521
1979
  # @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1GraphicsInfo]
1522
1980
  attr_accessor :graphics_info
@@ -1526,7 +1984,18 @@ module Google
1526
1984
  # @return [Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1GraphicsStatusReport>]
1527
1985
  attr_accessor :graphics_status_report
1528
1986
 
1529
- # Memory information of a device.
1987
+ # Memory information of a device. * This field has both telemetry and device
1988
+ # information: - `totalRamBytes` - Device information - `availableRamBytes` -
1989
+ # Telemetry information - `totalMemoryEncryption` - Device information * Data
1990
+ # for this field is controlled via policy: [ReportDeviceMemoryInfo](https://
1991
+ # chromeenterprise.google/policies/#ReportDeviceMemoryInfo) * Data Collection
1992
+ # Frequency: - `totalRamBytes` - Only at upload - `availableRamBytes` - Every 10
1993
+ # minutes - `totalMemoryEncryption` - at device startup * Default Data Reporting
1994
+ # Frequency: - `totalRamBytes` - 3 hours - `availableRamBytes` - 3 hours - `
1995
+ # totalMemoryEncryption` - at device startup - Policy Controlled: Yes * Cache:
1996
+ # If the device is offline, the collected data is stored locally, and will be
1997
+ # reported when the device is next online: only for `totalMemoryEncryption` *
1998
+ # Reported for affiliated users only: N/A
1530
1999
  # Corresponds to the JSON property `memoryInfo`
1531
2000
  # @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1MemoryInfo]
1532
2001
  attr_accessor :memory_info
@@ -1542,6 +2011,23 @@ module Google
1542
2011
  # @return [String]
1543
2012
  attr_accessor :name
1544
2013
 
2014
+ # Output only. Network diagnostics collected periodically.
2015
+ # Corresponds to the JSON property `networkDiagnosticsReport`
2016
+ # @return [Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1NetworkDiagnosticsReport>]
2017
+ attr_accessor :network_diagnostics_report
2018
+
2019
+ # Network device information. * This field provides device information, which is
2020
+ # static and will not change over time. * Data for this field is controlled via
2021
+ # policy: [ReportNetworkDeviceConfiguration](https://chromeenterprise.google/
2022
+ # policies/#ReportNetworkDeviceConfiguration) * Data Collection Frequency: At
2023
+ # device startup * Default Data Reporting Frequency: At device startup - Policy
2024
+ # Controlled: Yes * Cache: If the device is offline, the collected data is
2025
+ # stored locally, and will be reported when the device is next online: Yes *
2026
+ # Reported for affiliated users only: N/A
2027
+ # Corresponds to the JSON property `networkInfo`
2028
+ # @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1NetworkInfo]
2029
+ attr_accessor :network_info
2030
+
1545
2031
  # Output only. Network specs collected periodically.
1546
2032
  # Corresponds to the JSON property `networkStatusReport`
1547
2033
  # @return [Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1NetworkStatusReport>]
@@ -1563,7 +2049,14 @@ module Google
1563
2049
  # @return [String]
1564
2050
  attr_accessor :serial_number
1565
2051
 
1566
- # Status data for storage.
2052
+ # Status data for storage. * This field is telemetry information and this will
2053
+ # change over time as the device is utilized. * Data for this field is
2054
+ # controlled via policy: [ReportDeviceStorageStatus](https://chromeenterprise.
2055
+ # google/policies/#ReportDeviceStorageStatus) * Data Collection Frequency: Only
2056
+ # at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes
2057
+ # * Cache: If the device is offline, the collected data is stored locally, and
2058
+ # will be reported when the device is next online: No * Reported for affiliated
2059
+ # users only: N/A
1567
2060
  # Corresponds to the JSON property `storageInfo`
1568
2061
  # @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1StorageInfo]
1569
2062
  attr_accessor :storage_info
@@ -1573,6 +2066,11 @@ module Google
1573
2066
  # @return [Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1StorageStatusReport>]
1574
2067
  attr_accessor :storage_status_report
1575
2068
 
2069
+ # Output only. Information on Thunderbolt bus.
2070
+ # Corresponds to the JSON property `thunderboltInfo`
2071
+ # @return [Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1ThunderboltInfo>]
2072
+ attr_accessor :thunderbolt_info
2073
+
1576
2074
  def initialize(**args)
1577
2075
  update!(**args)
1578
2076
  end
@@ -1591,12 +2089,85 @@ module Google
1591
2089
  @memory_info = args[:memory_info] if args.key?(:memory_info)
1592
2090
  @memory_status_report = args[:memory_status_report] if args.key?(:memory_status_report)
1593
2091
  @name = args[:name] if args.key?(:name)
2092
+ @network_diagnostics_report = args[:network_diagnostics_report] if args.key?(:network_diagnostics_report)
2093
+ @network_info = args[:network_info] if args.key?(:network_info)
1594
2094
  @network_status_report = args[:network_status_report] if args.key?(:network_status_report)
1595
2095
  @org_unit_id = args[:org_unit_id] if args.key?(:org_unit_id)
1596
2096
  @os_update_status = args[:os_update_status] if args.key?(:os_update_status)
1597
2097
  @serial_number = args[:serial_number] if args.key?(:serial_number)
1598
2098
  @storage_info = args[:storage_info] if args.key?(:storage_info)
1599
2099
  @storage_status_report = args[:storage_status_report] if args.key?(:storage_status_report)
2100
+ @thunderbolt_info = args[:thunderbolt_info] if args.key?(:thunderbolt_info)
2101
+ end
2102
+ end
2103
+
2104
+ # Thunderbolt bus info. * This field provides device information, which is
2105
+ # static and will not change over time. * Data for this field is controlled via
2106
+ # policy: [ReportDeviceSecurityStatus](https://chromeenterprise.google/policies/#
2107
+ # ReportDeviceSecurityStatus) * Data Collection Frequency: At device startup *
2108
+ # Default Data Reporting Frequency: At device startup - Policy Controlled: No *
2109
+ # Cache: If the device is offline, the collected data is stored locally, and
2110
+ # will be reported when the device is next online: Yes * Reported for affiliated
2111
+ # users only: N/A
2112
+ class GoogleChromeManagementV1ThunderboltInfo
2113
+ include Google::Apis::Core::Hashable
2114
+
2115
+ # Security level of the Thunderbolt bus.
2116
+ # Corresponds to the JSON property `securityLevel`
2117
+ # @return [String]
2118
+ attr_accessor :security_level
2119
+
2120
+ def initialize(**args)
2121
+ update!(**args)
2122
+ end
2123
+
2124
+ # Update properties of this object
2125
+ def update!(**args)
2126
+ @security_level = args[:security_level] if args.key?(:security_level)
2127
+ end
2128
+ end
2129
+
2130
+ # Memory encryption information of a device. * This field provides device
2131
+ # information, which is static and will not change over time. * Data for this
2132
+ # field is controlled via policy: [ReportDeviceMemoryInfo](https://
2133
+ # chromeenterprise.google/policies/#ReportDeviceMemoryInfo) * Data Collection
2134
+ # Frequency: At device startup * Default Data Reporting Frequency: At device
2135
+ # startup - Policy Controlled: Yes * Cache: If the device is offline, the
2136
+ # collected data is stored locally, and will be reported when the device is next
2137
+ # online: Yes * Reported for affiliated users only: N/A
2138
+ class GoogleChromeManagementV1TotalMemoryEncryptionInfo
2139
+ include Google::Apis::Core::Hashable
2140
+
2141
+ # Memory encryption algorithm.
2142
+ # Corresponds to the JSON property `encryptionAlgorithm`
2143
+ # @return [String]
2144
+ attr_accessor :encryption_algorithm
2145
+
2146
+ # The state of memory encryption on the device.
2147
+ # Corresponds to the JSON property `encryptionState`
2148
+ # @return [String]
2149
+ attr_accessor :encryption_state
2150
+
2151
+ # The length of the encryption keys.
2152
+ # Corresponds to the JSON property `keyLength`
2153
+ # @return [Fixnum]
2154
+ attr_accessor :key_length
2155
+
2156
+ # The maximum number of keys that can be used for encryption.
2157
+ # Corresponds to the JSON property `maxKeys`
2158
+ # @return [Fixnum]
2159
+ attr_accessor :max_keys
2160
+
2161
+ def initialize(**args)
2162
+ update!(**args)
2163
+ end
2164
+
2165
+ # Update properties of this object
2166
+ def update!(**args)
2167
+ @encryption_algorithm = args[:encryption_algorithm] if args.key?(:encryption_algorithm)
2168
+ @encryption_state = args[:encryption_state] if args.key?(:encryption_state)
2169
+ @key_length = args[:key_length] if args.key?(:key_length)
2170
+ @max_keys = args[:max_keys] if args.key?(:max_keys)
1600
2171
  end
1601
2172
  end
1602
2173
 
@@ -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.24.0"
19
+ GEM_VERSION = "0.27.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.7.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220606"
25
+ REVISION = "20220908"
26
26
  end
27
27
  end
28
28
  end
@@ -100,6 +100,18 @@ module Google
100
100
  include Google::Apis::Core::JsonObjectSupport
101
101
  end
102
102
 
103
+ class GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class GoogleChromeManagementV1CountChromeDevicesThatNeedAttentionResponse
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
103
115
  class GoogleChromeManagementV1CountChromeVersionsResponse
104
116
  class Representation < Google::Apis::Core::JsonRepresentation; end
105
117
 
@@ -136,6 +148,12 @@ module Google
136
148
  include Google::Apis::Core::JsonObjectSupport
137
149
  end
138
150
 
151
+ class GoogleChromeManagementV1DeviceAueCountReport
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
139
157
  class GoogleChromeManagementV1DiskInfo
140
158
  class Representation < Google::Apis::Core::JsonRepresentation; end
141
159
 
@@ -172,6 +190,12 @@ module Google
172
190
  include Google::Apis::Core::JsonObjectSupport
173
191
  end
174
192
 
193
+ class GoogleChromeManagementV1HttpsLatencyRoutineData
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
175
199
  class GoogleChromeManagementV1InstalledApp
176
200
  class Representation < Google::Apis::Core::JsonRepresentation; end
177
201
 
@@ -196,6 +220,24 @@ module Google
196
220
  include Google::Apis::Core::JsonObjectSupport
197
221
  end
198
222
 
223
+ class GoogleChromeManagementV1NetworkDevice
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
229
+ class GoogleChromeManagementV1NetworkDiagnosticsReport
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
235
+ class GoogleChromeManagementV1NetworkInfo
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
199
241
  class GoogleChromeManagementV1NetworkStatusReport
200
242
  class Representation < Google::Apis::Core::JsonRepresentation; end
201
243
 
@@ -232,6 +274,18 @@ module Google
232
274
  include Google::Apis::Core::JsonObjectSupport
233
275
  end
234
276
 
277
+ class GoogleChromeManagementV1ThunderboltInfo
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
283
+ class GoogleChromeManagementV1TotalMemoryEncryptionInfo
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
235
289
  class GoogleRpcStatus
236
290
  class Representation < Google::Apis::Core::JsonRepresentation; end
237
291
 
@@ -407,6 +461,25 @@ module Google
407
461
  end
408
462
  end
409
463
 
464
+ class GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse
465
+ # @private
466
+ class Representation < Google::Apis::Core::JsonRepresentation
467
+ collection :device_aue_count_reports, as: 'deviceAueCountReports', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1DeviceAueCountReport, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1DeviceAueCountReport::Representation
468
+
469
+ end
470
+ end
471
+
472
+ class GoogleChromeManagementV1CountChromeDevicesThatNeedAttentionResponse
473
+ # @private
474
+ class Representation < Google::Apis::Core::JsonRepresentation
475
+ property :no_recent_policy_sync_count, :numeric_string => true, as: 'noRecentPolicySyncCount'
476
+ property :no_recent_user_activity_count, :numeric_string => true, as: 'noRecentUserActivityCount'
477
+ property :os_version_not_compliant_count, :numeric_string => true, as: 'osVersionNotCompliantCount'
478
+ property :pending_update, :numeric_string => true, as: 'pendingUpdate'
479
+ property :unsupported_policy_count, :numeric_string => true, as: 'unsupportedPolicyCount'
480
+ end
481
+ end
482
+
410
483
  class GoogleChromeManagementV1CountChromeVersionsResponse
411
484
  # @private
412
485
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -431,6 +504,8 @@ module Google
431
504
  # @private
432
505
  class Representation < Google::Apis::Core::JsonRepresentation
433
506
  property :architecture, as: 'architecture'
507
+ property :keylocker_configured, as: 'keylockerConfigured'
508
+ property :keylocker_supported, as: 'keylockerSupported'
434
509
  property :max_clock_speed, as: 'maxClockSpeed'
435
510
  property :model, as: 'model'
436
511
  end
@@ -463,6 +538,17 @@ module Google
463
538
  end
464
539
  end
465
540
 
541
+ class GoogleChromeManagementV1DeviceAueCountReport
542
+ # @private
543
+ class Representation < Google::Apis::Core::JsonRepresentation
544
+ property :aue_month, as: 'aueMonth'
545
+ property :aue_year, :numeric_string => true, as: 'aueYear'
546
+ property :count, :numeric_string => true, as: 'count'
547
+ property :expired, as: 'expired'
548
+ property :model, as: 'model'
549
+ end
550
+ end
551
+
466
552
  class GoogleChromeManagementV1DiskInfo
467
553
  # @private
468
554
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -529,6 +615,14 @@ module Google
529
615
  end
530
616
  end
531
617
 
618
+ class GoogleChromeManagementV1HttpsLatencyRoutineData
619
+ # @private
620
+ class Representation < Google::Apis::Core::JsonRepresentation
621
+ property :latency, as: 'latency'
622
+ property :problem, as: 'problem'
623
+ end
624
+ end
625
+
532
626
  class GoogleChromeManagementV1InstalledApp
533
627
  # @private
534
628
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -559,6 +653,8 @@ module Google
559
653
  # @private
560
654
  class Representation < Google::Apis::Core::JsonRepresentation
561
655
  property :available_ram_bytes, :numeric_string => true, as: 'availableRamBytes'
656
+ property :total_memory_encryption, as: 'totalMemoryEncryption', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TotalMemoryEncryptionInfo, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TotalMemoryEncryptionInfo::Representation
657
+
562
658
  property :total_ram_bytes, :numeric_string => true, as: 'totalRamBytes'
563
659
  end
564
660
  end
@@ -573,14 +669,52 @@ module Google
573
669
  end
574
670
  end
575
671
 
672
+ class GoogleChromeManagementV1NetworkDevice
673
+ # @private
674
+ class Representation < Google::Apis::Core::JsonRepresentation
675
+ property :iccid, as: 'iccid'
676
+ property :imei, as: 'imei'
677
+ property :mac_address, as: 'macAddress'
678
+ property :mdn, as: 'mdn'
679
+ property :meid, as: 'meid'
680
+ property :type, as: 'type'
681
+ end
682
+ end
683
+
684
+ class GoogleChromeManagementV1NetworkDiagnosticsReport
685
+ # @private
686
+ class Representation < Google::Apis::Core::JsonRepresentation
687
+ property :https_latency_data, as: 'httpsLatencyData', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1HttpsLatencyRoutineData, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1HttpsLatencyRoutineData::Representation
688
+
689
+ property :report_time, as: 'reportTime'
690
+ end
691
+ end
692
+
693
+ class GoogleChromeManagementV1NetworkInfo
694
+ # @private
695
+ class Representation < Google::Apis::Core::JsonRepresentation
696
+ collection :network_devices, as: 'networkDevices', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1NetworkDevice, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1NetworkDevice::Representation
697
+
698
+ end
699
+ end
700
+
576
701
  class GoogleChromeManagementV1NetworkStatusReport
577
702
  # @private
578
703
  class Representation < Google::Apis::Core::JsonRepresentation
704
+ property :connection_state, as: 'connectionState'
705
+ property :connection_type, as: 'connectionType'
706
+ property :encryption_on, as: 'encryptionOn'
579
707
  property :gateway_ip_address, as: 'gatewayIpAddress'
708
+ property :guid, as: 'guid'
580
709
  property :lan_ip_address, as: 'lanIpAddress'
710
+ property :receiving_bit_rate_mbps, :numeric_string => true, as: 'receivingBitRateMbps'
581
711
  property :report_time, as: 'reportTime'
582
712
  property :sample_frequency, as: 'sampleFrequency'
583
713
  property :signal_strength_dbm, as: 'signalStrengthDbm'
714
+ property :transmission_bit_rate_mbps, :numeric_string => true, as: 'transmissionBitRateMbps'
715
+ property :transmission_power_dbm, as: 'transmissionPowerDbm'
716
+ property :wifi_link_quality, :numeric_string => true, as: 'wifiLinkQuality'
717
+ property :wifi_power_management_enabled, as: 'wifiPowerManagementEnabled'
584
718
  end
585
719
  end
586
720
 
@@ -648,6 +782,10 @@ module Google
648
782
  collection :memory_status_report, as: 'memoryStatusReport', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1MemoryStatusReport, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1MemoryStatusReport::Representation
649
783
 
650
784
  property :name, as: 'name'
785
+ collection :network_diagnostics_report, as: 'networkDiagnosticsReport', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1NetworkDiagnosticsReport, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1NetworkDiagnosticsReport::Representation
786
+
787
+ property :network_info, as: 'networkInfo', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1NetworkInfo, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1NetworkInfo::Representation
788
+
651
789
  collection :network_status_report, as: 'networkStatusReport', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1NetworkStatusReport, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1NetworkStatusReport::Representation
652
790
 
653
791
  property :org_unit_id, as: 'orgUnitId'
@@ -658,6 +796,25 @@ module Google
658
796
 
659
797
  collection :storage_status_report, as: 'storageStatusReport', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1StorageStatusReport, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1StorageStatusReport::Representation
660
798
 
799
+ collection :thunderbolt_info, as: 'thunderboltInfo', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1ThunderboltInfo, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1ThunderboltInfo::Representation
800
+
801
+ end
802
+ end
803
+
804
+ class GoogleChromeManagementV1ThunderboltInfo
805
+ # @private
806
+ class Representation < Google::Apis::Core::JsonRepresentation
807
+ property :security_level, as: 'securityLevel'
808
+ end
809
+ end
810
+
811
+ class GoogleChromeManagementV1TotalMemoryEncryptionInfo
812
+ # @private
813
+ class Representation < Google::Apis::Core::JsonRepresentation
814
+ property :encryption_algorithm, as: 'encryptionAlgorithm'
815
+ property :encryption_state, as: 'encryptionState'
816
+ property :key_length, :numeric_string => true, as: 'keyLength'
817
+ property :max_keys, :numeric_string => true, as: 'maxKeys'
661
818
  end
662
819
  end
663
820
 
@@ -198,6 +198,93 @@ module Google
198
198
  execute_or_queue_command(command, &block)
199
199
  end
200
200
 
201
+ # Generate report of the number of devices expiring in each month of the
202
+ # selected time frame. Devices are grouped by auto update expiration date and
203
+ # model. Further information can be found [here](https://support.google.com/
204
+ # chrome/a/answer/10564947).
205
+ # @param [String] customer
206
+ # Required. The customer ID or "my_customer" prefixed with "customers/".
207
+ # @param [String] max_aue_date
208
+ # Optional. Maximum expiration date in format yyyy-mm-dd in UTC timezone. If
209
+ # included returns all devices that have already expired and devices with auto
210
+ # expiration date equal to or earlier than the maximum date.
211
+ # @param [String] min_aue_date
212
+ # Optional. Maximum expiration date in format yyyy-mm-dd in UTC timezone. If
213
+ # included returns all devices that have already expired and devices with auto
214
+ # expiration date equal to or later than the minimum date.
215
+ # @param [String] org_unit_id
216
+ # Optional. The organizational unit ID, if omitted, will return data for all
217
+ # organizational units.
218
+ # @param [String] fields
219
+ # Selector specifying which fields to include in a partial response.
220
+ # @param [String] quota_user
221
+ # Available to use for quota purposes for server-side applications. Can be any
222
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
223
+ # @param [Google::Apis::RequestOptions] options
224
+ # Request-specific options
225
+ #
226
+ # @yield [result, err] Result & error if block supplied
227
+ # @yieldparam result [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse] parsed result object
228
+ # @yieldparam err [StandardError] error object if request failed
229
+ #
230
+ # @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse]
231
+ #
232
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
233
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
234
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
235
+ def count_customer_report_chrome_devices_reaching_auto_expiration_date(customer, max_aue_date: nil, min_aue_date: nil, org_unit_id: nil, fields: nil, quota_user: nil, options: nil, &block)
236
+ command = make_simple_command(:get, 'v1/{+customer}/reports:countChromeDevicesReachingAutoExpirationDate', options)
237
+ command.response_representation = Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse::Representation
238
+ command.response_class = Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse
239
+ command.params['customer'] = customer unless customer.nil?
240
+ command.query['maxAueDate'] = max_aue_date unless max_aue_date.nil?
241
+ command.query['minAueDate'] = min_aue_date unless min_aue_date.nil?
242
+ command.query['orgUnitId'] = org_unit_id unless org_unit_id.nil?
243
+ command.query['fields'] = fields unless fields.nil?
244
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
245
+ execute_or_queue_command(command, &block)
246
+ end
247
+
248
+ # Counts of ChromeOS devices that have not synced policies or have lacked user
249
+ # activity in the past 28 days, are out of date, or are not complaint. Further
250
+ # information can be found here https://support.google.com/chrome/a/answer/
251
+ # 10564947
252
+ # @param [String] customer
253
+ # Required. The customer ID or "my_customer" prefixed with "customers/".
254
+ # @param [String] org_unit_id
255
+ # Optional. The ID of the organizational unit. If omitted, all data will be
256
+ # returned.
257
+ # @param [String] read_mask
258
+ # Required. Mask of the fields that should be populated in the returned report.
259
+ # @param [String] fields
260
+ # Selector specifying which fields to include in a partial response.
261
+ # @param [String] quota_user
262
+ # Available to use for quota purposes for server-side applications. Can be any
263
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
264
+ # @param [Google::Apis::RequestOptions] options
265
+ # Request-specific options
266
+ #
267
+ # @yield [result, err] Result & error if block supplied
268
+ # @yieldparam result [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CountChromeDevicesThatNeedAttentionResponse] parsed result object
269
+ # @yieldparam err [StandardError] error object if request failed
270
+ #
271
+ # @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CountChromeDevicesThatNeedAttentionResponse]
272
+ #
273
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
274
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
275
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
276
+ def count_customer_report_chrome_devices_that_need_attention(customer, org_unit_id: nil, read_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
277
+ command = make_simple_command(:get, 'v1/{+customer}/reports:countChromeDevicesThatNeedAttention', options)
278
+ command.response_representation = Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CountChromeDevicesThatNeedAttentionResponse::Representation
279
+ command.response_class = Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CountChromeDevicesThatNeedAttentionResponse
280
+ command.params['customer'] = customer unless customer.nil?
281
+ command.query['orgUnitId'] = org_unit_id unless org_unit_id.nil?
282
+ command.query['readMask'] = read_mask unless read_mask.nil?
283
+ command.query['fields'] = fields unless fields.nil?
284
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
285
+ execute_or_queue_command(command, &block)
286
+ end
287
+
201
288
  # Generate report of installed Chrome versions.
202
289
  # @param [String] customer
203
290
  # 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.24.0
4
+ version: 0.27.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-06-20 00:00:00.000000000 Z
11
+ date: 2022-09-12 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: '0.6'
19
+ version: '0.7'
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: '0.6'
29
+ version: '0.7'
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.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chromemanagement_v1/v0.27.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: []