Skip to content

Commit 3853e90

Browse files
feat: Automated regeneration of iam v1 client (googleapis#24160)
Auto-created at 2025-08-31 10:23:49 +0000 using the toys pull request generator.
1 parent 9396c8e commit 3853e90

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

generated/google-apis-iam_v1/CHANGELOG.md

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

3+
### v0.75.0 (2025-08-31)
4+
5+
* Regenerated from discovery document revision 20250825
6+
37
### v0.74.0 (2025-08-24)
48

59
* Regenerated from discovery document revision 20250815

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module IamV1
1818
# Version of the google-apis-iam_v1 gem
19-
GEM_VERSION = "0.74.0"
19+
GEM_VERSION = "0.75.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

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

generated/google-apis-iam_v1/lib/google/apis/iam_v1/service.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,8 @@ def get_workforce_pool_iam_policy(resource, get_iam_policy_request_object = nil,
269269
# @param [String] location
270270
# The location of the pool. Format: `locations/`location``.
271271
# @param [Fixnum] page_size
272-
# The maximum number of pools to return. If unspecified, at most 50 pools will
273-
# be returned. The maximum value is 1000; values above 1000 are truncated to
274-
# 1000.
272+
# The maximum number of pools to return. The default value is 50. The maximum
273+
# value is 100.
275274
# @param [String] page_token
276275
# A page token, received from a previous `ListWorkforcePools` call. Provide this
277276
# to retrieve the subsequent page.

0 commit comments

Comments
 (0)