google-apis-gkehub_v1beta 0.86.0 → 0.87.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fa6d0290c773f704c2af06bcfcf521679a2bc42128458400e8a3841e6a22c6d6
|
4
|
+
data.tar.gz: de5e7bc868588fa69c47227683d2fe4f3b6897e9ac609c3addb6d518674c67dc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a153af39a9f67d911c7c9668a2bf95e7190c6d10e7e47796ecce0889c03e32de617459cf7bddb4467c75acf741c2bc27cbb43e87e6d650dec6533fe86b67ddf3
|
7
|
+
data.tar.gz: 66d4c08b25634b43c00d63bb1a76ecabf0ec14db426da5e1417ae6a8de6ff5eb7e39397a9e723b3fc5a66838e5cd18aedea3c963a5c567b1e8c4773a0e29c181
|
data/CHANGELOG.md
CHANGED
@@ -4057,6 +4057,11 @@ module Google
|
|
4057
4057
|
# @return [String]
|
4058
4058
|
attr_accessor :last_connection_time
|
4059
4059
|
|
4060
|
+
# Output only. The type of the membership.
|
4061
|
+
# Corresponds to the JSON property `membershipType`
|
4062
|
+
# @return [String]
|
4063
|
+
attr_accessor :membership_type
|
4064
|
+
|
4060
4065
|
# MonitoringConfig informs Fleet-based applications/services/UIs how the metrics
|
4061
4066
|
# for the underlying cluster is reported to cloud monitoring services. It can be
|
4062
4067
|
# set from empty to non-empty, but can't be mutated directly to prevent
|
@@ -4108,6 +4113,7 @@ module Google
|
|
4108
4113
|
@external_id = args[:external_id] if args.key?(:external_id)
|
4109
4114
|
@labels = args[:labels] if args.key?(:labels)
|
4110
4115
|
@last_connection_time = args[:last_connection_time] if args.key?(:last_connection_time)
|
4116
|
+
@membership_type = args[:membership_type] if args.key?(:membership_type)
|
4111
4117
|
@monitoring_config = args[:monitoring_config] if args.key?(:monitoring_config)
|
4112
4118
|
@name = args[:name] if args.key?(:name)
|
4113
4119
|
@state = args[:state] if args.key?(:state)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module GkehubV1beta
|
18
18
|
# Version of the google-apis-gkehub_v1beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.87.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250720"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2175,6 +2175,7 @@ module Google
|
|
2175
2175
|
property :external_id, as: 'externalId'
|
2176
2176
|
hash :labels, as: 'labels'
|
2177
2177
|
property :last_connection_time, as: 'lastConnectionTime'
|
2178
|
+
property :membership_type, as: 'membershipType'
|
2178
2179
|
property :monitoring_config, as: 'monitoringConfig', class: Google::Apis::GkehubV1beta::MonitoringConfig, decorator: Google::Apis::GkehubV1beta::MonitoringConfig::Representation
|
2179
2180
|
|
2180
2181
|
property :name, as: 'name'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-gkehub_v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.87.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_v1beta/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1beta/v0.87.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1beta
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|