google-apis-orgpolicy_v2 0.20.0 → 0.21.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: '091be1c88c3d584f2b17193d468ee592d3616064504d9ce0914e4dafba408f64'
4
- data.tar.gz: 667b2832f03bb57bbbc8901536925c77570e1faff3fc042b47d399e0fb52be40
3
+ metadata.gz: 33eeb63cfeba4e7cf12be7c9de49fa0a1ed0a887fc44712bc7d29554b485d9b2
4
+ data.tar.gz: 6a78191e42e391cccb690474ed818f5e74051f3da63d2c5fa6221cac8e1970c9
5
5
  SHA512:
6
- metadata.gz: ecbe936684bce762cd1cd1f460e6350e4902755bc2ff9b9fcfa7adcd2b7df3786b91b03e7e67c75b9a0a95fc78e96bbbdd9dde72d92249d3a1b5ee472231b620
7
- data.tar.gz: 37e4326dc44ed913bf37ba70d841e6516dfd8b06d9f82783aba8be74cc0abc5378d1071c6819e6a77f3e1eb6cfa484f6e02fbf5f9eddaefc77a0dc3416db81f5
6
+ metadata.gz: 5b8ebf40b5b95fbd997da78d0425ad0834ef5b9969427e3d17ec63fa9305d49c0a24233ad1f0ac45597c9fb21da714eca5f4a9dff06340fb18134f3d940593f0
7
+ data.tar.gz: '095cd5d1eefd13069d3cbfec3bcf0541736b4618bfb3873f3caa33ce6dfa35ad16faa836cb3b05a68b4a00d9a5e916756bed3ea8ecffd8d09cee382a75d8ae44'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-orgpolicy_v2
2
2
 
3
+ ### v0.21.0 (2022-10-27)
4
+
5
+ * Regenerated from discovery document revision 20221024
6
+ * Regenerated using generator version 0.11.0
7
+
3
8
  ### v0.20.0 (2022-10-03)
4
9
 
5
10
  * Regenerated using generator version 0.10.0
@@ -179,16 +179,19 @@ module Google
179
179
 
180
180
  # Org policy condition/expression. For example: `resource.instanceName.matches("[
181
181
  # production|test]_.*_(\d)+")'` or, `resource.management.auto_upgrade == true`
182
+ # The max length of the condition is 1000 characters.
182
183
  # Corresponds to the JSON property `condition`
183
184
  # @return [String]
184
185
  attr_accessor :condition
185
186
 
186
- # Detailed information about this custom policy constraint.
187
+ # Detailed information about this custom policy constraint. The max length of
188
+ # the description is 2000 characters.
187
189
  # Corresponds to the JSON property `description`
188
190
  # @return [String]
189
191
  attr_accessor :description
190
192
 
191
- # One line display name for the UI.
193
+ # One line display name for the UI. The max length of the display_name is 200
194
+ # characters.
192
195
  # Corresponds to the JSON property `displayName`
193
196
  # @return [String]
194
197
  attr_accessor :display_name
@@ -201,7 +204,9 @@ module Google
201
204
  # Immutable. Name of the constraint. This is unique within the organization.
202
205
  # Format of the name should be * `organizations/`organization_id`/
203
206
  # customConstraints/`custom_constraint_id`` Example : "organizations/123/
204
- # customConstraints/custom.createOnlyE2TypeVms"
207
+ # customConstraints/custom.createOnlyE2TypeVms" The max length is 70 characters
208
+ # and the min length is 1. Note that the prefix "organizations/`organization_id`/
209
+ # customConstraints/" is not counted.
205
210
  # Corresponds to the JSON property `name`
206
211
  # @return [String]
207
212
  attr_accessor :name
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module OrgpolicyV2
18
18
  # Version of the google-apis-orgpolicy_v2 gem
19
- GEM_VERSION = "0.20.0"
19
+ GEM_VERSION = "0.21.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.10.0"
22
+ GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220910"
25
+ REVISION = "20221024"
26
26
  end
27
27
  end
28
28
  end
@@ -498,7 +498,9 @@ module Google
498
498
  # Immutable. Name of the constraint. This is unique within the organization.
499
499
  # Format of the name should be * `organizations/`organization_id`/
500
500
  # customConstraints/`custom_constraint_id`` Example : "organizations/123/
501
- # customConstraints/custom.createOnlyE2TypeVms"
501
+ # customConstraints/custom.createOnlyE2TypeVms" The max length is 70 characters
502
+ # and the min length is 1. Note that the prefix "organizations/`organization_id`/
503
+ # customConstraints/" is not counted.
502
504
  # @param [Google::Apis::OrgpolicyV2::GoogleCloudOrgpolicyV2CustomConstraint] google_cloud_orgpolicy_v2_custom_constraint_object
503
505
  # @param [String] fields
504
506
  # Selector specifying which fields to include in a partial response.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-orgpolicy_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0
4
+ version: 0.21.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-10-17 00:00:00.000000000 Z
11
+ date: 2022-10-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.0
19
+ version: 0.9.1
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.0
29
+ version: 0.9.1
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-orgpolicy_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-orgpolicy_v2/v0.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-orgpolicy_v2/v0.21.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-orgpolicy_v2
63
63
  post_install_message:
64
64
  rdoc_options: []