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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 446363e5ce08d13b26e6825a619517fde462655923af0438b9292631d6333c7f
|
|
4
|
+
data.tar.gz: 900c3438f0e6edd04ec9e0f4097b20e0d6f5d52fa92229107b912ae9ee76e3d1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 74ce32243628bad1245a8fc1cf8b111e3891572967adb40ce861255313214a0548364f5279affbec2d9f6413597480636350f82045c70f2baa7b319af966765a
|
|
7
|
+
data.tar.gz: 077d0acd9d72fd3011699cf63bdadad4927963872e892e062635e8af7051d4826763b1fec302424334a9f4590856b7859d397720f65b8c6d5c1729d33fdb3730
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
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 = "
|
|
25
|
+
REVISION = "20220910"
|
|
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-orgpolicy_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 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-
|
|
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.
|
|
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: []
|