google-apis-chromepolicy_v1 0.13.0 → 0.14.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: dccdd8f19384f0a4988831fd09dd7df2b7c2c2c9103d97b2ae1aa50ab0b37462
|
4
|
+
data.tar.gz: 16281c73749daec9bb31e12c9106cda557feea42d4973116b8c80414b14dd686
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eb47443a65a2d44173ed6cf1e9c8148896ac48385f40d3c761d3516894c700be9d323925b0649e3644a770b057912045ae80c28e3c17ba9e686fe2146808e6ac
|
7
|
+
data.tar.gz: 2b452fb2de9d0a5b79605c2bef5da708781945d28b8ade80fb14b5e58253533a276155a4c9daef05cb7d76f345eb0f76c5661d94202ad0da4295f228dc58638b
|
data/CHANGELOG.md
CHANGED
@@ -583,6 +583,11 @@ module Google
|
|
583
583
|
class GoogleChromePolicyV1ResolvedPolicy
|
584
584
|
include Google::Apis::Core::Hashable
|
585
585
|
|
586
|
+
# The key used to identify the target on which the policy will be applied.
|
587
|
+
# Corresponds to the JSON property `addedSourceKey`
|
588
|
+
# @return [Google::Apis::ChromepolicyV1::GoogleChromePolicyV1PolicyTargetKey]
|
589
|
+
attr_accessor :added_source_key
|
590
|
+
|
586
591
|
# The key used to identify the target on which the policy will be applied.
|
587
592
|
# Corresponds to the JSON property `sourceKey`
|
588
593
|
# @return [Google::Apis::ChromepolicyV1::GoogleChromePolicyV1PolicyTargetKey]
|
@@ -604,6 +609,7 @@ module Google
|
|
604
609
|
|
605
610
|
# Update properties of this object
|
606
611
|
def update!(**args)
|
612
|
+
@added_source_key = args[:added_source_key] if args.key?(:added_source_key)
|
607
613
|
@source_key = args[:source_key] if args.key?(:source_key)
|
608
614
|
@target_key = args[:target_key] if args.key?(:target_key)
|
609
615
|
@value = args[:value] if args.key?(:value)
|
@@ -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.14.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 = "20220210"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -349,6 +349,8 @@ module Google
|
|
349
349
|
class GoogleChromePolicyV1ResolvedPolicy
|
350
350
|
# @private
|
351
351
|
class Representation < Google::Apis::Core::JsonRepresentation
|
352
|
+
property :added_source_key, as: 'addedSourceKey', class: Google::Apis::ChromepolicyV1::GoogleChromePolicyV1PolicyTargetKey, decorator: Google::Apis::ChromepolicyV1::GoogleChromePolicyV1PolicyTargetKey::Representation
|
353
|
+
|
352
354
|
property :source_key, as: 'sourceKey', class: Google::Apis::ChromepolicyV1::GoogleChromePolicyV1PolicyTargetKey, decorator: Google::Apis::ChromepolicyV1::GoogleChromePolicyV1PolicyTargetKey::Representation
|
353
355
|
|
354
356
|
property :target_key, as: 'targetKey', class: Google::Apis::ChromepolicyV1::GoogleChromePolicyV1PolicyTargetKey, decorator: Google::Apis::ChromepolicyV1::GoogleChromePolicyV1PolicyTargetKey::Representation
|
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.14.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-02-
|
11
|
+
date: 2022-02-14 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.14.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: []
|