Skip to content

Commit 287e093

Browse files
feat: Automated regeneration of gkehub v1beta client (googleapis#24296)
Auto-created at 2025-09-14 10:39:37 +0000 using the toys pull request generator.
1 parent ab47ccd commit 287e093

File tree

6 files changed

+19
-6
lines changed

6 files changed

+19
-6
lines changed

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259810,6 +259810,7 @@
259810259810
"/gkehub:v1beta/ResourceManifest/manifest": manifest
259811259811
"/gkehub:v1beta/ResourceOptions": resource_options
259812259812
"/gkehub:v1beta/ResourceOptions/connectVersion": connect_version
259813+
"/gkehub:v1beta/ResourceOptions/k8sGitVersion": k8s_git_version
259813259814
"/gkehub:v1beta/ResourceOptions/k8sVersion": k8s_version
259814259815
"/gkehub:v1beta/ResourceOptions/v1beta1Crd": v1beta1_crd
259815259816
"/gkehub:v1beta/Role": role

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

3+
### v0.89.0 (2025-09-14)
4+
5+
* Regenerated from discovery document revision 20250907
6+
37
### v0.88.0 (2025-08-24)
48

59
* Regenerated from discovery document revision 20250815

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5577,8 +5577,14 @@ class ResourceOptions
55775577
# @return [String]
55785578
attr_accessor :connect_version
55795579

5580-
# Optional. Major version of the Kubernetes cluster. This is only used to
5581-
# determine which version to use for the CustomResourceDefinition resources, `
5580+
# Optional. Git version of the Kubernetes cluster. This is only used to gate the
5581+
# Connect Agent migration to svc.id.goog on GDC-SO 1.33.100 patch and above.
5582+
# Corresponds to the JSON property `k8sGitVersion`
5583+
# @return [String]
5584+
attr_accessor :k8s_git_version
5585+
5586+
# Optional. Major and minor version of the Kubernetes cluster. This is only used
5587+
# to determine which version to use for the CustomResourceDefinition resources, `
55825588
# apiextensions/v1beta1` or`apiextensions/v1`.
55835589
# Corresponds to the JSON property `k8sVersion`
55845590
# @return [String]
@@ -5599,6 +5605,7 @@ def initialize(**args)
55995605
# Update properties of this object
56005606
def update!(**args)
56015607
@connect_version = args[:connect_version] if args.key?(:connect_version)
5608+
@k8s_git_version = args[:k8s_git_version] if args.key?(:k8s_git_version)
56025609
@k8s_version = args[:k8s_version] if args.key?(:k8s_version)
56035610
@v1beta1_crd = args[:v1beta1_crd] if args.key?(:v1beta1_crd)
56045611
end

generated/google-apis-gkehub_v1beta/lib/google/apis/gkehub_v1beta/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 GkehubV1beta
1818
# Version of the google-apis-gkehub_v1beta gem
19-
GEM_VERSION = "0.88.0"
19+
GEM_VERSION = "0.89.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 = "20250815"
25+
REVISION = "20250907"
2626
end
2727
end
2828
end

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2588,6 +2588,7 @@ class ResourceOptions
25882588
# @private
25892589
class Representation < Google::Apis::Core::JsonRepresentation
25902590
property :connect_version, as: 'connectVersion'
2591+
property :k8s_git_version, as: 'k8sGitVersion'
25912592
property :k8s_version, as: 'k8sVersion'
25922593
property :v1beta1_crd, as: 'v1beta1Crd'
25932594
end

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ def get_project_location(name, fields: nil, quota_user: nil, options: nil, &bloc
127127
# @param [String] name
128128
# The resource that owns the locations collection, if applicable.
129129
# @param [Array<String>, String] extra_location_types
130-
# Optional. Do not use this field. It is unsupported and is ignored unless
131-
# explicitly documented otherwise. This is primarily for internal usage.
130+
# Optional. Unless explicitly documented otherwise, don't use this unsupported
131+
# field which is primarily intended for internal usage.
132132
# @param [String] filter
133133
# A filter to narrow down results to a preferred subset. The filtering language
134134
# accepts strings like `"displayName=tokyo"`, and is documented in more detail

0 commit comments

Comments
 (0)