google-apis-gkehub_v2 0.24.0 → 0.25.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/gkehub_v2/classes.rb +5 -4
- data/lib/google/apis/gkehub_v2/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 35ac286dfd490014efcfb9d9f1242c561df332bb247ba78c4c3e824827d245a8
|
|
4
|
+
data.tar.gz: f7f41c811b3aa7f1fe78834edceacb886691df9937df7556cb70bf9487ad52ab
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2423b0fb3047321a3ef2ff28839384e087f5c109f6648e9ce72aa43288af0b265d227809b0dce9506cc28544229631edb5784ca53da06f088f7bd0f0fb82834d
|
|
7
|
+
data.tar.gz: 32fe6c4cf9d4b7bf92641ecf987e6acf075bda9e6d7896d0d2d3d224d88cdf14d535e57e88cdf2faf24103a355454d058bd3c05194e90111bb3a3f49f77304c7
|
data/CHANGELOG.md
CHANGED
|
@@ -1275,10 +1275,11 @@ module Google
|
|
|
1275
1275
|
# @return [Google::Apis::GkehubV2::ConfigManagementHierarchyControllerConfig]
|
|
1276
1276
|
attr_accessor :hierarchy_controller
|
|
1277
1277
|
|
|
1278
|
-
# Optional. Deprecated:
|
|
1279
|
-
#
|
|
1280
|
-
# set to manual upgrades, clear this field instead, which is
|
|
1281
|
-
# equivalent
|
|
1278
|
+
# Optional. Deprecated: Automatic Feature management is in Preview and is
|
|
1279
|
+
# unavailable in version 1.21.0 and later, after which Config Sync only supports
|
|
1280
|
+
# manual upgrades. If set to manual upgrades, clear this field instead, which is
|
|
1281
|
+
# behaviorally equivalent but helps prevent compatibility issues with newer
|
|
1282
|
+
# fields.
|
|
1282
1283
|
# Corresponds to the JSON property `management`
|
|
1283
1284
|
# @return [String]
|
|
1284
1285
|
attr_accessor :management
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module GkehubV2
|
|
18
18
|
# Version of the google-apis-gkehub_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.25.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 = "
|
|
25
|
+
REVISION = "20260719"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-gkehub_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.25.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_v2/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v2/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v2/v0.25.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v2
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|