google-apis-gkehub_v1alpha 0.92.0 → 0.94.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: 0c2b698a06217400115d54d9b3a0f3be0a6358b54c26caa1ebefb2f331bcd932
|
4
|
+
data.tar.gz: 46eb97149099e5d9f7fe16d61fe5d78f3c70178e117e275f7d36573b257393eb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ad134aa2add09b088537b8c8bc76dec064589e66e4136c0f7592ee02814e1f242bd2d863051dc8bae93dd42e7a525b2af7ff0c2bc2d46b0f49563434aa96ee0b
|
7
|
+
data.tar.gz: ccba07f792312e961bcd9e537c3c47b41f45028f3c705568148e87961dc5c3d818f932cfb4998d10d4326a16922bd2c90393839e15ebf2f7e00fa1f078bc8e52
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-gkehub_v1alpha
|
2
2
|
|
3
|
+
### v0.94.0 (2025-08-24)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250815
|
6
|
+
|
7
|
+
### v0.93.0 (2025-07-27)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250720
|
10
|
+
|
3
11
|
### v0.92.0 (2025-06-22)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250612
|
@@ -4319,6 +4319,11 @@ module Google
|
|
4319
4319
|
# @return [String]
|
4320
4320
|
attr_accessor :last_connection_time
|
4321
4321
|
|
4322
|
+
# Output only. The type of the membership.
|
4323
|
+
# Corresponds to the JSON property `membershipType`
|
4324
|
+
# @return [String]
|
4325
|
+
attr_accessor :membership_type
|
4326
|
+
|
4322
4327
|
# MonitoringConfig informs Fleet-based applications/services/UIs how the metrics
|
4323
4328
|
# for the underlying cluster is reported to cloud monitoring services. It can be
|
4324
4329
|
# set from empty to non-empty, but can't be mutated directly to prevent
|
@@ -4370,6 +4375,7 @@ module Google
|
|
4370
4375
|
@external_id = args[:external_id] if args.key?(:external_id)
|
4371
4376
|
@labels = args[:labels] if args.key?(:labels)
|
4372
4377
|
@last_connection_time = args[:last_connection_time] if args.key?(:last_connection_time)
|
4378
|
+
@membership_type = args[:membership_type] if args.key?(:membership_type)
|
4373
4379
|
@monitoring_config = args[:monitoring_config] if args.key?(:monitoring_config)
|
4374
4380
|
@name = args[:name] if args.key?(:name)
|
4375
4381
|
@state = args[:state] if args.key?(:state)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module GkehubV1alpha
|
18
18
|
# Version of the google-apis-gkehub_v1alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.94.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
|
@@ -2404,6 +2404,7 @@ module Google
|
|
2404
2404
|
property :external_id, as: 'externalId'
|
2405
2405
|
hash :labels, as: 'labels'
|
2406
2406
|
property :last_connection_time, as: 'lastConnectionTime'
|
2407
|
+
property :membership_type, as: 'membershipType'
|
2407
2408
|
property :monitoring_config, as: 'monitoringConfig', class: Google::Apis::GkehubV1alpha::MonitoringConfig, decorator: Google::Apis::GkehubV1alpha::MonitoringConfig::Representation
|
2408
2409
|
|
2409
2410
|
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_v1alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.94.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_v1alpha/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.94.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1alpha
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|