google-apis-orgpolicy_v2 0.18.0 → 0.19.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b94f38802e1ad63bc677588d7f390ebe7ccc4c2648f1fe29ef5fef2e4e65fa0f
4
- data.tar.gz: bf2be5316c13c76150af577c58685c221961c977418afd7f684df3beae9b63c4
3
+ metadata.gz: 446363e5ce08d13b26e6825a619517fde462655923af0438b9292631d6333c7f
4
+ data.tar.gz: 900c3438f0e6edd04ec9e0f4097b20e0d6f5d52fa92229107b912ae9ee76e3d1
5
5
  SHA512:
6
- metadata.gz: e1b0f58f4500e5bd321f0d8a4e4460f923363cec259861f8f8574af8441fec05e55a364a91f3dd0e2e7db9be0ea696f46ff342365899e229d3fb293fb24b133a
7
- data.tar.gz: d3c7d0e9fc45caf446962db67ed3c0271e0dba10ecfe96129459ec724709042aa4e1b6cc6188d1ae1cfab322d510554aaa666d1866ca0734dc925c81e89d0863
6
+ metadata.gz: 74ce32243628bad1245a8fc1cf8b111e3891572967adb40ce861255313214a0548364f5279affbec2d9f6413597480636350f82045c70f2baa7b319af966765a
7
+ data.tar.gz: 077d0acd9d72fd3011699cf63bdadad4927963872e892e062635e8af7051d4826763b1fec302424334a9f4590856b7859d397720f65b8c6d5c1729d33fdb3730
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-orgpolicy_v2
2
2
 
3
+ ### v0.19.0 (2022-09-14)
4
+
5
+ * Regenerated from discovery document revision 20220910
6
+
3
7
  ### v0.18.0 (2022-08-17)
4
8
 
5
9
  * Regenerated from discovery document revision 20220812
@@ -212,6 +212,13 @@ module Google
212
212
  # @return [Array<String>]
213
213
  attr_accessor :resource_types
214
214
 
215
+ # Output only. The last time this custom constraint was updated. This represents
216
+ # the last time that the `CreateCustomConstraint` or `UpdateCustomConstraint`
217
+ # RPC was called
218
+ # Corresponds to the JSON property `updateTime`
219
+ # @return [String]
220
+ attr_accessor :update_time
221
+
215
222
  def initialize(**args)
216
223
  update!(**args)
217
224
  end
@@ -225,6 +232,7 @@ module Google
225
232
  @method_types = args[:method_types] if args.key?(:method_types)
226
233
  @name = args[:name] if args.key?(:name)
227
234
  @resource_types = args[:resource_types] if args.key?(:resource_types)
235
+ @update_time = args[:update_time] if args.key?(:update_time)
228
236
  end
229
237
  end
230
238
 
@@ -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.18.0"
19
+ GEM_VERSION = "0.19.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 = "20220812"
25
+ REVISION = "20220910"
26
26
  end
27
27
  end
28
28
  end
@@ -153,6 +153,7 @@ module Google
153
153
  collection :method_types, as: 'methodTypes'
154
154
  property :name, as: 'name'
155
155
  collection :resource_types, as: 'resourceTypes'
156
+ property :update_time, as: 'updateTime'
156
157
  end
157
158
  end
158
159
 
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.18.0
4
+ version: 0.19.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-22 00:00:00.000000000 Z
11
+ date: 2022-09-19 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-orgpolicy_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-orgpolicy_v2/v0.18.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-orgpolicy_v2/v0.19.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: []