Skip to content

Commit 74b081b

Browse files
feat: Automated regeneration of container v1beta1 client (#26629)
Auto-created at 2026-06-10 22:17:05 +0000 using the toys pull request generator.
1 parent 9d11c46 commit 74b081b

9 files changed

Lines changed: 1198 additions & 57 deletions

File tree

api_names_out.yaml

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

generated/google-apis-container_v1beta1/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_v1beta1
22

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

510
* Regenerated from discovery document revision 20260209

generated/google-apis-container_v1beta1/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_v1beta1/google-apis-container_v1beta1.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_v1beta1/lib/google/apis/container_v1beta1.rb

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,12 @@ module ContainerV1beta1
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_v1beta1/lib/google/apis/container_v1beta1/classes.rb

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

generated/google-apis-container_v1beta1/lib/google/apis/container_v1beta1/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 ContainerV1beta1
1818
# Version of the google-apis-container_v1beta1 gem
19-
GEM_VERSION = "0.102.0"
19+
GEM_VERSION = "0.103.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

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

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

generated/google-apis-container_v1beta1/lib/google/apis/container_v1beta1/service.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,9 +1046,9 @@ def delete_project_location_cluster_node_pool(name, cluster_id: nil, node_pool_i
10461046
execute_or_queue_command(command, &block)
10471047
end
10481048

1049-
# Fetch upgrade information of a specific nodepool.
1049+
# Fetch upgrade information of a specific node pool.
10501050
# @param [String] name
1051-
# Required. The name (project, location, cluster, nodepool) of the nodepool to
1051+
# Required. The name (project, location, cluster, node pool) of the node pool to
10521052
# get. Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`
10531053
# or `projects/*/zones/*/clusters/*/nodePools/*`.
10541054
# @param [String] version
@@ -2514,9 +2514,9 @@ def delete_project_zone_cluster_node_pool(project_id, zone, cluster_id, node_poo
25142514
execute_or_queue_command(command, &block)
25152515
end
25162516

2517-
# Fetch upgrade information of a specific nodepool.
2517+
# Fetch upgrade information of a specific node pool.
25182518
# @param [String] name
2519-
# Required. The name (project, location, cluster, nodepool) of the nodepool to
2519+
# Required. The name (project, location, cluster, node pool) of the node pool to
25202520
# get. Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`
25212521
# or `projects/*/zones/*/clusters/*/nodePools/*`.
25222522
# @param [String] version

0 commit comments

Comments
 (0)