Skip to content

Commit

Permalink
feat: Automated regeneration of cloudbuild v2 client (googleapis#19969)
Browse files Browse the repository at this point in the history
Auto-created at 2024-07-25 20:56:31 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Jul 25, 2024
1 parent c2d0ad0 commit 1cedeae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions generated/google-apis-cloudbuild_v2/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-cloudbuild_v2

### v0.23.0 (2024-07-25)

* Regenerated from discovery document revision 20240720

### v0.22.0 (2024-07-25)

* Regenerated from discovery document revision 20240704
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2365,8 +2365,8 @@ class SecretVolumeSource
# @return [String]
attr_accessor :secret_name

# Output only. Resource name of the SecretVersion. In format: projects/*/secrets/
# */versions/*
# Optional. Resource name of the SecretVersion. In format: projects/*/secrets/*/
# versions/*
# Corresponds to the JSON property `secretVersion`
# @return [String]
attr_accessor :secret_version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module CloudbuildV2
# Version of the google-apis-cloudbuild_v2 gem
GEM_VERSION = "0.22.0"
GEM_VERSION = "0.23.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20240704"
REVISION = "20240720"
end
end
end

0 comments on commit 1cedeae

Please sign in to comment.