google-apis-chromepolicy_v1 0.8.0 → 0.9.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: 66a8dd244d6dd824537df30acadc8d4bd8434c0ca28bf4c105c050bb45d296fc
4
- data.tar.gz: aa8cbef395f7fc8db73dabedd76b55815025783c6d04a0b8fd990bad1d3678cc
3
+ metadata.gz: 047042e64349f5d0211e00ea2db8f787b7ba8f9bf6cc83dde43eb9b71b7f8c4c
4
+ data.tar.gz: f9f624c7802bd801979d01684b197f779cf37553dfe2ff1d7378d046ba175764
5
5
  SHA512:
6
- metadata.gz: 538719766db930585d447f37dd1a964317cbbde3ed6479d2598057af31659f9e94d809cf22cca749bdcf1fe77d0a9c79bf94aaf6728b5dc60441e082a617f592
7
- data.tar.gz: e3e7875e4fafe79c626c63c37e86d7e4a50fc3656718d6abba672b0301c370790e94a76b77dbc22c8513d90f46908eed6966d9188c13f1e586395213adea85aa
6
+ metadata.gz: 3db6d7a6cfc2e8b26f7f2342520aa4f27edc838910138d39be56b8b130053025e255adc3ee47812e60f4786ef5752c8e2e7e8768bea9b5e711b827331327760c
7
+ data.tar.gz: 639387065940fc8c78ef7794240a4311723bc0ec569616e8f073554334523559024ffbaeab6d55ba445113be3db12f5280a01a1506e5ff471902e3d397494d19
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-chromepolicy_v1
2
2
 
3
+ ### v0.9.0 (2021-10-14)
4
+
5
+ * Regenerated from discovery document revision 20211012
6
+
3
7
  ### v0.8.0 (2021-10-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20211006
@@ -230,7 +230,8 @@ module Google
230
230
 
231
231
  # Output only. The full qualified name of the policy schema. This value is used
232
232
  # to fill the field `policy_schema` in PolicyValue when calling
233
- # BatchInheritOrgUnitPolicies or BatchModifyOrgUnitPolicies.
233
+ # BatchInheritOrgUnitPolicies BatchModifyOrgUnitPolicies
234
+ # BatchModifyGroupPolicies or BatchDeleteGroupPolicies.
234
235
  # Corresponds to the JSON property `schemaName`
235
236
  # @return [String]
236
237
  attr_accessor :schema_name
@@ -423,7 +424,8 @@ module Google
423
424
  attr_accessor :additional_target_keys
424
425
 
425
426
  # The target resource on which this policy is applied. The following resources
426
- # are supported: * Organizational Unit ("orgunits/`orgunit_id`")
427
+ # are supported: * Organizational Unit ("orgunits/`orgunit_id`") * Group ("
428
+ # groups/`group_id`")
427
429
  # Corresponds to the JSON property `targetResource`
428
430
  # @return [String]
429
431
  attr_accessor :target_resource
@@ -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.8.0"
19
+ GEM_VERSION = "0.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211006"
25
+ REVISION = "20211012"
26
26
  end
27
27
  end
28
28
  end
@@ -90,8 +90,9 @@ module Google
90
90
  # they now inherit the value from a parent (if applicable). All targets must
91
91
  # have the same target format. That is to say that they must point to the same
92
92
  # target resource and must have the same keys specified in `
93
- # additionalTargetKeyNames`. On failure the request will return the error
94
- # details as part of the google.rpc.Status.
93
+ # additionalTargetKeyNames`, though the values for those keys may be different.
94
+ # On failure the request will return the error details as part of the google.rpc.
95
+ # Status.
95
96
  # @param [String] customer
96
97
  # ID of the G Suite account or literal "my_customer" for the customer associated
97
98
  # to the request.
@@ -128,8 +129,9 @@ module Google
128
129
  # Modify multiple policy values that are applied to a specific org unit. All
129
130
  # targets must have the same target format. That is to say that they must point
130
131
  # to the same target resource and must have the same keys specified in `
131
- # additionalTargetKeyNames`. On failure the request will return the error
132
- # details as part of the google.rpc.Status.
132
+ # additionalTargetKeyNames`, though the values for those keys may be different.
133
+ # On failure the request will return the error details as part of the google.rpc.
134
+ # Status.
133
135
  # @param [String] customer
134
136
  # ID of the G Suite account or literal "my_customer" for the customer associated
135
137
  # to the request.
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.8.0
4
+ version: 0.9.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: 2021-10-11 00:00:00.000000000 Z
11
+ date: 2021-10-18 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/master/generated/google-apis-chromepolicy_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-chromepolicy_v1/v0.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-chromepolicy_v1/v0.9.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-chromepolicy_v1
63
63
  post_install_message:
64
64
  rdoc_options: []