google-apis-iam_v1 0.74.0 → 0.76.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/iam_v1/classes.rb +2 -2
- data/lib/google/apis/iam_v1/gem_version.rb +2 -2
- data/lib/google/apis/iam_v1/service.rb +2 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9938c74666516e5ab9d86a27a494b7437f754e18966afff4f2fcd9c6b06c723c
|
4
|
+
data.tar.gz: b65c0d4abc64d37bcbefcceef2204e7a1c747a233c831b78831875cd6c35a62a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f8d11b5e94515e72ec0136f43d62fe4704dc37e4e1af99bdb0439faf851b6b9a440c2198627790cf47e0560cc430c3735d63e432602ff882a0cfac18f717f20
|
7
|
+
data.tar.gz: 9626df44edea02ad354172a36968db74a8ca3388511052c33e449a2a9938695c97bbf8cde4b0f298dd46b841d4636722cbfc3987980358c3fdcb8e61c923023e
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-iam_v1
|
2
2
|
|
3
|
+
### v0.76.0 (2025-09-14)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250905
|
6
|
+
|
7
|
+
### v0.75.0 (2025-08-31)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250825
|
10
|
+
|
3
11
|
### v0.74.0 (2025-08-24)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250815
|
@@ -3446,8 +3446,8 @@ module Google
|
|
3446
3446
|
# @return [String]
|
3447
3447
|
attr_accessor :display_name
|
3448
3448
|
|
3449
|
-
# Output only. Time after which the
|
3450
|
-
# purged and cannot be recovered.
|
3449
|
+
# Output only. Time after which the workforce identity pool provider will be
|
3450
|
+
# permanently purged and cannot be recovered.
|
3451
3451
|
# Corresponds to the JSON property `expireTime`
|
3452
3452
|
# @return [String]
|
3453
3453
|
attr_accessor :expire_time
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module IamV1
|
18
18
|
# Version of the google-apis-iam_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.76.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250905"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -269,9 +269,8 @@ module Google
|
|
269
269
|
# @param [String] location
|
270
270
|
# The location of the pool. Format: `locations/`location``.
|
271
271
|
# @param [Fixnum] page_size
|
272
|
-
# The maximum number of pools to return.
|
273
|
-
#
|
274
|
-
# 1000.
|
272
|
+
# The maximum number of pools to return. The default value is 50. The maximum
|
273
|
+
# value is 100.
|
275
274
|
# @param [String] page_token
|
276
275
|
# A page token, received from a previous `ListWorkforcePools` call. Provide this
|
277
276
|
# to retrieve the subsequent page.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-iam_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.76.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.76.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v1
|
63
63
|
rdoc_options: []
|
64
64
|
require_paths:
|