Skip to content

Commit 4f5778d

Browse files
feat: Automated regeneration of run v2 client (#24807)
Auto-created at 2025-11-02 09:50:12 +0000 using the toys pull request generator.
1 parent 1ceb48c commit 4f5778d

File tree

4 files changed

+6
-11
lines changed

4 files changed

+6
-11
lines changed

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.101.0 (2025-11-02)
4+
5+
* Regenerated from discovery document revision 20251024
6+
37
### v0.100.0 (2025-10-26)
48

59
* Regenerated from discovery document revision 20251019

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -414,13 +414,6 @@ class GoogleCloudRunV2Container
414414
# @return [Google::Apis::RunV2::GoogleCloudRunV2ResourceRequirements]
415415
attr_accessor :resources
416416

417-
# Optional. Location of the source .tar.gz file in Cloud Storage. examples: - gs:
418-
# //bucket/object.tar.gz. - gs://bucket/object.tar.gz#1234567890 (with object
419-
# generation)
420-
# Corresponds to the JSON property `source`
421-
# @return [String]
422-
attr_accessor :source
423-
424417
# Probe describes a health check to be performed against a container to
425418
# determine whether it is alive or ready to receive traffic.
426419
# Corresponds to the JSON property `startupProbe`
@@ -455,7 +448,6 @@ def update!(**args)
455448
@name = args[:name] if args.key?(:name)
456449
@ports = args[:ports] if args.key?(:ports)
457450
@resources = args[:resources] if args.key?(:resources)
458-
@source = args[:source] if args.key?(:source)
459451
@startup_probe = args[:startup_probe] if args.key?(:startup_probe)
460452
@volume_mounts = args[:volume_mounts] if args.key?(:volume_mounts)
461453
@working_dir = args[:working_dir] if args.key?(:working_dir)

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.100.0"
19+
GEM_VERSION = "0.101.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 = "20251019"
25+
REVISION = "20251024"
2626
end
2727
end
2828
end

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
871871

872872
property :resources, as: 'resources', class: Google::Apis::RunV2::GoogleCloudRunV2ResourceRequirements, decorator: Google::Apis::RunV2::GoogleCloudRunV2ResourceRequirements::Representation
873873

874-
property :source, as: 'source'
875874
property :startup_probe, as: 'startupProbe', class: Google::Apis::RunV2::GoogleCloudRunV2Probe, decorator: Google::Apis::RunV2::GoogleCloudRunV2Probe::Representation
876875

877876
collection :volume_mounts, as: 'volumeMounts', class: Google::Apis::RunV2::GoogleCloudRunV2VolumeMount, decorator: Google::Apis::RunV2::GoogleCloudRunV2VolumeMount::Representation

0 commit comments

Comments
 (0)