google-apis-chromepolicy_v1 0.9.0 → 0.10.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: 047042e64349f5d0211e00ea2db8f787b7ba8f9bf6cc83dde43eb9b71b7f8c4c
4
- data.tar.gz: f9f624c7802bd801979d01684b197f779cf37553dfe2ff1d7378d046ba175764
3
+ metadata.gz: 1596c8a8f9643b2b75bbc68419e35523438e0a9ce39eacf8dab12a9b4303b019
4
+ data.tar.gz: fdf2cb69a17960a0572db83327b2dec856fe7fc45f7e55967eabc7664432c6d1
5
5
  SHA512:
6
- metadata.gz: 3db6d7a6cfc2e8b26f7f2342520aa4f27edc838910138d39be56b8b130053025e255adc3ee47812e60f4786ef5752c8e2e7e8768bea9b5e711b827331327760c
7
- data.tar.gz: 639387065940fc8c78ef7794240a4311723bc0ec569616e8f073554334523559024ffbaeab6d55ba445113be3db12f5280a01a1506e5ff471902e3d397494d19
6
+ metadata.gz: b5e307844c8bf3a18c01f6209bb0444047bfcc6bdabbc87c80450c2ad2fea9c9039af6f62bfbee11e7d294d2715e4f8994fcd98db55dbe4385d2e78b6f6fea3d
7
+ data.tar.gz: 86cf6e58ba7d432a0c70c5cecef02cce5543eafe8215c79ad3e0b38a15b8418dc46dc09215dcb43eb56e2f1af84291f6ba0d6a5d9c01c98cd9c466f677301cf6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-chromepolicy_v1
2
2
 
3
+ ### v0.10.0 (2021-10-20)
4
+
5
+ * Regenerated from discovery document revision 20211018
6
+
3
7
  ### v0.9.0 (2021-10-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20211012
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Chromepolicy service in particular.)
67
67
 
@@ -228,10 +228,9 @@ module Google
228
228
  # @return [String]
229
229
  attr_accessor :policy_description
230
230
 
231
- # Output only. The full qualified name of the policy schema. This value is used
231
+ # Output only. The fully qualified name of the policy schema. This value is used
232
232
  # to fill the field `policy_schema` in PolicyValue when calling
233
- # BatchInheritOrgUnitPolicies BatchModifyOrgUnitPolicies
234
- # BatchModifyGroupPolicies or BatchDeleteGroupPolicies.
233
+ # BatchInheritOrgUnitPolicies or BatchModifyOrgUnitPolicies
235
234
  # Corresponds to the JSON property `schemaName`
236
235
  # @return [String]
237
236
  attr_accessor :schema_name
@@ -424,8 +423,7 @@ module Google
424
423
  attr_accessor :additional_target_keys
425
424
 
426
425
  # The target resource on which this policy is applied. The following resources
427
- # are supported: * Organizational Unit ("orgunits/`orgunit_id`") * Group ("
428
- # groups/`group_id`")
426
+ # are supported: * Organizational Unit ("orgunits/`orgunit_id`")
429
427
  # Corresponds to the JSON property `targetResource`
430
428
  # @return [String]
431
429
  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.9.0"
19
+ GEM_VERSION = "0.10.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 = "20211012"
25
+ REVISION = "20211018"
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-chromepolicy_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.10.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-18 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
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.9.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-chromepolicy_v1
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.10.0
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: []
65
65
  require_paths: