Skip to content

Commit ba0d75f

Browse files
feat: Automated regeneration of gkehub v1 client (#25796)
Auto-created at 2026-02-22 10:31:21 +0000 using the toys pull request generator.
1 parent ce2c196 commit ba0d75f

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

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.96.0 (2026-02-22)
4+
5+
* Regenerated from discovery document revision 20260215
6+
37
### v0.95.0 (2026-02-01)
48

59
* Regenerated from discovery document revision 20260126

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -854,8 +854,10 @@ def update!(**args)
854854
end
855855
end
856856

857-
# CompliancePostureConfig defines the settings needed to enable/disable features
858-
# for the Compliance Posture.
857+
# Deprecated: Compliance Posture is no longer supported. For more details, see
858+
# https://cloud.google.com/kubernetes-engine/docs/deprecations/posture-
859+
# management-deprecation. CompliancePostureConfig defines the settings needed to
860+
# enable/disable features for the Compliance Posture.
859861
class CompliancePostureConfig
860862
include Google::Apis::Core::Hashable
861863

@@ -2106,8 +2108,10 @@ class DefaultClusterConfig
21062108
# @return [Google::Apis::GkehubV1::BinaryAuthorizationConfig]
21072109
attr_accessor :binary_authorization_config
21082110

2109-
# CompliancePostureConfig defines the settings needed to enable/disable features
2110-
# for the Compliance Posture.
2111+
# Deprecated: Compliance Posture is no longer supported. For more details, see
2112+
# https://cloud.google.com/kubernetes-engine/docs/deprecations/posture-
2113+
# management-deprecation. CompliancePostureConfig defines the settings needed to
2114+
# enable/disable features for the Compliance Posture.
21112115
# Corresponds to the JSON property `compliancePostureConfig`
21122116
# @return [Google::Apis::GkehubV1::CompliancePostureConfig]
21132117
attr_accessor :compliance_posture_config

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.95.0"
19+
GEM_VERSION = "0.96.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 = "20260126"
25+
REVISION = "20260215"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)