Skip to content

Commit 5bc13e8

Browse files
feat: Automated regeneration of iam v1 client (#24414)
Auto-created at 2025-09-28 09:56:30 +0000 using the toys pull request generator.
1 parent 7425399 commit 5bc13e8

File tree

3 files changed

+13
-16
lines changed

3 files changed

+13
-16
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.77.0 (2025-09-28)
4+
5+
* Regenerated from discovery document revision 20250919
6+
37
### v0.76.0 (2025-09-14)
48

59
* Regenerated from discovery document revision 20250905

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

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3281,8 +3281,7 @@ class WorkforcePool
32813281
# @return [Google::Apis::IamV1::AccessRestrictions]
32823282
attr_accessor :access_restrictions
32833283

3284-
# Optional. A user-specified description of the pool. Cannot exceed 256
3285-
# characters.
3284+
# Optional. A description of the pool. Cannot exceed 256 characters.
32863285
# Corresponds to the JSON property `description`
32873286
# @return [String]
32883287
attr_accessor :description
@@ -3295,8 +3294,7 @@ class WorkforcePool
32953294
attr_accessor :disabled
32963295
alias_method :disabled?, :disabled
32973296

3298-
# Optional. A user-specified display name of the pool in Google Cloud Console.
3299-
# Cannot exceed 32 characters.
3297+
# Optional. A display name for the pool. Cannot exceed 32 characters.
33003298
# Corresponds to the JSON property `displayName`
33013299
# @return [String]
33023300
attr_accessor :display_name
@@ -3419,8 +3417,7 @@ class WorkforcePoolProvider
34193417
# @return [Hash<String,String>]
34203418
attr_accessor :attribute_mapping
34213419

3422-
# Optional. A user-specified description of the provider. Cannot exceed 256
3423-
# characters.
3420+
# Optional. A description of the provider. Cannot exceed 256 characters.
34243421
# Corresponds to the JSON property `description`
34253422
# @return [String]
34263423
attr_accessor :description
@@ -3440,8 +3437,7 @@ class WorkforcePoolProvider
34403437
attr_accessor :disabled
34413438
alias_method :disabled?, :disabled
34423439

3443-
# Optional. A user-specified display name for the provider. Cannot exceed 32
3444-
# characters.
3440+
# Optional. A display name for the provider. Cannot exceed 32 characters.
34453441
# Corresponds to the JSON property `displayName`
34463442
# @return [String]
34473443
attr_accessor :display_name
@@ -3579,14 +3575,12 @@ class WorkforcePoolProviderScimTenant
35793575
# @return [Hash<String,String>]
35803576
attr_accessor :claim_mapping
35813577

3582-
# Optional. The user-specified description of the scim tenant. Cannot exceed 256
3583-
# characters.
3578+
# Optional. The description of the scim tenant. Cannot exceed 256 characters.
35843579
# Corresponds to the JSON property `description`
35853580
# @return [String]
35863581
attr_accessor :description
35873582

3588-
# Optional. The user-specified display name of the scim tenant. Cannot exceed 32
3589-
# characters.
3583+
# Optional. The display name of the scim tenant. Cannot exceed 32 characters.
35903584
# Corresponds to the JSON property `displayName`
35913585
# @return [String]
35923586
attr_accessor :display_name
@@ -3629,8 +3623,7 @@ def update!(**args)
36293623
class WorkforcePoolProviderScimToken
36303624
include Google::Apis::Core::Hashable
36313625

3632-
# Optional. The user-specified display name of the scim token. Cannot exceed 32
3633-
# characters.
3626+
# Optional. The display name of the scim token. Cannot exceed 32 characters.
36343627
# Corresponds to the JSON property `displayName`
36353628
# @return [String]
36363629
attr_accessor :display_name

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.76.0"
19+
GEM_VERSION = "0.77.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 = "20250905"
25+
REVISION = "20250919"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)