google-apis-chromemanagement_v1 0.18.0 → 0.21.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: 8f64bade224111a1fd7252f7b3bd5df47f777f5715313822e059b1f8a7396f53
|
4
|
+
data.tar.gz: 4c6d0ec0e4b697f92537787e199c93528b6b5b67493d31979ad8a5823ed943e4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 48ed5888ebfcedb44ec7d4076355ed0c5949a897f8c24b4be3310852b1ab87f63cd5f3e847d7f6d38d07069af831794a4480a66bf96806d141a5c7659ffa2a6a
|
7
|
+
data.tar.gz: 6f7aeb81b9dc03a555f69b31c3f77ec7fce3804d8e3ec9d0b67d23722fe4a6d748514b792ee4f0d4538ed0c45e04aa754725b32a0ee468e25c9da1cad73cc221
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,17 @@
|
|
1
1
|
# Release history for google-apis-chromemanagement_v1
|
2
2
|
|
3
|
+
### v0.21.0 (2022-05-05)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220503
|
6
|
+
|
7
|
+
### v0.20.0 (2022-04-27)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220425
|
10
|
+
|
11
|
+
### v0.19.0 (2022-04-07)
|
12
|
+
|
13
|
+
* Regenerated from discovery document revision 20220405
|
14
|
+
|
3
15
|
### v0.18.0 (2022-04-02)
|
4
16
|
|
5
17
|
* Regenerated from discovery document revision 20220331
|
@@ -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
|
@@ -487,7 +488,7 @@ module Google
|
|
487
488
|
attr_accessor :is_cws_hosted
|
488
489
|
alias_method :is_cws_hosted?, :is_cws_hosted
|
489
490
|
|
490
|
-
# Output only. Whether the app is only for Kiosk mode on
|
491
|
+
# Output only. Whether the app is only for Kiosk mode on ChromeOS devices
|
491
492
|
# Corresponds to the JSON property `isKioskOnly`
|
492
493
|
# @return [Boolean]
|
493
494
|
attr_accessor :is_kiosk_only
|
@@ -499,7 +500,7 @@ module Google
|
|
499
500
|
attr_accessor :is_theme
|
500
501
|
alias_method :is_theme?, :is_theme
|
501
502
|
|
502
|
-
# Output only. Whether this app is enabled for Kiosk mode on
|
503
|
+
# Output only. Whether this app is enabled for Kiosk mode on ChromeOS devices
|
503
504
|
# Corresponds to the JSON property `kioskEnabled`
|
504
505
|
# @return [Boolean]
|
505
506
|
attr_accessor :kiosk_enabled
|
@@ -1452,7 +1453,7 @@ module Google
|
|
1452
1453
|
class GoogleChromeManagementV1StorageStatusReport
|
1453
1454
|
include Google::Apis::Core::Hashable
|
1454
1455
|
|
1455
|
-
# Output only. Reports on disk
|
1456
|
+
# Output only. Reports on disk.
|
1456
1457
|
# Corresponds to the JSON property `disk`
|
1457
1458
|
# @return [Array<Google::Apis::ChromemanagementV1::GoogleChromeManagementV1DiskInfo>]
|
1458
1459
|
attr_accessor :disk
|
@@ -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
|
@@ -1508,7 +1511,7 @@ module Google
|
|
1508
1511
|
attr_accessor :customer
|
1509
1512
|
|
1510
1513
|
# Output only. The unique Directory API ID of the device. This value is the same
|
1511
|
-
# as the Admin Console's Directory API ID in the
|
1514
|
+
# as the Admin Console's Directory API ID in the ChromeOS Devices tab
|
1512
1515
|
# Corresponds to the JSON property `deviceId`
|
1513
1516
|
# @return [String]
|
1514
1517
|
attr_accessor :device_id
|
@@ -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
|
@@ -1554,7 +1558,7 @@ module Google
|
|
1554
1558
|
attr_accessor :os_update_status
|
1555
1559
|
|
1556
1560
|
# Output only. Device serial number. This value is the same as the Admin Console'
|
1557
|
-
# s Serial Number in the
|
1561
|
+
# s Serial Number in the ChromeOS Devices tab.
|
1558
1562
|
# Corresponds to the JSON property `serialNumber`
|
1559
1563
|
# @return [String]
|
1560
1564
|
attr_accessor :serial_number
|
@@ -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.21.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 = "20220503"
|
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.21.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-05-09 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.21.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: []
|