Skip to content

Commit c642ea4

Browse files
feat: Automated regeneration of gkehub v1alpha client (#25452)
Auto-created at 2026-01-25 09:47:27 +0000 using the toys pull request generator.
1 parent db8f70f commit c642ea4

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

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

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

59
* Regenerated from discovery document revision 20251201

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

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -406,8 +406,8 @@ def update!(**args)
406406
class ClusterSelector
407407
include Google::Apis::Core::Hashable
408408

409-
# The label selector must be a valid CEL (go/cel) expression which evaluates
410-
# resource.labels.
409+
# Optional. A valid CEL (Common Expression Language) expression which evaluates `
410+
# resource.labels`.
411411
# Corresponds to the JSON property `labelSelector`
412412
# @return [String]
413413
attr_accessor :label_selector
@@ -1845,7 +1845,8 @@ class ConfigManagementMembershipSpec
18451845
# @return [Google::Apis::GkehubV1alpha::ConfigManagementHierarchyControllerConfig]
18461846
attr_accessor :hierarchy_controller
18471847

1848-
# Optional. Enables automatic Feature management.
1848+
# Optional. Deprecated: From version 1.21.0, automatic Feature management is
1849+
# unavailable, and Config Sync only supports manual upgrades.
18491850
# Corresponds to the JSON property `management`
18501851
# @return [String]
18511852
attr_accessor :management
@@ -6181,7 +6182,7 @@ class Rollout
61816182

61826183
# Optional. Immutable. The full, unique resource name of the rollout sequence
61836184
# that initiatied this Rollout. In the format of `projects/`project`/locations/
6184-
# global/rolloutSequences/`rollout_sequence``. Empty for user initiated rollouts.
6185+
# global/rolloutSequences/`rollout_sequence``.
61856186
# Corresponds to the JSON property `rolloutSequence`
61866187
# @return [String]
61876188
attr_accessor :rollout_sequence
@@ -6191,8 +6192,7 @@ class Rollout
61916192
# @return [Google::Apis::GkehubV1alpha::Schedule]
61926193
attr_accessor :schedule
61936194

6194-
# Output only. The stages of the Rollout. Note: this is only populated for
6195-
# google-initiated rollouts.
6195+
# Output only. The stages of the Rollout.
61966196
# Corresponds to the JSON property `stages`
61976197
# @return [Array<Google::Apis::GkehubV1alpha::RolloutStage>]
61986198
attr_accessor :stages
@@ -6405,16 +6405,15 @@ class RolloutTarget
64056405
include Google::Apis::Core::Hashable
64066406

64076407
# Optional. Output only. The resource link of the Cluster resource upgraded in
6408-
# this Rollout. It is formatted as: ///projects//locations//clusters/. I.e. for
6409-
# GKE clusters, it is formatted as: //container.googleapis.com/projects//
6410-
# locations//clusters/. For GDCE, it is formatted as: //edgecontainer.googleapis.
6411-
# com/projects//locations//clusters/.
6408+
# this Rollout. It is formatted as: `//`api_service`/projects/`project_number`/
6409+
# locations/`location`/clusters/`cluster_name``. .
64126410
# Corresponds to the JSON property `cluster`
64136411
# @return [String]
64146412
attr_accessor :cluster
64156413

64166414
# Optional. Output only. The resource link of the NodePool resource upgraded in
6417-
# this Rollout. It is formatted as: ///projects//locations//clusters//nodePools/.
6415+
# this Rollout. It is formatted as: `//`api_service`/projects/`project_number`/
6416+
# locations/`location`/clusters/`cluster_name`/nodePools/`node_pool_name``.
64186417
# Corresponds to the JSON property `nodePool`
64196418
# @return [String]
64206419
attr_accessor :node_pool

generated/google-apis-gkehub_v1alpha/lib/google/apis/gkehub_v1alpha/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 GkehubV1alpha
1818
# Version of the google-apis-gkehub_v1alpha gem
19-
GEM_VERSION = "0.101.0"
19+
GEM_VERSION = "0.102.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)