From 993d979d63741a2bf54bfd25987b0f3d5c2dad53 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Sun, 2 Nov 2025 09:50:12 +0000 Subject: [PATCH] feat: Automated regeneration of run v2 client --- generated/google-apis-run_v2/CHANGELOG.md | 4 ++++ .../google-apis-run_v2/lib/google/apis/run_v2/classes.rb | 8 -------- .../lib/google/apis/run_v2/gem_version.rb | 4 ++-- .../lib/google/apis/run_v2/representations.rb | 1 - 4 files changed, 6 insertions(+), 11 deletions(-) diff --git a/generated/google-apis-run_v2/CHANGELOG.md b/generated/google-apis-run_v2/CHANGELOG.md index 22b972b5e40..5e0515b29dc 100644 --- a/generated/google-apis-run_v2/CHANGELOG.md +++ b/generated/google-apis-run_v2/CHANGELOG.md @@ -1,5 +1,9 @@ # Release history for google-apis-run_v2 +### v0.101.0 (2025-11-02) + +* Regenerated from discovery document revision 20251024 + ### v0.100.0 (2025-10-26) * Regenerated from discovery document revision 20251019 diff --git a/generated/google-apis-run_v2/lib/google/apis/run_v2/classes.rb b/generated/google-apis-run_v2/lib/google/apis/run_v2/classes.rb index 83354ba3ed2..8d6ca3d936e 100644 --- a/generated/google-apis-run_v2/lib/google/apis/run_v2/classes.rb +++ b/generated/google-apis-run_v2/lib/google/apis/run_v2/classes.rb @@ -414,13 +414,6 @@ class GoogleCloudRunV2Container # @return [Google::Apis::RunV2::GoogleCloudRunV2ResourceRequirements] attr_accessor :resources - # Optional. Location of the source .tar.gz file in Cloud Storage. examples: - gs: - # //bucket/object.tar.gz. - gs://bucket/object.tar.gz#1234567890 (with object - # generation) - # Corresponds to the JSON property `source` - # @return [String] - attr_accessor :source - # Probe describes a health check to be performed against a container to # determine whether it is alive or ready to receive traffic. # Corresponds to the JSON property `startupProbe` @@ -455,7 +448,6 @@ def update!(**args) @name = args[:name] if args.key?(:name) @ports = args[:ports] if args.key?(:ports) @resources = args[:resources] if args.key?(:resources) - @source = args[:source] if args.key?(:source) @startup_probe = args[:startup_probe] if args.key?(:startup_probe) @volume_mounts = args[:volume_mounts] if args.key?(:volume_mounts) @working_dir = args[:working_dir] if args.key?(:working_dir) diff --git a/generated/google-apis-run_v2/lib/google/apis/run_v2/gem_version.rb b/generated/google-apis-run_v2/lib/google/apis/run_v2/gem_version.rb index 2fbcfd4b845..34cd0c8d8a6 100644 --- a/generated/google-apis-run_v2/lib/google/apis/run_v2/gem_version.rb +++ b/generated/google-apis-run_v2/lib/google/apis/run_v2/gem_version.rb @@ -16,13 +16,13 @@ module Google module Apis module RunV2 # Version of the google-apis-run_v2 gem - GEM_VERSION = "0.100.0" + GEM_VERSION = "0.101.0" # Version of the code generator used to generate this client GENERATOR_VERSION = "0.18.0" # Revision of the discovery document this client was generated from - REVISION = "20251019" + REVISION = "20251024" end end end diff --git a/generated/google-apis-run_v2/lib/google/apis/run_v2/representations.rb b/generated/google-apis-run_v2/lib/google/apis/run_v2/representations.rb index e1e92331cba..a15f4b48867 100644 --- a/generated/google-apis-run_v2/lib/google/apis/run_v2/representations.rb +++ b/generated/google-apis-run_v2/lib/google/apis/run_v2/representations.rb @@ -871,7 +871,6 @@ class Representation < Google::Apis::Core::JsonRepresentation property :resources, as: 'resources', class: Google::Apis::RunV2::GoogleCloudRunV2ResourceRequirements, decorator: Google::Apis::RunV2::GoogleCloudRunV2ResourceRequirements::Representation - property :source, as: 'source' property :startup_probe, as: 'startupProbe', class: Google::Apis::RunV2::GoogleCloudRunV2Probe, decorator: Google::Apis::RunV2::GoogleCloudRunV2Probe::Representation collection :volume_mounts, as: 'volumeMounts', class: Google::Apis::RunV2::GoogleCloudRunV2VolumeMount, decorator: Google::Apis::RunV2::GoogleCloudRunV2VolumeMount::Representation