Skip to content

Commit 1cedeae

Browse files
feat: Automated regeneration of cloudbuild v2 client (#19969)
Auto-created at 2024-07-25 20:56:31 +0000 using the toys pull request generator.
1 parent c2d0ad0 commit 1cedeae

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

generated/google-apis-cloudbuild_v2/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-cloudbuild_v2
22

3+
### v0.23.0 (2024-07-25)
4+
5+
* Regenerated from discovery document revision 20240720
6+
37
### v0.22.0 (2024-07-25)
48

59
* Regenerated from discovery document revision 20240704

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2365,8 +2365,8 @@ class SecretVolumeSource
23652365
# @return [String]
23662366
attr_accessor :secret_name
23672367

2368-
# Output only. Resource name of the SecretVersion. In format: projects/*/secrets/
2369-
# */versions/*
2368+
# Optional. Resource name of the SecretVersion. In format: projects/*/secrets/*/
2369+
# versions/*
23702370
# Corresponds to the JSON property `secretVersion`
23712371
# @return [String]
23722372
attr_accessor :secret_version

generated/google-apis-cloudbuild_v2/lib/google/apis/cloudbuild_v2/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 CloudbuildV2
1818
# Version of the google-apis-cloudbuild_v2 gem
19-
GEM_VERSION = "0.22.0"
19+
GEM_VERSION = "0.23.0"
2020

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

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20240704"
25+
REVISION = "20240720"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)