Skip to content

Commit 48fa604

Browse files
feat: Automated regeneration of iam v2beta client (googleapis#21847)
Auto-created at 2025-02-26 21:04:08 +0000 using the toys pull request generator.
1 parent 9f36433 commit 48fa604

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

generated/google-apis-iam_v2beta/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-iam_v2beta
22

3+
### v0.19.0 (2025-02-26)
4+
5+
* Regenerated from discovery document revision 20250213
6+
* Regenerated using generator version 0.16.0
7+
38
### v0.18.0 (2024-12-02)
49

510
* Regenerated from discovery document revision 20241114

generated/google-apis-iam_v2beta/lib/google/apis/iam_v2beta/classes.rb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,13 @@ class GoogleIamV2betaDenyRule
324324
# attribute_value``: All identities in a workload identity pool with a certain
325325
# attribute. * `principalSet://iam.googleapis.com/projects/`project_number`/
326326
# locations/global/workloadIdentityPools/`pool_id`/*`: All identities in a
327-
# workload identity pool. * `deleted:principal://goog/subject/`email_id`?uid=`
327+
# workload identity pool. * `principalSet://cloudresourcemanager.googleapis.com/[
328+
# projects|folders|organizations]/`project_number|folder_number|org_number`/type/
329+
# ServiceAccount`: All service accounts grouped under a resource (project,
330+
# folder, or organization). * `principalSet://cloudresourcemanager.googleapis.
331+
# com/[projects|folders|organizations]/`project_number|folder_number|org_number`/
332+
# type/ServiceAgent`: All service agents grouped under a resource (project,
333+
# folder, or organization). * `deleted:principal://goog/subject/`email_id`?uid=`
328334
# uid``: A specific Google Account that was deleted recently. For example, `
329335
# deleted:principal://goog/subject/[email protected]?uid=1234567890`. If the
330336
# Google Account is recovered, this identifier reverts to the standard

generated/google-apis-iam_v2beta/lib/google/apis/iam_v2beta/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module IamV2beta
1818
# Version of the google-apis-iam_v2beta gem
19-
GEM_VERSION = "0.18.0"
19+
GEM_VERSION = "0.19.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.15.1"
22+
GENERATOR_VERSION = "0.16.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20241114"
25+
REVISION = "20250213"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)