Skip to content

Commit ab47ccd

Browse files
feat: Automated regeneration of gkehub v1 client (googleapis#24283)
Auto-created at 2025-09-14 10:17:17 +0000 using the toys pull request generator.
1 parent 2b5eb66 commit ab47ccd

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
@@ -257237,6 +257237,7 @@
257237257237
"/gkehub:v1/ResourceManifest/manifest": manifest
257238257238
"/gkehub:v1/ResourceOptions": resource_options
257239257239
"/gkehub:v1/ResourceOptions/connectVersion": connect_version
257240+
"/gkehub:v1/ResourceOptions/k8sGitVersion": k8s_git_version
257240257241
"/gkehub:v1/ResourceOptions/k8sVersion": k8s_version
257241257242
"/gkehub:v1/ResourceOptions/v1beta1Crd": v1beta1_crd
257242257243
"/gkehub:v1/Role": role

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

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

59
* Regenerated from discovery document revision 20250815

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5430,8 +5430,14 @@ class ResourceOptions
54305430
# @return [String]
54315431
attr_accessor :connect_version
54325432

5433-
# Optional. Major version of the Kubernetes cluster. This is only used to
5434-
# determine which version to use for the CustomResourceDefinition resources, `
5433+
# Optional. Git version of the Kubernetes cluster. This is only used to gate the
5434+
# Connect Agent migration to svc.id.goog on GDC-SO 1.33.100 patch and above.
5435+
# Corresponds to the JSON property `k8sGitVersion`
5436+
# @return [String]
5437+
attr_accessor :k8s_git_version
5438+
5439+
# Optional. Major and minor version of the Kubernetes cluster. This is only used
5440+
# to determine which version to use for the CustomResourceDefinition resources, `
54355441
# apiextensions/v1beta1` or`apiextensions/v1`.
54365442
# Corresponds to the JSON property `k8sVersion`
54375443
# @return [String]
@@ -5452,6 +5458,7 @@ def initialize(**args)
54525458
# Update properties of this object
54535459
def update!(**args)
54545460
@connect_version = args[:connect_version] if args.key?(:connect_version)
5461+
@k8s_git_version = args[:k8s_git_version] if args.key?(:k8s_git_version)
54555462
@k8s_version = args[:k8s_version] if args.key?(:k8s_version)
54565463
@v1beta1_crd = args[:v1beta1_crd] if args.key?(:v1beta1_crd)
54575464
end

generated/google-apis-gkehub_v1/lib/google/apis/gkehub_v1/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 GkehubV1
1818
# Version of the google-apis-gkehub_v1 gem
19-
GEM_VERSION = "0.89.0"
19+
GEM_VERSION = "0.90.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_v1/lib/google/apis/gkehub_v1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2510,6 +2510,7 @@ class ResourceOptions
25102510
# @private
25112511
class Representation < Google::Apis::Core::JsonRepresentation
25122512
property :connect_version, as: 'connectVersion'
2513+
property :k8s_git_version, as: 'k8sGitVersion'
25132514
property :k8s_version, as: 'k8sVersion'
25142515
property :v1beta1_crd, as: 'v1beta1Crd'
25152516
end

generated/google-apis-gkehub_v1/lib/google/apis/gkehub_v1/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)