Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-iam_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-iam_v1

### v0.77.0 (2025-09-28)

* Regenerated from discovery document revision 20250919

### v0.76.0 (2025-09-14)

* Regenerated from discovery document revision 20250905
Expand Down
21 changes: 7 additions & 14 deletions generated/google-apis-iam_v1/lib/google/apis/iam_v1/classes.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3281,8 +3281,7 @@ class WorkforcePool
# @return [Google::Apis::IamV1::AccessRestrictions]
attr_accessor :access_restrictions

# Optional. A user-specified description of the pool. Cannot exceed 256
# characters.
# Optional. A description of the pool. Cannot exceed 256 characters.
# Corresponds to the JSON property `description`
# @return [String]
attr_accessor :description
Expand All @@ -3295,8 +3294,7 @@ class WorkforcePool
attr_accessor :disabled
alias_method :disabled?, :disabled

# Optional. A user-specified display name of the pool in Google Cloud Console.
# Cannot exceed 32 characters.
# Optional. A display name for the pool. Cannot exceed 32 characters.
# Corresponds to the JSON property `displayName`
# @return [String]
attr_accessor :display_name
Expand Down Expand Up @@ -3419,8 +3417,7 @@ class WorkforcePoolProvider
# @return [Hash<String,String>]
attr_accessor :attribute_mapping

# Optional. A user-specified description of the provider. Cannot exceed 256
# characters.
# Optional. A description of the provider. Cannot exceed 256 characters.
# Corresponds to the JSON property `description`
# @return [String]
attr_accessor :description
Expand All @@ -3440,8 +3437,7 @@ class WorkforcePoolProvider
attr_accessor :disabled
alias_method :disabled?, :disabled

# Optional. A user-specified display name for the provider. Cannot exceed 32
# characters.
# Optional. A display name for the provider. Cannot exceed 32 characters.
# Corresponds to the JSON property `displayName`
# @return [String]
attr_accessor :display_name
Expand Down Expand Up @@ -3579,14 +3575,12 @@ class WorkforcePoolProviderScimTenant
# @return [Hash<String,String>]
attr_accessor :claim_mapping

# Optional. The user-specified description of the scim tenant. Cannot exceed 256
# characters.
# Optional. The description of the scim tenant. Cannot exceed 256 characters.
# Corresponds to the JSON property `description`
# @return [String]
attr_accessor :description

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

# Optional. The user-specified display name of the scim token. Cannot exceed 32
# characters.
# Optional. The display name of the scim token. Cannot exceed 32 characters.
# Corresponds to the JSON property `displayName`
# @return [String]
attr_accessor :display_name
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module IamV1
# Version of the google-apis-iam_v1 gem
GEM_VERSION = "0.76.0"
GEM_VERSION = "0.77.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20250905"
REVISION = "20250919"
end
end
end
Loading