google-apis-chromemanagement_v1 0.28.0 → 0.29.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: c6b21a789d757109528ab50d6a85f913389dd4e39ff3d7e1cb87fbecbeaf75ad
|
4
|
+
data.tar.gz: b68b32df0256f65fe641bc7a0d39316fed88638fccb0d57d09cc7a169996360b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: edcf8e73aa26204482f5b2c94d17e7479ff030d4fe13eeda8c3251fa3c3507d6710bb3c8db6b08927b9b3cc6fd9bbb190a2c91bad5ee1121c76bc2753bd48fa2
|
7
|
+
data.tar.gz: af9bf5044edcfe925ef1bfa6976f1365f3ff5c3dd180a0f7f6e86a9c7f2cf0edaad251c3ec08e3f4f423b8d0fa387be0cf5dc72a9b4519c87d6ab2a818e29cfa
|
data/CHANGELOG.md
CHANGED
@@ -516,6 +516,12 @@ module Google
|
|
516
516
|
attr_accessor :is_cws_hosted
|
517
517
|
alias_method :is_cws_hosted?, :is_cws_hosted
|
518
518
|
|
519
|
+
# Output only. Whether an app supports policy for extensions.
|
520
|
+
# Corresponds to the JSON property `isExtensionPolicySupported`
|
521
|
+
# @return [Boolean]
|
522
|
+
attr_accessor :is_extension_policy_supported
|
523
|
+
alias_method :is_extension_policy_supported?, :is_extension_policy_supported
|
524
|
+
|
519
525
|
# Output only. Whether the app is only for Kiosk mode on ChromeOS devices
|
520
526
|
# Corresponds to the JSON property `isKioskOnly`
|
521
527
|
# @return [Boolean]
|
@@ -568,6 +574,7 @@ module Google
|
|
568
574
|
def update!(**args)
|
569
575
|
@google_owned = args[:google_owned] if args.key?(:google_owned)
|
570
576
|
@is_cws_hosted = args[:is_cws_hosted] if args.key?(:is_cws_hosted)
|
577
|
+
@is_extension_policy_supported = args[:is_extension_policy_supported] if args.key?(:is_extension_policy_supported)
|
571
578
|
@is_kiosk_only = args[:is_kiosk_only] if args.key?(:is_kiosk_only)
|
572
579
|
@is_theme = args[:is_theme] if args.key?(:is_theme)
|
573
580
|
@kiosk_enabled = args[:kiosk_enabled] if args.key?(:kiosk_enabled)
|
@@ -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.29.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.10.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220926"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -422,6 +422,7 @@ module Google
|
|
422
422
|
class Representation < Google::Apis::Core::JsonRepresentation
|
423
423
|
property :google_owned, as: 'googleOwned'
|
424
424
|
property :is_cws_hosted, as: 'isCwsHosted'
|
425
|
+
property :is_extension_policy_supported, as: 'isExtensionPolicySupported'
|
425
426
|
property :is_kiosk_only, as: 'isKioskOnly'
|
426
427
|
property :is_theme, as: 'isTheme'
|
427
428
|
property :kiosk_enabled, as: 'kioskEnabled'
|
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.29.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-10-03 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.29.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: []
|