google-apis-gkehub_v1alpha 0.48.0 → 0.49.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/gkehub_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/gkehub_v1alpha/service.rb +1 -7
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f9f8d7459f6f631409d88e7a6e21dc3d22e6123e8ed771843b735836e71d0103
|
4
|
+
data.tar.gz: 4d398cc07ba52dd98521251438928bf269ac591c81ef47b72e9eb560e22962f0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1cd0b2280096ddfcc310effb548f9799edf47d23e720ed35bfdf4ad065352cca60f265d4959059ad16316226f0145998ecab95ffcc0a5b134dc4cdc65dfd04d7
|
7
|
+
data.tar.gz: e0fe9c7e76c2b8eccd257b73ba42f73b1a19824528d9568646770d565e09dbcda1ca7e100ccfcf1dcd583438dd68623272d3e187a83ef1d8e1144061fc0d46a8
|
data/CHANGELOG.md
CHANGED
@@ -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.49.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230310"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1841,13 +1841,7 @@ module Google
|
|
1841
1841
|
end
|
1842
1842
|
|
1843
1843
|
# Lists operations that match the specified filter in the request. If the server
|
1844
|
-
# doesn't support this method, it returns `UNIMPLEMENTED`.
|
1845
|
-
# binding allows API services to override the binding to use different resource
|
1846
|
-
# name schemes, such as `users/*/operations`. To override the binding, API
|
1847
|
-
# services can add a binding such as `"/v1/`name=users/*`/operations"` to their
|
1848
|
-
# service configuration. For backwards compatibility, the default name includes
|
1849
|
-
# the operations collection id, however overriding users must ensure the name
|
1850
|
-
# binding is the parent resource, without the operations collection id.
|
1844
|
+
# doesn't support this method, it returns `UNIMPLEMENTED`.
|
1851
1845
|
# @param [String] name
|
1852
1846
|
# The name of the operation's parent resource.
|
1853
1847
|
# @param [String] filter
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.49.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-03-
|
11
|
+
date: 2023-03-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1alpha/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v1alpha/v0.49.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v1alpha
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|