google-apis-chromemanagement_v1 0.37.0 → 0.39.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/chromemanagement_v1/classes.rb +57 -199
- data/lib/google/apis/chromemanagement_v1/gem_version.rb +2 -2
- data/lib/google/apis/chromemanagement_v1/representations.rb +0 -67
- data/lib/google/apis/chromemanagement_v1/service.rb +0 -104
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2fa098b618f512d056452f759f05fd27cafe7682b81c32f2ea19ea97b0d15ae0
|
4
|
+
data.tar.gz: 8c81188af52637cb89460a748d4ed19026661f58535cf3b04a2ce4a2a0ea1271
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 41c20cb48854a7a60a67ebb5b4bc71d1af2ac6f649649e0c89f6f54aaad9797626ccfc0863f0b4a3d537f35c05728b2dad38df8ef3a6021f1a7c776b7e5e6778
|
7
|
+
data.tar.gz: 87298f799fa6a366272a48b9da3a64186c9bff8f4f3b8d2c12128f690845987cf4279a4caa0e6562223e95d88a5144b1502df6726a640b9818ede8d91c9bc298
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-chromemanagement_v1
|
2
2
|
|
3
|
+
### v0.39.0 (2023-05-07)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230504
|
6
|
+
|
7
|
+
### v0.38.0 (2023-04-16)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230413
|
10
|
+
|
3
11
|
### v0.37.0 (2023-03-26)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230323
|
@@ -208,7 +208,7 @@ module Google
|
|
208
208
|
# minutes * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes *
|
209
209
|
# Cache: If the device is offline, the collected data is stored locally, and
|
210
210
|
# will be reported when the device is next online: No * Reported for affiliated
|
211
|
-
# users only: N/A
|
211
|
+
# users only: N/A * Granular permission needed: TELEMETRY_API_AUDIO_REPORT
|
212
212
|
class GoogleChromeManagementV1AudioStatusReport
|
213
213
|
include Google::Apis::Core::Hashable
|
214
214
|
|
@@ -272,7 +272,7 @@ module Google
|
|
272
272
|
# Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If
|
273
273
|
# the device is offline, the collected data is stored locally, and will be
|
274
274
|
# reported when the device is next online: No * Reported for affiliated users
|
275
|
-
# only: N/A
|
275
|
+
# only: N/A * Granular permission needed: TELEMETRY_API_BATTERY_INFO
|
276
276
|
class GoogleChromeManagementV1BatteryInfo
|
277
277
|
include Google::Apis::Core::Hashable
|
278
278
|
|
@@ -404,7 +404,7 @@ module Google
|
|
404
404
|
# Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes *
|
405
405
|
# Cache: If the device is offline, the collected data is stored locally, and
|
406
406
|
# will be reported when the device is next online: No * Reported for affiliated
|
407
|
-
# users only: N/A
|
407
|
+
# users only: N/A * Granular permission needed: TELEMETRY_API_BATTERY_REPORT
|
408
408
|
class GoogleChromeManagementV1BatteryStatusReport
|
409
409
|
include Google::Apis::Core::Hashable
|
410
410
|
|
@@ -461,7 +461,7 @@ module Google
|
|
461
461
|
# event * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes *
|
462
462
|
# Cache: If the device is offline, the collected data is stored locally, and
|
463
463
|
# will be reported when the device is next online: Yes * Reported for affiliated
|
464
|
-
# users only: N/A
|
464
|
+
# users only: N/A * Granular permission needed: TELEMETRY_API_OS_REPORT
|
465
465
|
class GoogleChromeManagementV1BootPerformanceReport
|
466
466
|
include Google::Apis::Core::Hashable
|
467
467
|
|
@@ -989,71 +989,6 @@ module Google
|
|
989
989
|
end
|
990
990
|
end
|
991
991
|
|
992
|
-
# Response containing a summary printing report for each printer from the
|
993
|
-
# specified organizational unit for the requested time interval.
|
994
|
-
class GoogleChromeManagementV1CountPrintJobsByPrinterResponse
|
995
|
-
include Google::Apis::Core::Hashable
|
996
|
-
|
997
|
-
# Pagination token for requesting the next page.
|
998
|
-
# Corresponds to the JSON property `nextPageToken`
|
999
|
-
# @return [String]
|
1000
|
-
attr_accessor :next_page_token
|
1001
|
-
|
1002
|
-
# List of PrinterReports matching request.
|
1003
|
-
# Corresponds to the JSON property `printerReports`
|
1004
|
-
# @return [Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1PrinterReport>]
|
1005
|
-
attr_accessor :printer_reports
|
1006
|
-
|
1007
|
-
# Total number of printers matching request.
|
1008
|
-
# Corresponds to the JSON property `totalSize`
|
1009
|
-
# @return [Fixnum]
|
1010
|
-
attr_accessor :total_size
|
1011
|
-
|
1012
|
-
def initialize(**args)
|
1013
|
-
update!(**args)
|
1014
|
-
end
|
1015
|
-
|
1016
|
-
# Update properties of this object
|
1017
|
-
def update!(**args)
|
1018
|
-
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
1019
|
-
@printer_reports = args[:printer_reports] if args.key?(:printer_reports)
|
1020
|
-
@total_size = args[:total_size] if args.key?(:total_size)
|
1021
|
-
end
|
1022
|
-
end
|
1023
|
-
|
1024
|
-
# Response containing a summary printing report for each user that has initiated
|
1025
|
-
# a print job with a printer from the specified organizational unit during the
|
1026
|
-
# requested time interval.
|
1027
|
-
class GoogleChromeManagementV1CountPrintJobsByUserResponse
|
1028
|
-
include Google::Apis::Core::Hashable
|
1029
|
-
|
1030
|
-
# Pagination token for requesting the next page.
|
1031
|
-
# Corresponds to the JSON property `nextPageToken`
|
1032
|
-
# @return [String]
|
1033
|
-
attr_accessor :next_page_token
|
1034
|
-
|
1035
|
-
# Total number of users matching request.
|
1036
|
-
# Corresponds to the JSON property `totalSize`
|
1037
|
-
# @return [Fixnum]
|
1038
|
-
attr_accessor :total_size
|
1039
|
-
|
1040
|
-
# List of UserPrintReports matching request.
|
1041
|
-
# Corresponds to the JSON property `userPrintReports`
|
1042
|
-
# @return [Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1UserPrintReport>]
|
1043
|
-
attr_accessor :user_print_reports
|
1044
|
-
|
1045
|
-
def initialize(**args)
|
1046
|
-
update!(**args)
|
1047
|
-
end
|
1048
|
-
|
1049
|
-
# Update properties of this object
|
1050
|
-
def update!(**args)
|
1051
|
-
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
1052
|
-
@total_size = args[:total_size] if args.key?(:total_size)
|
1053
|
-
@user_print_reports = args[:user_print_reports] if args.key?(:user_print_reports)
|
1054
|
-
end
|
1055
|
-
end
|
1056
|
-
|
1057
992
|
# CPU specifications for the device * This field provides device information,
|
1058
993
|
# which is static and will not change over time. * Data for this field is
|
1059
994
|
# controlled via policy: [ReportDeviceCpuInfo](https://chromeenterprise.google/
|
@@ -1061,7 +996,7 @@ module Google
|
|
1061
996
|
# Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If
|
1062
997
|
# the device is offline, the collected data is stored locally, and will be
|
1063
998
|
# reported when the device is next online: No * Reported for affiliated users
|
1064
|
-
# only: N/A
|
999
|
+
# only: N/A * Granular permission needed: TELEMETRY_API_CPU_INFO
|
1065
1000
|
class GoogleChromeManagementV1CpuInfo
|
1066
1001
|
include Google::Apis::Core::Hashable
|
1067
1002
|
|
@@ -1122,7 +1057,8 @@ module Google
|
|
1122
1057
|
# Frequency: Every 10 minutes * Default Data Reporting Frequency: 3 hours -
|
1123
1058
|
# Policy Controlled: Yes * Cache: If the device is offline, the collected data
|
1124
1059
|
# is stored locally, and will be reported when the device is next online: No *
|
1125
|
-
# Reported for affiliated users only: N/A
|
1060
|
+
# Reported for affiliated users only: N/A * Granular permission needed:
|
1061
|
+
# TELEMETRY_API_CPU_REPORT
|
1126
1062
|
class GoogleChromeManagementV1CpuStatusReport
|
1127
1063
|
include Google::Apis::Core::Hashable
|
1128
1064
|
|
@@ -1561,7 +1497,8 @@ module Google
|
|
1561
1497
|
# Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3
|
1562
1498
|
# hours - Policy Controlled: Yes * Cache: If the device is offline, the
|
1563
1499
|
# collected data is stored locally, and will be reported when the device is next
|
1564
|
-
# online: No * Reported for affiliated users only: N/A
|
1500
|
+
# online: No * Reported for affiliated users only: N/A * Granular permission
|
1501
|
+
# needed: TELEMETRY_API_GRAPHICS_INFO
|
1565
1502
|
class GoogleChromeManagementV1GraphicsInfo
|
1566
1503
|
include Google::Apis::Core::Hashable
|
1567
1504
|
|
@@ -1606,7 +1543,8 @@ module Google
|
|
1606
1543
|
# Frequency: 3 hours. * Default Data Reporting Frequency: 3 hours - Policy
|
1607
1544
|
# Controlled: Yes * Cache: If the device is offline, the collected data is
|
1608
1545
|
# stored locally, and will be reported when the device is next online: No *
|
1609
|
-
# Reported for affiliated users only: N/A
|
1546
|
+
# Reported for affiliated users only: N/A * Granular permission needed:
|
1547
|
+
# TELEMETRY_API_GRAPHICS_REPORT
|
1610
1548
|
class GoogleChromeManagementV1GraphicsStatusReport
|
1611
1549
|
include Google::Apis::Core::Hashable
|
1612
1550
|
|
@@ -1826,7 +1764,8 @@ module Google
|
|
1826
1764
|
# totalMemoryEncryption` - at device startup - Policy Controlled: Yes * Cache:
|
1827
1765
|
# If the device is offline, the collected data is stored locally, and will be
|
1828
1766
|
# reported when the device is next online: only for `totalMemoryEncryption` *
|
1829
|
-
# Reported for affiliated users only: N/A
|
1767
|
+
# Reported for affiliated users only: N/A * Granular permission needed:
|
1768
|
+
# TELEMETRY_API_MEMORY_INFO
|
1830
1769
|
class GoogleChromeManagementV1MemoryInfo
|
1831
1770
|
include Google::Apis::Core::Hashable
|
1832
1771
|
|
@@ -1872,7 +1811,7 @@ module Google
|
|
1872
1811
|
# Default Data Reporting Frequency: Every 3 hours - Policy Controlled: Yes *
|
1873
1812
|
# Cache: If the device is offline, the collected data is stored locally, and
|
1874
1813
|
# will be reported when the device is next online: No * Reported for affiliated
|
1875
|
-
# users only: N/A
|
1814
|
+
# users only: N/A * Granular permission needed: TELEMETRY_API_MEMORY_REPORT
|
1876
1815
|
class GoogleChromeManagementV1MemoryStatusReport
|
1877
1816
|
include Google::Apis::Core::Hashable
|
1878
1817
|
|
@@ -1969,7 +1908,8 @@ module Google
|
|
1969
1908
|
end
|
1970
1909
|
|
1971
1910
|
# Network testing results to determine the health of the device's network
|
1972
|
-
# connection, for example whether the HTTPS latency is high or normal.
|
1911
|
+
# connection, for example whether the HTTPS latency is high or normal. *
|
1912
|
+
# Granular permission needed: TELEMETRY_API_NETWORK_REPORT
|
1973
1913
|
class GoogleChromeManagementV1NetworkDiagnosticsReport
|
1974
1914
|
include Google::Apis::Core::Hashable
|
1975
1915
|
|
@@ -2002,7 +1942,8 @@ module Google
|
|
2002
1942
|
# device startup * Default Data Reporting Frequency: At device startup - Policy
|
2003
1943
|
# Controlled: Yes * Cache: If the device is offline, the collected data is
|
2004
1944
|
# stored locally, and will be reported when the device is next online: Yes *
|
2005
|
-
# Reported for affiliated users only: N/A
|
1945
|
+
# Reported for affiliated users only: N/A * Granular permission needed:
|
1946
|
+
# TELEMETRY_API_NETWORK_INFO
|
2006
1947
|
class GoogleChromeManagementV1NetworkInfo
|
2007
1948
|
include Google::Apis::Core::Hashable
|
2008
1949
|
|
@@ -2028,7 +1969,7 @@ module Google
|
|
2028
1969
|
# Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache:
|
2029
1970
|
# If the device is offline, the collected data is stored locally, and will be
|
2030
1971
|
# reported when the device is next online: Yes * Reported for affiliated users
|
2031
|
-
# only: Yes
|
1972
|
+
# only: Yes * Granular permission needed: TELEMETRY_API_NETWORK_REPORT
|
2032
1973
|
class GoogleChromeManagementV1NetworkStatusReport
|
2033
1974
|
include Google::Apis::Core::Hashable
|
2034
1975
|
|
@@ -2135,7 +2076,8 @@ module Google
|
|
2135
2076
|
# Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3
|
2136
2077
|
# hours - Policy Controlled: Yes * Cache: If the device is offline, the
|
2137
2078
|
# collected data is stored locally, and will be reported when the device is next
|
2138
|
-
# online: No * Reported for affiliated users only: N/A
|
2079
|
+
# online: No * Reported for affiliated users only: N/A * Granular permission
|
2080
|
+
# needed: TELEMETRY_API_OS_REPORT
|
2139
2081
|
class GoogleChromeManagementV1OsUpdateStatus
|
2140
2082
|
include Google::Apis::Core::Hashable
|
2141
2083
|
|
@@ -2188,7 +2130,8 @@ module Google
|
|
2188
2130
|
end
|
2189
2131
|
end
|
2190
2132
|
|
2191
|
-
# Peripherals report.
|
2133
|
+
# Peripherals report. * Granular permission needed:
|
2134
|
+
# TELEMETRY_API_PERIPHERALS_REPORT
|
2192
2135
|
class GoogleChromeManagementV1PeripheralsReport
|
2193
2136
|
include Google::Apis::Core::Hashable
|
2194
2137
|
|
@@ -2213,59 +2156,6 @@ module Google
|
|
2213
2156
|
end
|
2214
2157
|
end
|
2215
2158
|
|
2216
|
-
# Report for CountPrintJobsByPrinter, contains statistics on printer usage.
|
2217
|
-
# Contains the total number of print jobs initiated with this printer, the
|
2218
|
-
# number of users and the number of devices that have initiated at least one
|
2219
|
-
# print job with this printer.
|
2220
|
-
class GoogleChromeManagementV1PrinterReport
|
2221
|
-
include Google::Apis::Core::Hashable
|
2222
|
-
|
2223
|
-
# Number of chrome devices that have been used to send print jobs to the
|
2224
|
-
# specified printer.
|
2225
|
-
# Corresponds to the JSON property `deviceCount`
|
2226
|
-
# @return [Fixnum]
|
2227
|
-
attr_accessor :device_count
|
2228
|
-
|
2229
|
-
# Number of print jobs sent to the printer.
|
2230
|
-
# Corresponds to the JSON property `jobCount`
|
2231
|
-
# @return [Fixnum]
|
2232
|
-
attr_accessor :job_count
|
2233
|
-
|
2234
|
-
# Printer name.
|
2235
|
-
# Corresponds to the JSON property `printer`
|
2236
|
-
# @return [String]
|
2237
|
-
attr_accessor :printer
|
2238
|
-
|
2239
|
-
# Printer API ID.
|
2240
|
-
# Corresponds to the JSON property `printerId`
|
2241
|
-
# @return [String]
|
2242
|
-
attr_accessor :printer_id
|
2243
|
-
|
2244
|
-
# Printer model.
|
2245
|
-
# Corresponds to the JSON property `printerModel`
|
2246
|
-
# @return [String]
|
2247
|
-
attr_accessor :printer_model
|
2248
|
-
|
2249
|
-
# Number of users that have sent print jobs to the printer.
|
2250
|
-
# Corresponds to the JSON property `userCount`
|
2251
|
-
# @return [Fixnum]
|
2252
|
-
attr_accessor :user_count
|
2253
|
-
|
2254
|
-
def initialize(**args)
|
2255
|
-
update!(**args)
|
2256
|
-
end
|
2257
|
-
|
2258
|
-
# Update properties of this object
|
2259
|
-
def update!(**args)
|
2260
|
-
@device_count = args[:device_count] if args.key?(:device_count)
|
2261
|
-
@job_count = args[:job_count] if args.key?(:job_count)
|
2262
|
-
@printer = args[:printer] if args.key?(:printer)
|
2263
|
-
@printer_id = args[:printer_id] if args.key?(:printer_id)
|
2264
|
-
@printer_model = args[:printer_model] if args.key?(:printer_model)
|
2265
|
-
@user_count = args[:user_count] if args.key?(:user_count)
|
2266
|
-
end
|
2267
|
-
end
|
2268
|
-
|
2269
2159
|
# Status data for storage. * This field is telemetry information and this will
|
2270
2160
|
# change over time as the device is utilized. * Data for this field is
|
2271
2161
|
# controlled via policy: [ReportDeviceStorageStatus](https://chromeenterprise.
|
@@ -2273,7 +2163,7 @@ module Google
|
|
2273
2163
|
# at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes
|
2274
2164
|
# * Cache: If the device is offline, the collected data is stored locally, and
|
2275
2165
|
# will be reported when the device is next online: No * Reported for affiliated
|
2276
|
-
# users only: N/A
|
2166
|
+
# users only: N/A * Granular permission needed: TELEMETRY_API_STORAGE_INFO
|
2277
2167
|
class GoogleChromeManagementV1StorageInfo
|
2278
2168
|
include Google::Apis::Core::Hashable
|
2279
2169
|
|
@@ -2342,7 +2232,7 @@ module Google
|
|
2342
2232
|
# at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes
|
2343
2233
|
# * Cache: If the device is offline, the collected data is stored locally, and
|
2344
2234
|
# will be reported when the device is next online: No * Reported for affiliated
|
2345
|
-
# users only: N/A
|
2235
|
+
# users only: N/A * Granular permission needed: TELEMETRY_API_STORAGE_REPORT
|
2346
2236
|
class GoogleChromeManagementV1StorageStatusReport
|
2347
2237
|
include Google::Apis::Core::Hashable
|
2348
2238
|
|
@@ -2368,7 +2258,8 @@ module Google
|
|
2368
2258
|
end
|
2369
2259
|
|
2370
2260
|
# `TelemetryAudioSevereUnderrunEvent` is triggered when a audio devices run out
|
2371
|
-
# of buffer data for more than 5 seconds.
|
2261
|
+
# of buffer data for more than 5 seconds. * Granular permission needed:
|
2262
|
+
# TELEMETRY_API_AUDIO_REPORT
|
2372
2263
|
class GoogleChromeManagementV1TelemetryAudioSevereUnderrunEvent
|
2373
2264
|
include Google::Apis::Core::Hashable
|
2374
2265
|
|
@@ -2381,7 +2272,8 @@ module Google
|
|
2381
2272
|
end
|
2382
2273
|
end
|
2383
2274
|
|
2384
|
-
# Telemetry data collected from a managed device.
|
2275
|
+
# Telemetry data collected from a managed device. * Granular permission needed:
|
2276
|
+
# TELEMETRY_API_DEVICE
|
2385
2277
|
class GoogleChromeManagementV1TelemetryDevice
|
2386
2278
|
include Google::Apis::Core::Hashable
|
2387
2279
|
|
@@ -2435,7 +2327,8 @@ module Google
|
|
2435
2327
|
# Collection Frequency: Only at Upload * Default Data Reporting Frequency: 3
|
2436
2328
|
# hours - Policy Controlled: Yes * Cache: If the device is offline, the
|
2437
2329
|
# collected data is stored locally, and will be reported when the device is next
|
2438
|
-
# online: No * Reported for affiliated users only: N/A
|
2330
|
+
# online: No * Reported for affiliated users only: N/A * Granular permission
|
2331
|
+
# needed: TELEMETRY_API_GRAPHICS_INFO
|
2439
2332
|
# Corresponds to the JSON property `graphicsInfo`
|
2440
2333
|
# @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1GraphicsInfo]
|
2441
2334
|
attr_accessor :graphics_info
|
@@ -2456,7 +2349,8 @@ module Google
|
|
2456
2349
|
# totalMemoryEncryption` - at device startup - Policy Controlled: Yes * Cache:
|
2457
2350
|
# If the device is offline, the collected data is stored locally, and will be
|
2458
2351
|
# reported when the device is next online: only for `totalMemoryEncryption` *
|
2459
|
-
# Reported for affiliated users only: N/A
|
2352
|
+
# Reported for affiliated users only: N/A * Granular permission needed:
|
2353
|
+
# TELEMETRY_API_MEMORY_INFO
|
2460
2354
|
# Corresponds to the JSON property `memoryInfo`
|
2461
2355
|
# @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1MemoryInfo]
|
2462
2356
|
attr_accessor :memory_info
|
@@ -2484,7 +2378,8 @@ module Google
|
|
2484
2378
|
# device startup * Default Data Reporting Frequency: At device startup - Policy
|
2485
2379
|
# Controlled: Yes * Cache: If the device is offline, the collected data is
|
2486
2380
|
# stored locally, and will be reported when the device is next online: Yes *
|
2487
|
-
# Reported for affiliated users only: N/A
|
2381
|
+
# Reported for affiliated users only: N/A * Granular permission needed:
|
2382
|
+
# TELEMETRY_API_NETWORK_INFO
|
2488
2383
|
# Corresponds to the JSON property `networkInfo`
|
2489
2384
|
# @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1NetworkInfo]
|
2490
2385
|
attr_accessor :network_info
|
@@ -2523,7 +2418,7 @@ module Google
|
|
2523
2418
|
# at Upload * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes
|
2524
2419
|
# * Cache: If the device is offline, the collected data is stored locally, and
|
2525
2420
|
# will be reported when the device is next online: No * Reported for affiliated
|
2526
|
-
# users only: N/A
|
2421
|
+
# users only: N/A * Granular permission needed: TELEMETRY_API_STORAGE_INFO
|
2527
2422
|
# Corresponds to the JSON property `storageInfo`
|
2528
2423
|
# @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1StorageInfo]
|
2529
2424
|
attr_accessor :storage_info
|
@@ -2570,7 +2465,8 @@ module Google
|
|
2570
2465
|
end
|
2571
2466
|
end
|
2572
2467
|
|
2573
|
-
# Information about a device associated with telemetry data.
|
2468
|
+
# Information about a device associated with telemetry data. * Granular
|
2469
|
+
# Permission needed: TELEMETRY_API_DEVICE
|
2574
2470
|
class GoogleChromeManagementV1TelemetryDeviceInfo
|
2575
2471
|
include Google::Apis::Core::Hashable
|
2576
2472
|
|
@@ -2601,12 +2497,14 @@ module Google
|
|
2601
2497
|
include Google::Apis::Core::Hashable
|
2602
2498
|
|
2603
2499
|
# `TelemetryAudioSevereUnderrunEvent` is triggered when a audio devices run out
|
2604
|
-
# of buffer data for more than 5 seconds.
|
2500
|
+
# of buffer data for more than 5 seconds. * Granular permission needed:
|
2501
|
+
# TELEMETRY_API_AUDIO_REPORT
|
2605
2502
|
# Corresponds to the JSON property `audioSevereUnderrunEvent`
|
2606
2503
|
# @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryAudioSevereUnderrunEvent]
|
2607
2504
|
attr_accessor :audio_severe_underrun_event
|
2608
2505
|
|
2609
|
-
# Information about a device associated with telemetry data.
|
2506
|
+
# Information about a device associated with telemetry data. * Granular
|
2507
|
+
# Permission needed: TELEMETRY_API_DEVICE
|
2610
2508
|
# Corresponds to the JSON property `device`
|
2611
2509
|
# @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryDeviceInfo]
|
2612
2510
|
attr_accessor :device
|
@@ -2618,7 +2516,8 @@ module Google
|
|
2618
2516
|
|
2619
2517
|
# Https latency routine is run periodically and `
|
2620
2518
|
# TelemetryHttpsLatencyChangeEvent` is triggered if a latency problem was
|
2621
|
-
# detected or if the device has recovered from a latency problem
|
2519
|
+
# detected or if the device has recovered from a latency problem. * Granular
|
2520
|
+
# permission needed: TELEMETRY_API_NETWORK_REPORT
|
2622
2521
|
# Corresponds to the JSON property `httpsLatencyChangeEvent`
|
2623
2522
|
# @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent]
|
2624
2523
|
attr_accessor :https_latency_change_event
|
@@ -2634,12 +2533,13 @@ module Google
|
|
2634
2533
|
attr_accessor :report_time
|
2635
2534
|
|
2636
2535
|
# `TelemetryUsbPeripheralsEvent` is triggered USB devices are either added or
|
2637
|
-
# removed.
|
2536
|
+
# removed. * Granular permission needed: TELEMETRY_API_PERIPHERALS_REPORT
|
2638
2537
|
# Corresponds to the JSON property `usbPeripheralsEvent`
|
2639
2538
|
# @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryUsbPeripheralsEvent]
|
2640
2539
|
attr_accessor :usb_peripherals_event
|
2641
2540
|
|
2642
|
-
# Information about a user associated with telemetry data.
|
2541
|
+
# Information about a user associated with telemetry data. * Granular permission
|
2542
|
+
# needed: TELEMETRY_API_USER
|
2643
2543
|
# Corresponds to the JSON property `user`
|
2644
2544
|
# @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1TelemetryUserInfo]
|
2645
2545
|
attr_accessor :user
|
@@ -2663,7 +2563,8 @@ module Google
|
|
2663
2563
|
|
2664
2564
|
# Https latency routine is run periodically and `
|
2665
2565
|
# TelemetryHttpsLatencyChangeEvent` is triggered if a latency problem was
|
2666
|
-
# detected or if the device has recovered from a latency problem
|
2566
|
+
# detected or if the device has recovered from a latency problem. * Granular
|
2567
|
+
# permission needed: TELEMETRY_API_NETWORK_REPORT
|
2667
2568
|
class GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent
|
2668
2569
|
include Google::Apis::Core::Hashable
|
2669
2570
|
|
@@ -2690,7 +2591,7 @@ module Google
|
|
2690
2591
|
end
|
2691
2592
|
|
2692
2593
|
# `TelemetryUsbPeripheralsEvent` is triggered USB devices are either added or
|
2693
|
-
# removed.
|
2594
|
+
# removed. * Granular permission needed: TELEMETRY_API_PERIPHERALS_REPORT
|
2694
2595
|
class GoogleChromeManagementV1TelemetryUsbPeripheralsEvent
|
2695
2596
|
include Google::Apis::Core::Hashable
|
2696
2597
|
|
@@ -2709,7 +2610,8 @@ module Google
|
|
2709
2610
|
end
|
2710
2611
|
end
|
2711
2612
|
|
2712
|
-
# Telemetry data collected from a managed user.
|
2613
|
+
# Telemetry data collected from a managed user. * Granular permission needed:
|
2614
|
+
# TELEMETRY_API_USER
|
2713
2615
|
class GoogleChromeManagementV1TelemetryUser
|
2714
2616
|
include Google::Apis::Core::Hashable
|
2715
2617
|
|
@@ -2758,7 +2660,8 @@ module Google
|
|
2758
2660
|
end
|
2759
2661
|
end
|
2760
2662
|
|
2761
|
-
# Telemetry data collected for a managed user and device.
|
2663
|
+
# Telemetry data collected for a managed user and device. * Granular permission
|
2664
|
+
# needed: TELEMETRY_API_DEVICE
|
2762
2665
|
class GoogleChromeManagementV1TelemetryUserDevice
|
2763
2666
|
include Google::Apis::Core::Hashable
|
2764
2667
|
|
@@ -2792,7 +2695,8 @@ module Google
|
|
2792
2695
|
end
|
2793
2696
|
end
|
2794
2697
|
|
2795
|
-
# Information about a user associated with telemetry data.
|
2698
|
+
# Information about a user associated with telemetry data. * Granular permission
|
2699
|
+
# needed: TELEMETRY_API_USER
|
2796
2700
|
class GoogleChromeManagementV1TelemetryUserInfo
|
2797
2701
|
include Google::Apis::Core::Hashable
|
2798
2702
|
|
@@ -2824,7 +2728,7 @@ module Google
|
|
2824
2728
|
# Default Data Reporting Frequency: At device startup - Policy Controlled: No *
|
2825
2729
|
# Cache: If the device is offline, the collected data is stored locally, and
|
2826
2730
|
# will be reported when the device is next online: Yes * Reported for affiliated
|
2827
|
-
# users only: N/A
|
2731
|
+
# users only: N/A * Granular permission needed: TELEMETRY_API_BUS_DEVICE_INFO
|
2828
2732
|
class GoogleChromeManagementV1ThunderboltInfo
|
2829
2733
|
include Google::Apis::Core::Hashable
|
2830
2734
|
|
@@ -3006,52 +2910,6 @@ module Google
|
|
3006
2910
|
end
|
3007
2911
|
end
|
3008
2912
|
|
3009
|
-
# Report for CountPrintJobsByUser, contains printing statistics for a user.
|
3010
|
-
# Contains the number of printers, the number of devices used to initiate print
|
3011
|
-
# jobs, and the number of print jobs initiated.
|
3012
|
-
class GoogleChromeManagementV1UserPrintReport
|
3013
|
-
include Google::Apis::Core::Hashable
|
3014
|
-
|
3015
|
-
# Number of chrome devices that have been used to initiate print jobs by the
|
3016
|
-
# user.
|
3017
|
-
# Corresponds to the JSON property `deviceCount`
|
3018
|
-
# @return [Fixnum]
|
3019
|
-
attr_accessor :device_count
|
3020
|
-
|
3021
|
-
# Number of print jobs initiated by the user.
|
3022
|
-
# Corresponds to the JSON property `jobCount`
|
3023
|
-
# @return [Fixnum]
|
3024
|
-
attr_accessor :job_count
|
3025
|
-
|
3026
|
-
# Number of printers used by the user.
|
3027
|
-
# Corresponds to the JSON property `printerCount`
|
3028
|
-
# @return [Fixnum]
|
3029
|
-
attr_accessor :printer_count
|
3030
|
-
|
3031
|
-
# The primary e-mail address of the user.
|
3032
|
-
# Corresponds to the JSON property `userEmail`
|
3033
|
-
# @return [String]
|
3034
|
-
attr_accessor :user_email
|
3035
|
-
|
3036
|
-
# The unique Directory API ID of the user.
|
3037
|
-
# Corresponds to the JSON property `userId`
|
3038
|
-
# @return [String]
|
3039
|
-
attr_accessor :user_id
|
3040
|
-
|
3041
|
-
def initialize(**args)
|
3042
|
-
update!(**args)
|
3043
|
-
end
|
3044
|
-
|
3045
|
-
# Update properties of this object
|
3046
|
-
def update!(**args)
|
3047
|
-
@device_count = args[:device_count] if args.key?(:device_count)
|
3048
|
-
@job_count = args[:job_count] if args.key?(:job_count)
|
3049
|
-
@printer_count = args[:printer_count] if args.key?(:printer_count)
|
3050
|
-
@user_email = args[:user_email] if args.key?(:user_email)
|
3051
|
-
@user_id = args[:user_id] if args.key?(:user_id)
|
3052
|
-
end
|
3053
|
-
end
|
3054
|
-
|
3055
2913
|
# The `Status` type defines a logical error model that is suitable for different
|
3056
2914
|
# programming environments, including REST APIs and RPC APIs. It is used by [
|
3057
2915
|
# gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
|
@@ -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.39.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230504"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -142,18 +142,6 @@ module Google
|
|
142
142
|
include Google::Apis::Core::JsonObjectSupport
|
143
143
|
end
|
144
144
|
|
145
|
-
class GoogleChromeManagementV1CountPrintJobsByPrinterResponse
|
146
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
-
|
148
|
-
include Google::Apis::Core::JsonObjectSupport
|
149
|
-
end
|
150
|
-
|
151
|
-
class GoogleChromeManagementV1CountPrintJobsByUserResponse
|
152
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
-
|
154
|
-
include Google::Apis::Core::JsonObjectSupport
|
155
|
-
end
|
156
|
-
|
157
145
|
class GoogleChromeManagementV1CpuInfo
|
158
146
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
147
|
|
@@ -310,12 +298,6 @@ module Google
|
|
310
298
|
include Google::Apis::Core::JsonObjectSupport
|
311
299
|
end
|
312
300
|
|
313
|
-
class GoogleChromeManagementV1PrinterReport
|
314
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
-
|
316
|
-
include Google::Apis::Core::JsonObjectSupport
|
317
|
-
end
|
318
|
-
|
319
301
|
class GoogleChromeManagementV1StorageInfo
|
320
302
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
303
|
|
@@ -418,12 +400,6 @@ module Google
|
|
418
400
|
include Google::Apis::Core::JsonObjectSupport
|
419
401
|
end
|
420
402
|
|
421
|
-
class GoogleChromeManagementV1UserPrintReport
|
422
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
-
|
424
|
-
include Google::Apis::Core::JsonObjectSupport
|
425
|
-
end
|
426
|
-
|
427
403
|
class GoogleRpcStatus
|
428
404
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
405
|
|
@@ -675,26 +651,6 @@ module Google
|
|
675
651
|
end
|
676
652
|
end
|
677
653
|
|
678
|
-
class GoogleChromeManagementV1CountPrintJobsByPrinterResponse
|
679
|
-
# @private
|
680
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
681
|
-
property :next_page_token, as: 'nextPageToken'
|
682
|
-
collection :printer_reports, as: 'printerReports', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1PrinterReport, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1PrinterReport::Representation
|
683
|
-
|
684
|
-
property :total_size, :numeric_string => true, as: 'totalSize'
|
685
|
-
end
|
686
|
-
end
|
687
|
-
|
688
|
-
class GoogleChromeManagementV1CountPrintJobsByUserResponse
|
689
|
-
# @private
|
690
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
691
|
-
property :next_page_token, as: 'nextPageToken'
|
692
|
-
property :total_size, :numeric_string => true, as: 'totalSize'
|
693
|
-
collection :user_print_reports, as: 'userPrintReports', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1UserPrintReport, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1UserPrintReport::Representation
|
694
|
-
|
695
|
-
end
|
696
|
-
end
|
697
|
-
|
698
654
|
class GoogleChromeManagementV1CpuInfo
|
699
655
|
# @private
|
700
656
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -979,18 +935,6 @@ module Google
|
|
979
935
|
end
|
980
936
|
end
|
981
937
|
|
982
|
-
class GoogleChromeManagementV1PrinterReport
|
983
|
-
# @private
|
984
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
985
|
-
property :device_count, :numeric_string => true, as: 'deviceCount'
|
986
|
-
property :job_count, :numeric_string => true, as: 'jobCount'
|
987
|
-
property :printer, as: 'printer'
|
988
|
-
property :printer_id, as: 'printerId'
|
989
|
-
property :printer_model, as: 'printerModel'
|
990
|
-
property :user_count, :numeric_string => true, as: 'userCount'
|
991
|
-
end
|
992
|
-
end
|
993
|
-
|
994
938
|
class GoogleChromeManagementV1StorageInfo
|
995
939
|
# @private
|
996
940
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1197,17 +1141,6 @@ module Google
|
|
1197
1141
|
end
|
1198
1142
|
end
|
1199
1143
|
|
1200
|
-
class GoogleChromeManagementV1UserPrintReport
|
1201
|
-
# @private
|
1202
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1203
|
-
property :device_count, :numeric_string => true, as: 'deviceCount'
|
1204
|
-
property :job_count, :numeric_string => true, as: 'jobCount'
|
1205
|
-
property :printer_count, :numeric_string => true, as: 'printerCount'
|
1206
|
-
property :user_email, as: 'userEmail'
|
1207
|
-
property :user_id, as: 'userId'
|
1208
|
-
end
|
1209
|
-
end
|
1210
|
-
|
1211
1144
|
class GoogleRpcStatus
|
1212
1145
|
# @private
|
1213
1146
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -454,110 +454,6 @@ module Google
|
|
454
454
|
execute_or_queue_command(command, &block)
|
455
455
|
end
|
456
456
|
|
457
|
-
# Get a summary of printing done by each printer.
|
458
|
-
# @param [String] customer
|
459
|
-
# Required. Customer ID prefixed with "customers/" or "customers/my_customer" to
|
460
|
-
# use the customer associated to the account making the request.
|
461
|
-
# @param [String] filter
|
462
|
-
# Query string to filter results, AND-separated fields in EBNF syntax. Note: OR
|
463
|
-
# operations are not supported in this filter. Note: Only >= and <= comparators
|
464
|
-
# are supported in this filter. Supported filter fields: * complete_time
|
465
|
-
# @param [String] order_by
|
466
|
-
# Field used to order results. If omitted, results will be ordered in ascending
|
467
|
-
# order of the 'printer' field. Supported order_by fields: * printer * job_count
|
468
|
-
# * device_count * user_count
|
469
|
-
# @param [Fixnum] page_size
|
470
|
-
# Maximum number of results to return. Maximum and default are 100.
|
471
|
-
# @param [String] page_token
|
472
|
-
# Token to specify the page of the response to be returned.
|
473
|
-
# @param [String] printer_org_unit_id
|
474
|
-
# The ID of the organizational unit for printers. If specified, only data for
|
475
|
-
# printers from the specified organizational unit will be returned. If omitted,
|
476
|
-
# data for printers from all organizational units will be returned.
|
477
|
-
# @param [String] fields
|
478
|
-
# Selector specifying which fields to include in a partial response.
|
479
|
-
# @param [String] quota_user
|
480
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
481
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
482
|
-
# @param [Google::Apis::RequestOptions] options
|
483
|
-
# Request-specific options
|
484
|
-
#
|
485
|
-
# @yield [result, err] Result & error if block supplied
|
486
|
-
# @yieldparam result [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CountPrintJobsByPrinterResponse] parsed result object
|
487
|
-
# @yieldparam err [StandardError] error object if request failed
|
488
|
-
#
|
489
|
-
# @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CountPrintJobsByPrinterResponse]
|
490
|
-
#
|
491
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
492
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
493
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
494
|
-
def count_customer_report_print_jobs_by_printer(customer, filter: nil, order_by: nil, page_size: nil, page_token: nil, printer_org_unit_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
495
|
-
command = make_simple_command(:get, 'v1/{+customer}/reports:countPrintJobsByPrinter', options)
|
496
|
-
command.response_representation = Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CountPrintJobsByPrinterResponse::Representation
|
497
|
-
command.response_class = Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CountPrintJobsByPrinterResponse
|
498
|
-
command.params['customer'] = customer unless customer.nil?
|
499
|
-
command.query['filter'] = filter unless filter.nil?
|
500
|
-
command.query['orderBy'] = order_by unless order_by.nil?
|
501
|
-
command.query['pageSize'] = page_size unless page_size.nil?
|
502
|
-
command.query['pageToken'] = page_token unless page_token.nil?
|
503
|
-
command.query['printerOrgUnitId'] = printer_org_unit_id unless printer_org_unit_id.nil?
|
504
|
-
command.query['fields'] = fields unless fields.nil?
|
505
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
506
|
-
execute_or_queue_command(command, &block)
|
507
|
-
end
|
508
|
-
|
509
|
-
# Get a summary of printing done by each user.
|
510
|
-
# @param [String] customer
|
511
|
-
# Required. Customer ID prefixed with "customers/" or "customers/my_customer" to
|
512
|
-
# use the customer associated to the account making the request.
|
513
|
-
# @param [String] filter
|
514
|
-
# Query string to filter results, AND-separated fields in EBNF syntax. Note: OR
|
515
|
-
# operations are not supported in this filter. Note: Only >= and <= comparators
|
516
|
-
# are supported in this filter. Supported filter fields: * complete_time
|
517
|
-
# @param [String] order_by
|
518
|
-
# Field used to order results. If omitted, results will be ordered in ascending
|
519
|
-
# order of the 'user_email' field. Supported order_by fields: * user_email *
|
520
|
-
# job_count * printer_count * device_count
|
521
|
-
# @param [Fixnum] page_size
|
522
|
-
# Maximum number of results to return. Maximum and default are 100.
|
523
|
-
# @param [String] page_token
|
524
|
-
# Token to specify the page of the response to be returned.
|
525
|
-
# @param [String] printer_org_unit_id
|
526
|
-
# The ID of the organizational unit for printers. If specified, only print jobs
|
527
|
-
# initiated with printers from the specified organizational unit will be counted.
|
528
|
-
# If omitted, all print jobs will be counted.
|
529
|
-
# @param [String] fields
|
530
|
-
# Selector specifying which fields to include in a partial response.
|
531
|
-
# @param [String] quota_user
|
532
|
-
# Available to use for quota purposes for server-side applications. Can be any
|
533
|
-
# arbitrary string assigned to a user, but should not exceed 40 characters.
|
534
|
-
# @param [Google::Apis::RequestOptions] options
|
535
|
-
# Request-specific options
|
536
|
-
#
|
537
|
-
# @yield [result, err] Result & error if block supplied
|
538
|
-
# @yieldparam result [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CountPrintJobsByUserResponse] parsed result object
|
539
|
-
# @yieldparam err [StandardError] error object if request failed
|
540
|
-
#
|
541
|
-
# @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CountPrintJobsByUserResponse]
|
542
|
-
#
|
543
|
-
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
544
|
-
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
545
|
-
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
546
|
-
def count_customer_report_print_jobs_by_user(customer, filter: nil, order_by: nil, page_size: nil, page_token: nil, printer_org_unit_id: nil, fields: nil, quota_user: nil, options: nil, &block)
|
547
|
-
command = make_simple_command(:get, 'v1/{+customer}/reports:countPrintJobsByUser', options)
|
548
|
-
command.response_representation = Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CountPrintJobsByUserResponse::Representation
|
549
|
-
command.response_class = Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CountPrintJobsByUserResponse
|
550
|
-
command.params['customer'] = customer unless customer.nil?
|
551
|
-
command.query['filter'] = filter unless filter.nil?
|
552
|
-
command.query['orderBy'] = order_by unless order_by.nil?
|
553
|
-
command.query['pageSize'] = page_size unless page_size.nil?
|
554
|
-
command.query['pageToken'] = page_token unless page_token.nil?
|
555
|
-
command.query['printerOrgUnitId'] = printer_org_unit_id unless printer_org_unit_id.nil?
|
556
|
-
command.query['fields'] = fields unless fields.nil?
|
557
|
-
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
558
|
-
execute_or_queue_command(command, &block)
|
559
|
-
end
|
560
|
-
|
561
457
|
# Generate report of managed Chrome browser devices that have a specified app
|
562
458
|
# installed.
|
563
459
|
# @param [String] customer
|
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.39.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: 2023-
|
11
|
+
date: 2023-05-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -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.39.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: []
|