google-apis-gkehub_v1 0.103.0 → 0.104.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 46b42db84c219eee8cca6a388e1863e8f97f83f569666ffcd301e53dae3d1bb7
4
- data.tar.gz: b617967f39e6aec9c1b56521ad06fac4480734d600c30b9d291650441aa137e0
3
+ metadata.gz: ddf62e3c73c7f70ed940322fac1977802a0a30c29142e235dbc99b79ed7e2fb0
4
+ data.tar.gz: 6037f3520e6e56b0a538aed3849fe7fe639f8c09e3bc36e7355395ab6946a062
5
5
  SHA512:
6
- metadata.gz: 337cbb5b49d3648b239027ce3b232b03fe0cc3a0555221348a5c5dfc6c73feb50fc4d6586ed42525475806e6f30af5868f95c860173c08c1e649b9ccfa1b92ab
7
- data.tar.gz: 21d0a58020f9ecdb30b50d6b9ec50304eb53c4f89549826ad737a7b6b7116849256e13ee7a1e9579ae3a35133008fecdefb9766392a571f8faf108a7018ce720
6
+ metadata.gz: 13974acf0dc293a74d415508d1dec17a6eff3a1286adde0856d57a6f32d65ea4637d14913499ea0abc351183aebda41090adf8f35239c654b943607d1b135f5c
7
+ data.tar.gz: 89e91fb2ea528c657425c8d0f12e0ed12f9b4d6266a948fa93e303a1a677ee69215ef802dec8d5f61fabd076fadb342f556968cdc07cd06661df8ae640fdfaec
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkehub_v1
2
2
 
3
+ ### v0.104.0 (2026-07-26)
4
+
5
+ * Regenerated from discovery document revision 20260719
6
+
3
7
  ### v0.103.0 (2026-07-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20260713
@@ -1678,10 +1678,11 @@ module Google
1678
1678
  # @return [Google::Apis::GkehubV1::ConfigManagementHierarchyControllerConfig]
1679
1679
  attr_accessor :hierarchy_controller
1680
1680
 
1681
- # Optional. Deprecated: In Preview, automatic Feature management is unavailable
1682
- # from version 1.21.0 onwards, and Config Sync only supports manual upgrades. If
1683
- # set to manual upgrades, clear this field instead, which is behaviorally
1684
- # equivalent.
1681
+ # Optional. Deprecated: Automatic Feature management is in Preview and is
1682
+ # unavailable in version 1.21.0 and later, after which Config Sync only supports
1683
+ # manual upgrades. If set to manual upgrades, clear this field instead, which is
1684
+ # behaviorally equivalent but helps prevent compatibility issues with newer
1685
+ # fields.
1685
1686
  # Corresponds to the JSON property `management`
1686
1687
  # @return [String]
1687
1688
  attr_accessor :management
@@ -6419,6 +6420,11 @@ module Google
6419
6420
  # @return [String]
6420
6421
  attr_accessor :modernization_compatibility
6421
6422
 
6423
+ # Optional. Declares your intended modernization strategy for the fleet.
6424
+ # Corresponds to the JSON property `modernizationStrategy`
6425
+ # @return [String]
6426
+ attr_accessor :modernization_strategy
6427
+
6422
6428
  def initialize(**args)
6423
6429
  update!(**args)
6424
6430
  end
@@ -6426,6 +6432,7 @@ module Google
6426
6432
  # Update properties of this object
6427
6433
  def update!(**args)
6428
6434
  @modernization_compatibility = args[:modernization_compatibility] if args.key?(:modernization_compatibility)
6435
+ @modernization_strategy = args[:modernization_strategy] if args.key?(:modernization_strategy)
6429
6436
  end
6430
6437
  end
6431
6438
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkehubV1
18
18
  # Version of the google-apis-gkehub_v1 gem
19
- GEM_VERSION = "0.103.0"
19
+ GEM_VERSION = "0.104.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260713"
25
+ REVISION = "20260719"
26
26
  end
27
27
  end
28
28
  end
@@ -2929,6 +2929,7 @@ module Google
2929
2929
  # @private
2930
2930
  class Representation < Google::Apis::Core::JsonRepresentation
2931
2931
  property :modernization_compatibility, as: 'modernizationCompatibility'
2932
+ property :modernization_strategy, as: 'modernizationStrategy'
2932
2933
  end
2933
2934
  end
2934
2935
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkehub_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.103.0
4
+ version: 0.104.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.103.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.104.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1
62
62
  rdoc_options: []
63
63
  require_paths: