Skip to content

Commit 7072ecf

Browse files
feat: Automated regeneration of container v1 client (#26632)
Auto-created at 2026-06-10 22:18:53 +0000 using the toys pull request generator.
1 parent 24c2b2d commit 7072ecf

9 files changed

Lines changed: 1357 additions & 57 deletions

File tree

api_names_out.yaml

Lines changed: 97 additions & 0 deletions
Large diffs are not rendered by default.

generated/google-apis-container_v1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-container_v1
22

3+
### v0.115.0 (2026-06-10)
4+
5+
* Regenerated from discovery document revision 20260519
6+
* Regenerated using generator version 0.19.0
7+
38
### v0.114.0 (2026-02-15)
49

510
* Regenerated from discovery document revision 20260209

generated/google-apis-container_v1/OVERVIEW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/kubernetes-engine/docs/) ma
8383

8484
## Supported Ruby versions
8585

86-
This library is supported on Ruby 3.1+.
86+
This library is supported on Ruby 3.2+.
8787

8888
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
8989

generated/google-apis-container_v1/google-apis-container_v1.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ Gem::Specification.new do |gem|
2828
gem.files = Dir.glob("lib/**/*.rb") + Dir.glob("*.md") + [".yardopts"]
2929
gem.require_paths = ["lib"]
3030

31-
gem.required_ruby_version = '>= 3.1'
31+
gem.required_ruby_version = '>= 3.2'
3232
gem.add_runtime_dependency "google-apis-core", ">= 0.15.0", "< 2.a"
3333
end

generated/google-apis-container_v1/lib/google/apis/container_v1.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ module ContainerV1
3232

3333
# See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
3434
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
35+
36+
# See, edit, configure, and delete your Google Kubernetes Engine data and see the email address for your Google Account
37+
AUTH_CONTAINER = 'https://www.googleapis.com/auth/container'
38+
39+
# See your Google Kubernetes Engine data and the email address of your Google Account
40+
AUTH_CONTAINER_READ_ONLY = 'https://www.googleapis.com/auth/container.read-only'
3541
end
3642
end
3743
end

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

Lines changed: 874 additions & 48 deletions
Large diffs are not rendered by default.

generated/google-apis-container_v1/lib/google/apis/container_v1/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module ContainerV1
1818
# Version of the google-apis-container_v1 gem
19-
GEM_VERSION = "0.114.0"
19+
GEM_VERSION = "0.115.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.18.0"
22+
GENERATOR_VERSION = "0.19.0"
2323

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

0 commit comments

Comments
 (0)