google-apis-iam_v2beta 0.5.0 → 0.6.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: f3387e06e4af7c58f4ccf1527c724c766df3dafa36c57a57b0a931d1e8cb22a3
4
- data.tar.gz: 9d5fa6b413fb76340fd7f300c101020b51a1705f4cdab29c3569bf94fa30a53b
3
+ metadata.gz: a7d2bc9105c08bc0c77990d6042f03affe8349181e067b2096ae1a7510dfc26f
4
+ data.tar.gz: 86a1c9ea464f8efdbe2a41626812a2f06cb6ad315e480a8fc78900668a59bffa
5
5
  SHA512:
6
- metadata.gz: 74f07e2ae053fb60d54571d4f700fce740666530a5ce1a6448de160c3764b0ba2be9dac5aa0e25a553db6e8ba5cdbe7133e0cedc05882df2457d110735aecde3
7
- data.tar.gz: 78dfe426b21336e99809509c05d1d8feb66517e88ef6fae36b1f435dd1fd1281a0a2f5d75a64f1501ce298e6d59dbf0fe3757910c43daa16bd8d1146cb9ca7ff
6
+ metadata.gz: 102669147d6c80e2b738f718cd47863e560683958bc7222f058e6cc34beb5318deb3b764cd47961de4f34d876e45bce4253e0f639df2a52c59aa68570b195e82
7
+ data.tar.gz: 4b575ba9eb43d9886b66de8526f79475c8b4cd67a707322a7263d5ce942d8df3121d52f462bce888e162a6d11ed20e811e7cfc6d192c96ef1e6660b4fb97014d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-iam_v2beta
2
2
 
3
+ ### v0.6.0 (2022-07-21)
4
+
5
+ * Regenerated from discovery document revision 20220713
6
+ * Regenerated using generator version 0.9.0
7
+
3
8
  ### v0.5.0 (2022-06-30)
4
9
 
5
10
  * Regenerated using generator version 0.8.0
@@ -209,12 +209,12 @@ module Google
209
209
 
210
210
  # The identities that are prevented from using one or more permissions on Google
211
211
  # Cloud resources. This field can contain the following values: * `principalSet:/
212
- # /goog/public:all`: A special identifier that represents any user who is on the
213
- # internet, even if they do not have a Google Account or are not logged in. * `
214
- # principal://goog/subject/`email_id``: A specific Google Account. Includes
215
- # Gmail, Cloud Identity, and Google Workspace user accounts. For example, `
216
- # principal://goog/subject/alice@example.com`. * `deleted:principal://goog/
217
- # subject/`email_id`?uid=`uid``: A specific Google Account that was deleted
212
+ # /goog/public:all`: A special identifier that represents any principal that is
213
+ # on the internet, even if they do not have a Google Account or are not logged
214
+ # in. * `principal://goog/subject/`email_id``: A specific Google Account.
215
+ # Includes Gmail, Cloud Identity, and Google Workspace user accounts. For
216
+ # example, `principal://goog/subject/alice@example.com`. * `deleted:principal://
217
+ # goog/subject/`email_id`?uid=`uid``: A specific Google Account that was deleted
218
218
  # recently. For example, `deleted:principal://goog/subject/alice@example.com?uid=
219
219
  # 1234567890`. If the Google Account is recovered, this identifier reverts to
220
220
  # the standard identifier for a Google Account. * `principalSet://goog/group/`
@@ -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.5.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.8.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220526"
25
+ REVISION = "20220713"
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.5.0
4
+ version: 0.6.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-07-04 00:00:00.000000000 Z
11
+ date: 2022-07-25 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.5.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v2beta/v0.6.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: []