google-apis-chromemanagement_v1 0.45.0 → 0.46.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7c60c801e0cb29ec5be5cb109019fa93aee4757e6e235b30e27d52fbe3a22535
|
4
|
+
data.tar.gz: fbb456a2b5c3a479f5fc833a8974d46dae772d3c12f5cfda4473ea129a0669b4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 58915e94c175d81787dcf2cc79d2beee214e79ff1a84852d48ead718547965a57f4fe32e2d4a716bee34f4d8169f5a0f083d74789993037db4e9fc87daeca844
|
7
|
+
data.tar.gz: 923913910decfa3c08247f7f5f137c360e43e9ef7af279191b926dcb1feaff869194e867440c2875b815bfe3a73f99dbe0c923208127c361646255410ab6a50e
|
data/CHANGELOG.md
CHANGED
@@ -2073,6 +2073,32 @@ module Google
|
|
2073
2073
|
end
|
2074
2074
|
end
|
2075
2075
|
|
2076
|
+
# Network bandwidth report. * Granular permission needed:
|
2077
|
+
# TELEMETRY_API_NETWORK_REPORT
|
2078
|
+
class GoogleChromeManagementV1NetworkBandwidthReport
|
2079
|
+
include Google::Apis::Core::Hashable
|
2080
|
+
|
2081
|
+
# Output only. Download speed in kilobits per second.
|
2082
|
+
# Corresponds to the JSON property `downloadSpeedKbps`
|
2083
|
+
# @return [Fixnum]
|
2084
|
+
attr_accessor :download_speed_kbps
|
2085
|
+
|
2086
|
+
# Output only. Timestamp of when the report was collected.
|
2087
|
+
# Corresponds to the JSON property `reportTime`
|
2088
|
+
# @return [String]
|
2089
|
+
attr_accessor :report_time
|
2090
|
+
|
2091
|
+
def initialize(**args)
|
2092
|
+
update!(**args)
|
2093
|
+
end
|
2094
|
+
|
2095
|
+
# Update properties of this object
|
2096
|
+
def update!(**args)
|
2097
|
+
@download_speed_kbps = args[:download_speed_kbps] if args.key?(:download_speed_kbps)
|
2098
|
+
@report_time = args[:report_time] if args.key?(:report_time)
|
2099
|
+
end
|
2100
|
+
end
|
2101
|
+
|
2076
2102
|
# Details about the network device. * This field provides device information,
|
2077
2103
|
# which is static and will not change over time. * Data for this field is
|
2078
2104
|
# controlled via policy: [ReportNetworkDeviceConfiguration](https://
|
@@ -2744,6 +2770,12 @@ module Google
|
|
2744
2770
|
# @return [String]
|
2745
2771
|
attr_accessor :name
|
2746
2772
|
|
2773
|
+
# Output only. Network bandwidth reports collected periodically sorted in a
|
2774
|
+
# decreasing order of report_time.
|
2775
|
+
# Corresponds to the JSON property `networkBandwidthReport`
|
2776
|
+
# @return [Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1NetworkBandwidthReport>]
|
2777
|
+
attr_accessor :network_bandwidth_report
|
2778
|
+
|
2747
2779
|
# Output only. Network diagnostics collected periodically.
|
2748
2780
|
# Corresponds to the JSON property `networkDiagnosticsReport`
|
2749
2781
|
# @return [Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1NetworkDiagnosticsReport>]
|
@@ -2832,6 +2864,7 @@ module Google
|
|
2832
2864
|
@memory_info = args[:memory_info] if args.key?(:memory_info)
|
2833
2865
|
@memory_status_report = args[:memory_status_report] if args.key?(:memory_status_report)
|
2834
2866
|
@name = args[:name] if args.key?(:name)
|
2867
|
+
@network_bandwidth_report = args[:network_bandwidth_report] if args.key?(:network_bandwidth_report)
|
2835
2868
|
@network_diagnostics_report = args[:network_diagnostics_report] if args.key?(:network_diagnostics_report)
|
2836
2869
|
@network_info = args[:network_info] if args.key?(:network_info)
|
2837
2870
|
@network_status_report = args[:network_status_report] if args.key?(:network_status_report)
|
@@ -3241,6 +3274,12 @@ module Google
|
|
3241
3274
|
# @return [String]
|
3242
3275
|
attr_accessor :device_id
|
3243
3276
|
|
3277
|
+
# Output only. Network bandwidth reports collected periodically sorted in a
|
3278
|
+
# decreasing order of report_time.
|
3279
|
+
# Corresponds to the JSON property `networkBandwidthReport`
|
3280
|
+
# @return [Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1NetworkBandwidthReport>]
|
3281
|
+
attr_accessor :network_bandwidth_report
|
3282
|
+
|
3244
3283
|
# Output only. Peripherals reports collected periodically sorted in a decreasing
|
3245
3284
|
# order of report_time.
|
3246
3285
|
# Corresponds to the JSON property `peripheralsReport`
|
@@ -3256,6 +3295,7 @@ module Google
|
|
3256
3295
|
@audio_status_report = args[:audio_status_report] if args.key?(:audio_status_report)
|
3257
3296
|
@device_activity_report = args[:device_activity_report] if args.key?(:device_activity_report)
|
3258
3297
|
@device_id = args[:device_id] if args.key?(:device_id)
|
3298
|
+
@network_bandwidth_report = args[:network_bandwidth_report] if args.key?(:network_bandwidth_report)
|
3259
3299
|
@peripherals_report = args[:peripherals_report] if args.key?(:peripherals_report)
|
3260
3300
|
end
|
3261
3301
|
end
|
@@ -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.46.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 = "20231110"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -304,6 +304,12 @@ module Google
|
|
304
304
|
include Google::Apis::Core::JsonObjectSupport
|
305
305
|
end
|
306
306
|
|
307
|
+
class GoogleChromeManagementV1NetworkBandwidthReport
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
307
313
|
class GoogleChromeManagementV1NetworkDevice
|
308
314
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
315
|
|
@@ -1025,6 +1031,14 @@ module Google
|
|
1025
1031
|
end
|
1026
1032
|
end
|
1027
1033
|
|
1034
|
+
class GoogleChromeManagementV1NetworkBandwidthReport
|
1035
|
+
# @private
|
1036
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1037
|
+
property :download_speed_kbps, :numeric_string => true, as: 'downloadSpeedKbps'
|
1038
|
+
property :report_time, as: 'reportTime'
|
1039
|
+
end
|
1040
|
+
end
|
1041
|
+
|
1028
1042
|
class GoogleChromeManagementV1NetworkDevice
|
1029
1043
|
# @private
|
1030
1044
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1190,6 +1204,8 @@ module Google
|
|
1190
1204
|
collection :memory_status_report, as: 'memoryStatusReport', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1MemoryStatusReport, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1MemoryStatusReport::Representation
|
1191
1205
|
|
1192
1206
|
property :name, as: 'name'
|
1207
|
+
collection :network_bandwidth_report, as: 'networkBandwidthReport', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1NetworkBandwidthReport, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1NetworkBandwidthReport::Representation
|
1208
|
+
|
1193
1209
|
collection :network_diagnostics_report, as: 'networkDiagnosticsReport', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1NetworkDiagnosticsReport, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1NetworkDiagnosticsReport::Representation
|
1194
1210
|
|
1195
1211
|
property :network_info, as: 'networkInfo', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1NetworkInfo, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1NetworkInfo::Representation
|
@@ -1328,6 +1344,8 @@ module Google
|
|
1328
1344
|
collection :device_activity_report, as: 'deviceActivityReport', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1DeviceActivityReport, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1DeviceActivityReport::Representation
|
1329
1345
|
|
1330
1346
|
property :device_id, as: 'deviceId'
|
1347
|
+
collection :network_bandwidth_report, as: 'networkBandwidthReport', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1NetworkBandwidthReport, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1NetworkBandwidthReport::Representation
|
1348
|
+
|
1331
1349
|
collection :peripherals_report, as: 'peripheralsReport', class: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1PeripheralsReport, decorator: Google::Apis::ChromemanagementV1::GoogleChromeManagementV1PeripheralsReport::Representation
|
1332
1350
|
|
1333
1351
|
end
|
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.46.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-11-12 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.46.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: []
|