Skip to content

Commit f28a116

Browse files
feat: Automated regeneration of run v2 client (#24096)
Auto-created at 2025-08-24 11:01:47 +0000 using the toys pull request generator.
1 parent ab15d44 commit f28a116

File tree

5 files changed

+14
-2
lines changed

5 files changed

+14
-2
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327288,6 +327288,7 @@
327288327288
"/run:v2/GoogleCloudRunV2SubmitBuildRequest/dockerBuild": docker_build
327289327289
"/run:v2/GoogleCloudRunV2SubmitBuildRequest/imageUri": image_uri
327290327290
"/run:v2/GoogleCloudRunV2SubmitBuildRequest/machineType": machine_type
327291+
"/run:v2/GoogleCloudRunV2SubmitBuildRequest/releaseTrack": release_track
327291327292
"/run:v2/GoogleCloudRunV2SubmitBuildRequest/serviceAccount": service_account
327292327293
"/run:v2/GoogleCloudRunV2SubmitBuildRequest/storageSource": storage_source
327293327294
"/run:v2/GoogleCloudRunV2SubmitBuildRequest/tags": tags

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

3+
### v0.96.0 (2025-08-24)
4+
5+
* Regenerated from discovery document revision 20250818
6+
37
### v0.95.0 (2025-08-17)
48

59
* Regenerated from discovery document revision 20250808

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2917,6 +2917,11 @@ class GoogleCloudRunV2SubmitBuildRequest
29172917
# @return [String]
29182918
attr_accessor :machine_type
29192919

2920+
# Optional. The release track of the client that initiated the build request.
2921+
# Corresponds to the JSON property `releaseTrack`
2922+
# @return [String]
2923+
attr_accessor :release_track
2924+
29202925
# Optional. The service account to use for the build. If not set, the default
29212926
# Cloud Build service account for the project will be used.
29222927
# Corresponds to the JSON property `serviceAccount`
@@ -2952,6 +2957,7 @@ def update!(**args)
29522957
@docker_build = args[:docker_build] if args.key?(:docker_build)
29532958
@image_uri = args[:image_uri] if args.key?(:image_uri)
29542959
@machine_type = args[:machine_type] if args.key?(:machine_type)
2960+
@release_track = args[:release_track] if args.key?(:release_track)
29552961
@service_account = args[:service_account] if args.key?(:service_account)
29562962
@storage_source = args[:storage_source] if args.key?(:storage_source)
29572963
@tags = args[:tags] if args.key?(:tags)

generated/google-apis-run_v2/lib/google/apis/run_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 RunV2
1818
# Version of the google-apis-run_v2 gem
19-
GEM_VERSION = "0.95.0"
19+
GEM_VERSION = "0.96.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 = "20250808"
25+
REVISION = "20250818"
2626
end
2727
end
2828
end

generated/google-apis-run_v2/lib/google/apis/run_v2/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1453,6 +1453,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
14531453

14541454
property :image_uri, as: 'imageUri'
14551455
property :machine_type, as: 'machineType'
1456+
property :release_track, as: 'releaseTrack'
14561457
property :service_account, as: 'serviceAccount'
14571458
property :storage_source, as: 'storageSource', class: Google::Apis::RunV2::GoogleCloudRunV2StorageSource, decorator: Google::Apis::RunV2::GoogleCloudRunV2StorageSource::Representation
14581459

0 commit comments

Comments
 (0)