google-apis-gkehub_v1 0.98.0 → 0.99.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_v1/gem_version.rb +2 -2
- data/lib/google/apis/gkehub_v1/service.rb +4 -4
- 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: 59b239176c2898fc5d37ac45eca51b32f2ed185145910278b24601ede0f459fc
|
|
4
|
+
data.tar.gz: 59230fb7d07685bbd63d1cb48d9b1a145335f2c747bd73458ddb3c3459bc4d45
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3dc5a151aa194c6e6c66fccb57d1293ed3e0d2cf00c490bfcd46b82171bbb3ec4389b0dc7718de918f32369196dbb34ce40b2c6d7ed26d951af1f66e06db1c42
|
|
7
|
+
data.tar.gz: 4287b30f84ba8727901136414f0b334a65e713f8b87d1d4621cac57df1bd0e08c063a29deebbb2198596476b943d558504ae4cd8e895b4b3ed1fc79bfca053ec
|
data/CHANGELOG.md
CHANGED
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.99.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 = "20260426"
|
|
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
|
|
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
|
|
140
|
-
#
|
|
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.
|
|
4
|
+
version: 0.99.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.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1/v0.99.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:
|