google-apis-iam_v2beta 0.8.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: f62c531387636c853305ab5227b38955dafcfe555c350d2deee3834e5090dab4
4
- data.tar.gz: b151641d580335d4b0f89247851dcede262ee3eb5d787ba38d5bb3927dbd5cfa
3
+ metadata.gz: f1ec288c867486412421b2dfd4b9e7eec341420a6fd81267b58f38ee7b4d4def
4
+ data.tar.gz: f967cd348f057e9595686645a74ea3e5bd34ffd5b7355eaef337efccc09f1048
5
5
  SHA512:
6
- metadata.gz: 212201e122a0be5262ca5f6faee2439c84904903b6db8ed11b8a532f765214c3c9cd09c8436ec67cc356f2ed37098654ff8b3f1539bd00dae335c4ca7e60e81a
7
- data.tar.gz: 807af010bf9931c78b311bb274da2ed05685f01ff96f156d7fa2cccddd0e45e55bdad5823632af6914595e17268e94ec802d070b0a2802bcd6ce5fb8da59fc04
6
+ metadata.gz: f207ef0f490b15520817b21e45df9120b561431c0ae6a698583aff3aa5dd495dfba5ecfbc9759b27ee826f04c0d9949088bb1c74401884ed69e66baec0106ab7
7
+ data.tar.gz: ec0aba74bb0c0f205d632916afe6f223d68d9ad4bf071f85040c759976827d8de3747a962bf80d5a9f8459cc0f31bc682a26a850c2be693f7a91c4846e173598
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-iam_v2beta
2
2
 
3
+ ### v0.10.0 (2023-07-16)
4
+
5
+ * Regenerated from discovery document revision 20230710
6
+
7
+ ### v0.9.0 (2023-02-26)
8
+
9
+ * Regenerated using generator version 0.12.0
10
+
3
11
  ### v0.8.0 (2022-10-20)
4
12
 
5
13
  * Regenerated using generator version 0.11.0
@@ -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 CreatePolicy
330
- # request, the value is ignored.
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.8.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220713"
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.8.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: 2022-10-21 00:00:00.000000000 Z
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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
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.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.8.0
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: []
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  - !ruby/object:Gem::Version
77
77
  version: '0'
78
78
  requirements: []
79
- rubygems_version: 3.3.14
79
+ rubygems_version: 3.4.2
80
80
  signing_key:
81
81
  specification_version: 4
82
82
  summary: Simple REST client for Identity and Access Management (IAM) API V2beta