google-apis-chromemanagement_v1 0.18.0 → 0.19.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 4d54abadf22543459960fde1cb6d0a01f69761c238bc74260f5f6fff321c3045
|
4
|
+
data.tar.gz: c90c07a9d1718e3053b40651cabda1276620ca83297dc6028e7cf9cb5bc37ef8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f0f0991b3fef2391c3af12b24c3ccd951fd60d4056cf219733e56c9a6bf55430a03dfcff1288377a1f7e1d0ccc15656542f0ec043c3d060d45f41eb2caa4e18c
|
7
|
+
data.tar.gz: 2928c2c20266d80bb30a14a3199cfc3c8357cb3d6189902edc06ed3aade43331916df314b5b821e3998380371784e0e37c81d981eb684f5434de492e2fb7d37e
|
data/CHANGELOG.md
CHANGED
@@ -400,7 +400,8 @@ module Google
|
|
400
400
|
# @return [String]
|
401
401
|
attr_accessor :report_time
|
402
402
|
|
403
|
-
# Output only. Sampling data for the battery
|
403
|
+
# Output only. Sampling data for the battery sorted in a decreasing order of
|
404
|
+
# report_time.
|
404
405
|
# Corresponds to the JSON property `sample`
|
405
406
|
# @return [Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1BatterySampleReport>]
|
406
407
|
attr_accessor :sample
|
@@ -1477,7 +1478,8 @@ module Google
|
|
1477
1478
|
class GoogleChromeManagementV1TelemetryDevice
|
1478
1479
|
include Google::Apis::Core::Hashable
|
1479
1480
|
|
1480
|
-
# Output only. Audio reports collected periodically
|
1481
|
+
# Output only. Audio reports collected periodically sorted in a decreasing order
|
1482
|
+
# of report_time.
|
1481
1483
|
# Corresponds to the JSON property `audioStatusReport`
|
1482
1484
|
# @return [Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1AudioStatusReport>]
|
1483
1485
|
attr_accessor :audio_status_report
|
@@ -1497,7 +1499,8 @@ module Google
|
|
1497
1499
|
# @return [Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CpuInfo>]
|
1498
1500
|
attr_accessor :cpu_info
|
1499
1501
|
|
1500
|
-
# Output only. CPU status reports collected periodically
|
1502
|
+
# Output only. CPU status reports collected periodically sorted in a decreasing
|
1503
|
+
# order of report_time.
|
1501
1504
|
# Corresponds to the JSON property `cpuStatusReport`
|
1502
1505
|
# @return [Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1CpuStatusReport>]
|
1503
1506
|
attr_accessor :cpu_status_report
|
@@ -1528,7 +1531,8 @@ module Google
|
|
1528
1531
|
# @return [Google::Apis::ChromemanagementV1::GoogleChromeManagementV1MemoryInfo]
|
1529
1532
|
attr_accessor :memory_info
|
1530
1533
|
|
1531
|
-
# Output only. Memory status reports collected periodically
|
1534
|
+
# Output only. Memory status reports collected periodically sorted decreasing by
|
1535
|
+
# report_time.
|
1532
1536
|
# Corresponds to the JSON property `memoryStatusReport`
|
1533
1537
|
# @return [Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1MemoryStatusReport>]
|
1534
1538
|
attr_accessor :memory_status_report
|
@@ -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.19.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220405"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
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.19.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-04-
|
11
|
+
date: 2022-04-11 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.19.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: []
|