Skip to content

Commit 2c49c9d

Browse files
feat: Automated regeneration of gkehub v2alpha client (#25434)
Auto-created at 2026-01-25 09:22:21 +0000 using the toys pull request generator.
1 parent e878347 commit 2c49c9d

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

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

3+
### v0.33.0 (2026-01-25)
4+
5+
* Regenerated from discovery document revision 20260119
6+
37
### v0.32.0 (2025-12-07)
48

59
* Regenerated from discovery document revision 20251201

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1258,7 +1258,8 @@ class ConfigManagementSpec
12581258
# @return [Google::Apis::GkehubV2alpha::ConfigManagementHierarchyControllerConfig]
12591259
attr_accessor :hierarchy_controller
12601260

1261-
# Optional. Enables automatic Feature management.
1261+
# Optional. Deprecated: From version 1.21.0, automatic Feature management is
1262+
# unavailable, and Config Sync only supports manual upgrades.
12621263
# Corresponds to the JSON property `management`
12631264
# @return [String]
12641265
attr_accessor :management

generated/google-apis-gkehub_v2alpha/lib/google/apis/gkehub_v2alpha/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 GkehubV2alpha
1818
# Version of the google-apis-gkehub_v2alpha gem
19-
GEM_VERSION = "0.32.0"
19+
GEM_VERSION = "0.33.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 = "20251201"
25+
REVISION = "20260119"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)