google-apis-iam_v2beta 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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/iam_v2beta/classes.rb +2 -2
- data/lib/google/apis/iam_v2beta/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f1ec288c867486412421b2dfd4b9e7eec341420a6fd81267b58f38ee7b4d4def
|
4
|
+
data.tar.gz: f967cd348f057e9595686645a74ea3e5bd34ffd5b7355eaef337efccc09f1048
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f207ef0f490b15520817b21e45df9120b561431c0ae6a698583aff3aa5dd495dfba5ecfbc9759b27ee826f04c0d9949088bb1c74401884ed69e66baec0106ab7
|
7
|
+
data.tar.gz: ec0aba74bb0c0f205d632916afe6f223d68d9ad4bf071f85040c759976827d8de3747a962bf80d5a9f8459cc0f31bc682a26a850c2be693f7a91c4846e173598
|
data/CHANGELOG.md
CHANGED
@@ -326,8 +326,8 @@ module Google
|
|
326
326
|
|
327
327
|
# An opaque tag that identifies the current version of the `Policy`. IAM uses
|
328
328
|
# this value to help manage concurrent updates, so they do not cause one update
|
329
|
-
# to be overwritten by another. If this field is present in a
|
330
|
-
#
|
329
|
+
# to be overwritten by another. If this field is present in a
|
330
|
+
# CreatePolicyRequest, the value is ignored.
|
331
331
|
# Corresponds to the JSON property `etag`
|
332
332
|
# @return [String]
|
333
333
|
attr_accessor :etag
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module IamV2beta
|
18
18
|
# Version of the google-apis-iam_v2beta gem
|
19
|
-
GEM_VERSION = "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.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230710"
|
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-iam_v2beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 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: 2023-
|
11
|
+
date: 2023-07-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -59,7 +59,7 @@ licenses:
|
|
59
59
|
metadata:
|
60
60
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
61
61
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v2beta/CHANGELOG.md
|
62
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v2beta/v0.
|
62
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v2beta/v0.10.0
|
63
63
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v2beta
|
64
64
|
post_install_message:
|
65
65
|
rdoc_options: []
|