google-apis-chromemanagement_v1 0.19.0 → 0.20.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: f2b7196ea8e991d70cbe92692d33141d97d0bd5352180210c934b5bfa7ca3f9f
|
4
|
+
data.tar.gz: eb3605caa0f51b9e2e464b1675b2253b90284da807a75f84b841a55efe1a5000
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5ccb6b44c240a01c933266df55c499d7db125b9b41a897564cf1334bf11cf9382e5ccf39fa5df9536d6ba03d5f1234328550b7a5f15814172675ddc1b6e2faf9
|
7
|
+
data.tar.gz: ccc03b8ec5502630d1caf19c1a3b746180958c39dd5425715e002813406a41662978e64d5e052d6da266f9d6f4d35d647b9be436e3ad246b630b50b3db5ecc2c
|
data/CHANGELOG.md
CHANGED
@@ -488,7 +488,7 @@ module Google
|
|
488
488
|
attr_accessor :is_cws_hosted
|
489
489
|
alias_method :is_cws_hosted?, :is_cws_hosted
|
490
490
|
|
491
|
-
# 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
|
492
492
|
# Corresponds to the JSON property `isKioskOnly`
|
493
493
|
# @return [Boolean]
|
494
494
|
attr_accessor :is_kiosk_only
|
@@ -500,7 +500,7 @@ module Google
|
|
500
500
|
attr_accessor :is_theme
|
501
501
|
alias_method :is_theme?, :is_theme
|
502
502
|
|
503
|
-
# 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
|
504
504
|
# Corresponds to the JSON property `kioskEnabled`
|
505
505
|
# @return [Boolean]
|
506
506
|
attr_accessor :kiosk_enabled
|
@@ -1511,7 +1511,7 @@ module Google
|
|
1511
1511
|
attr_accessor :customer
|
1512
1512
|
|
1513
1513
|
# Output only. The unique Directory API ID of the device. This value is the same
|
1514
|
-
# as the Admin Console's Directory API ID in the
|
1514
|
+
# as the Admin Console's Directory API ID in the ChromeOS Devices tab
|
1515
1515
|
# Corresponds to the JSON property `deviceId`
|
1516
1516
|
# @return [String]
|
1517
1517
|
attr_accessor :device_id
|
@@ -1558,7 +1558,7 @@ module Google
|
|
1558
1558
|
attr_accessor :os_update_status
|
1559
1559
|
|
1560
1560
|
# Output only. Device serial number. This value is the same as the Admin Console'
|
1561
|
-
# s Serial Number in the
|
1561
|
+
# s Serial Number in the ChromeOS Devices tab.
|
1562
1562
|
# Corresponds to the JSON property `serialNumber`
|
1563
1563
|
# @return [String]
|
1564
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.20.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 = "20220425"
|
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.20.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-02 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.20.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: []
|