google-apis-gkehub_v2 0.23.0 → 0.24.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 +4 -2
- 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: f802b81fcc3b5d4554bd335a92a6f8ddf78b921fa595048c8781344ba20d1747
|
|
4
|
+
data.tar.gz: 714a37bab08f49a5a1d5355ceb42a4135484bb06d5f6734f2ba356522ce0d3dc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7b583da3de50d5c4f3fd7f2114f4ff8d20a823bf693daf55d6b65738ed7805d3ac08f3e2fb89d3fc883ceffe77e66b3290cac8b5a7d5a71051e8846c4ef9ee50
|
|
7
|
+
data.tar.gz: 573041bbc9297e625048aafacb7d7895bed530f2e94a8948f946efbc12952d281b9fb54ebe917aeec30711fef0af2a967f58703bc9babb1e49c7780d72dc721c
|
data/CHANGELOG.md
CHANGED
|
@@ -1275,8 +1275,10 @@ module Google
|
|
|
1275
1275
|
# @return [Google::Apis::GkehubV2::ConfigManagementHierarchyControllerConfig]
|
|
1276
1276
|
attr_accessor :hierarchy_controller
|
|
1277
1277
|
|
|
1278
|
-
# Optional. Deprecated:
|
|
1279
|
-
#
|
|
1278
|
+
# Optional. Deprecated: In Preview, automatic Feature management is unavailable
|
|
1279
|
+
# from version 1.21.0 onwards, and Config Sync only supports manual upgrades. If
|
|
1280
|
+
# set to manual upgrades, clear this field instead, which is behaviorally
|
|
1281
|
+
# equivalent.
|
|
1280
1282
|
# Corresponds to the JSON property `management`
|
|
1281
1283
|
# @return [String]
|
|
1282
1284
|
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.24.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 = "20260713"
|
|
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.24.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.24.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:
|