Skip to content

Commit

Permalink
feat: Automated regeneration of iam v1 client (#19395)
Browse files Browse the repository at this point in the history
Auto-created at 2024-05-19 11:55:13 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot committed May 21, 2024
1 parent c6e96f8 commit 5a22441
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 deletions.
5 changes: 5 additions & 0 deletions generated/google-apis-iam_v1/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release history for google-apis-iam_v1

### v0.58.0 (2024-05-19)

* Regenerated from discovery document revision 20240502
* Regenerated using generator version 0.15.0

### v0.57.0 (2024-04-28)

* Regenerated from discovery document revision 20240418
Expand Down
2 changes: 1 addition & 1 deletion generated/google-apis-iam_v1/google-apis-iam_v1.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]

gem.required_ruby_version = '>= 2.7'
gem.add_runtime_dependency "google-apis-core", ">= 0.14.0", "< 2.a"
gem.add_runtime_dependency "google-apis-core", ">= 0.15.0", "< 2.a"
end
11 changes: 6 additions & 5 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 @@ -2334,8 +2334,8 @@ class ServiceAccountKey
# @return [String]
attr_accessor :description

# optional. If the key is disabled, it may have a DisableReason describing why
# it was disabled.
# Output only. optional. If the key is disabled, it may have a DisableReason
# describing why it was disabled.
# Corresponds to the JSON property `disableReason`
# @return [String]
attr_accessor :disable_reason
Expand All @@ -2346,9 +2346,10 @@ class ServiceAccountKey
attr_accessor :disabled
alias_method :disabled?, :disabled

# Extended Status provides permanent information about a service account key.
# For example, if this key was detected as exposed or compromised, that
# information will remain for the lifetime of the key in the extended_status.
# Output only. Extended Status provides permanent information about a service
# account key. For example, if this key was detected as exposed or compromised,
# that information will remain for the lifetime of the key in the
# extended_status.
# Corresponds to the JSON property `extendedStatus`
# @return [Array<Google::Apis::IamV1::ExtendedStatus>]
attr_accessor :extended_status
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.57.0"
GEM_VERSION = "0.58.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20240418"
REVISION = "20240502"
end
end
end

0 comments on commit 5a22441

Please sign in to comment.