Skip to content

Commit 8e6cdb5

Browse files
feat: Automated regeneration of cloudbuild v1 client (googleapis#23422)
Auto-created at 2025-06-15 10:06:58 +0000 using the toys pull request generator.
1 parent 474446e commit 8e6cdb5

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

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

3+
### v0.71.0 (2025-06-15)
4+
5+
* Regenerated from discovery document revision 20250609
6+
37
### v0.70.0 (2025-06-01)
48

59
* Regenerated from discovery document revision 20250521

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4790,7 +4790,7 @@ class WorkerConfig
47904790

47914791
# Size of the disk attached to the worker, in GB. See [Worker pool config file](
47924792
# https://cloud.google.com/build/docs/private-pools/worker-pool-config-file-
4793-
# schema). Specify a value of up to 2000. If `0` is specified, Cloud Build will
4793+
# schema). Specify a value of up to 4000. If `0` is specified, Cloud Build will
47944794
# use a standard disk size.
47954795
# Corresponds to the JSON property `diskSizeGb`
47964796
# @return [Fixnum]

generated/google-apis-cloudbuild_v1/lib/google/apis/cloudbuild_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 CloudbuildV1
1818
# Version of the google-apis-cloudbuild_v1 gem
19-
GEM_VERSION = "0.70.0"
19+
GEM_VERSION = "0.71.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 = "20250521"
25+
REVISION = "20250609"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)