google-apis-gkehub_v1 0.98.0 → 0.100.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: 4a5f089ed1e1fbf5baa26f2528ffdd1f7153a1de60be02279579cf89966b5470
4
- data.tar.gz: ae7f1eca35e91c2b9ddfa6d6189ceb6a1ea9cf93b8e54531ce18bbdaa2d8b7b9
3
+ metadata.gz: 1450d443ff012ae6463d222530222df93cace21fcb44f17e49c3c0abbb5cb00d
4
+ data.tar.gz: 83c27fb004c36ce53f192065d71e46d59423f0b7160d54e1121a21ad7df8ef22
5
5
  SHA512:
6
- metadata.gz: 3e70c2bdbc8f5976d836b69dfcc229635af4b03b1effe01b04f81ef360398f6040bfcdf23da0a711e330fd5ff869ca63fe02cb64e0035d455ea41e50a36593b3
7
- data.tar.gz: c02f0c089f1b3297c75eb8bf9b70de71d21691e70a60a13084f298f871c788d0ea0efd13a04fb53a3bf53c0b3060976a783084510b4b17fb66ec4578c3787ac4
6
+ metadata.gz: aa869f2a14dae4882f4a0ef60ccad1e17b29d1781cab8df81b4087746e7b66d70c054b0cfa6dca8048d5e800a90556fd6dcfbf73cd7e34cb58e28b05cfc212ed
7
+ data.tar.gz: ea4ff9f0e033a2787c70ad330f7b700179784f6dde9bbf93857e369e0fcfee089d2c8b4f4fc657a12741c4822e95bb257f4e12099d464f480c384adeffa14127
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-gkehub_v1
2
2
 
3
+ ### v0.100.0 (2026-06-14)
4
+
5
+ * Regenerated from discovery document revision 20260529
6
+ * Regenerated using generator version 0.19.0
7
+
8
+ ### v0.99.0 (2026-05-03)
9
+
10
+ * Regenerated from discovery document revision 20260426
11
+
3
12
  ### v0.98.0 (2026-04-19)
4
13
 
5
14
  * Regenerated from discovery document revision 20260324
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/anthos/multicluster-managem
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkehubV1
18
18
  # Version of the google-apis-gkehub_v1 gem
19
- GEM_VERSION = "0.98.0"
19
+ GEM_VERSION = "0.100.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260324"
25
+ REVISION = "20260529"
26
26
  end
27
27
  end
28
28
  end
@@ -124,8 +124,8 @@ module Google
124
124
  end
125
125
 
126
126
  # Lists information about the supported locations for this service. This method
127
- # lists locations based on the resource scope provided in the [
128
- # ListLocationsRequest.name] field: * **Global locations**: If `name` is empty,
127
+ # lists locations based on the resource scope provided in the
128
+ # ListLocationsRequest.name field: * **Global locations**: If `name` is empty,
129
129
  # the method lists the public locations available to all projects. * **Project-
130
130
  # specific locations**: If `name` follows the format `projects/`project``, the
131
131
  # method lists locations visible to that specific project. This includes public,
@@ -136,8 +136,8 @@ module Google
136
136
  # @param [String] name
137
137
  # The resource that owns the locations collection, if applicable.
138
138
  # @param [Array<String>, String] extra_location_types
139
- # Optional. Do not use this field. It is unsupported and is ignored unless
140
- # explicitly documented otherwise. This is primarily for internal usage.
139
+ # Optional. Do not use this field unless explicitly documented otherwise. This
140
+ # is primarily for internal usage.
141
141
  # @param [String] filter
142
142
  # A filter to narrow down results to a preferred subset. The filtering language
143
143
  # 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_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.98.0
4
+ version: 0.100.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_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.98.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.100.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="