google-apis-gkehub_v1beta 0.86.0 → 0.88.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: b0ec6f298759f147d6237a9770a7bf2f7f26154d85b498d8a9dbe3b0a2ffae94
|
4
|
+
data.tar.gz: 51a898ffa4c507c01b23eaa9bc12bd834631abfd27de1af0af2a9e1faa02ddee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 681409c2511e3c67c3c3ef3c126d2bf89cb1b4d33faffa507b920c4c9fad1984d7a017be6538d7a4d48d1092a3722ebb30d2ddf44e83dc2d0898563d1153f037
|
7
|
+
data.tar.gz: ee73e8c46117d5a0f0fda042f6cdc00bcdb832da295767b72590626e652ee53a62be54f82268c34456c958b7d367d61363c5cbdfa110091386375ee50561b2fb
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-gkehub_v1beta
|
2
2
|
|
3
|
+
### v0.88.0 (2025-08-24)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250815
|
6
|
+
|
7
|
+
### v0.87.0 (2025-07-27)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250720
|
10
|
+
|
3
11
|
### v0.86.0 (2025-06-22)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250612
|
@@ -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.88.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 = "20250815"
|
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'
|
@@ -127,8 +127,8 @@ module Google
|
|
127
127
|
# @param [String] name
|
128
128
|
# The resource that owns the locations collection, if applicable.
|
129
129
|
# @param [Array<String>, String] extra_location_types
|
130
|
-
# Optional.
|
131
|
-
#
|
130
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
131
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
132
132
|
# @param [String] filter
|
133
133
|
# A filter to narrow down results to a preferred subset. The filtering language
|
134
134
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
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.88.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.88.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:
|