google-apis-chromepolicy_v1 0.23.0 → 0.24.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: 47aa5116a252136182d8526a10982c3455772f5323dcc28f9f999f06bbdce63c
|
4
|
+
data.tar.gz: af9b51bde2b98d65acfb6ff1b56924896ae9fe10c32c365ed7b0277e18f62b5a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5532371a9ea811cf264e406960fc7b864925c74126c7ff1336dbfaa7569c69610ef904c3cbf8978019478b15bea39bfa0d6b75db1d344f84ded3bc75071d821f
|
7
|
+
data.tar.gz: 6d15f1f1d19c9e597cacfc1e0cf277692fde057b0c54afbc812bbde86d9464c83bfb45e6b8fa11bd55a529e6d5a79e732de324f7726f43802bed92ff64087335
|
data/CHANGELOG.md
CHANGED
@@ -388,7 +388,7 @@ module Google
|
|
388
388
|
end
|
389
389
|
end
|
390
390
|
|
391
|
-
# Resource representing a policy schema. Next ID:
|
391
|
+
# Resource representing a policy schema. Next ID: 13
|
392
392
|
class GoogleChromePolicyV1PolicySchema
|
393
393
|
include Google::Apis::Core::Hashable
|
394
394
|
|
@@ -425,7 +425,12 @@ module Google
|
|
425
425
|
# @return [Array<Google::Apis::ChromepolicyV1::GoogleChromePolicyV1PolicySchemaNoticeDescription>]
|
426
426
|
attr_accessor :notices
|
427
427
|
|
428
|
-
# Output only. Current
|
428
|
+
# Output only. Current lifecycle information.
|
429
|
+
# Corresponds to the JSON property `policyApiLifecycle`
|
430
|
+
# @return [Google::Apis::ChromepolicyV1::ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle]
|
431
|
+
attr_accessor :policy_api_lifecycle
|
432
|
+
|
433
|
+
# Deprecated field because of typo.
|
429
434
|
# Corresponds to the JSON property `policyApiLifeycle`
|
430
435
|
# @return [Google::Apis::ChromepolicyV1::ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle]
|
431
436
|
attr_accessor :policy_api_lifeycle
|
@@ -465,6 +470,7 @@ module Google
|
|
465
470
|
@field_descriptions = args[:field_descriptions] if args.key?(:field_descriptions)
|
466
471
|
@name = args[:name] if args.key?(:name)
|
467
472
|
@notices = args[:notices] if args.key?(:notices)
|
473
|
+
@policy_api_lifecycle = args[:policy_api_lifecycle] if args.key?(:policy_api_lifecycle)
|
468
474
|
@policy_api_lifeycle = args[:policy_api_lifeycle] if args.key?(:policy_api_lifeycle)
|
469
475
|
@policy_description = args[:policy_description] if args.key?(:policy_description)
|
470
476
|
@schema_name = args[:schema_name] if args.key?(:schema_name)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ChromepolicyV1
|
18
18
|
# Version of the google-apis-chromepolicy_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.24.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220816"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -363,6 +363,8 @@ module Google
|
|
363
363
|
property :name, as: 'name'
|
364
364
|
collection :notices, as: 'notices', class: Google::Apis::ChromepolicyV1::GoogleChromePolicyV1PolicySchemaNoticeDescription, decorator: Google::Apis::ChromepolicyV1::GoogleChromePolicyV1PolicySchemaNoticeDescription::Representation
|
365
365
|
|
366
|
+
property :policy_api_lifecycle, as: 'policyApiLifecycle', class: Google::Apis::ChromepolicyV1::ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle, decorator: Google::Apis::ChromepolicyV1::ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle::Representation
|
367
|
+
|
366
368
|
property :policy_api_lifeycle, as: 'policyApiLifeycle', class: Google::Apis::ChromepolicyV1::ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle, decorator: Google::Apis::ChromepolicyV1::ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle::Representation
|
367
369
|
|
368
370
|
property :policy_description, as: 'policyDescription'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-chromepolicy_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.24.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-08-
|
11
|
+
date: 2022-08-22 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-chromepolicy_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-chromepolicy_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-chromepolicy_v1/v0.24.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-chromepolicy_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|