google-apis-gkehub_v1alpha 0.24.0 → 0.25.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c6ad462f8bf43c0d9fef84837d1aad595f291117936bd4a763c58390067ddce7
|
4
|
+
data.tar.gz: e73452af219d52edb917d7af65dfd3a08cd26585b85507499a85bac2cfdfb5da
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 86f873bb4d0c1803e12ad550ad24741abc33e001fccc60ad5e82b6009cffd578801cbfb36eb227fc4a8ccc1efe99348b99e9ccb3dc1f7ebda7f36942d6695165
|
7
|
+
data.tar.gz: ce90241296a27748222eea4358df7ab2b4e5ddcd8107ca18b6c5ca6ec6aa087412a4fd1f1cae37f15632662cae74c2ee813997eb7a86254c12fea833223fe85b
|
data/CHANGELOG.md
CHANGED
@@ -1869,7 +1869,7 @@ module Google
|
|
1869
1869
|
# @return [String]
|
1870
1870
|
attr_accessor :client_id
|
1871
1871
|
|
1872
|
-
# Unencrypted OIDC client secret will be passed to the GKE Hub CLH.
|
1872
|
+
# Input only. Unencrypted OIDC client secret will be passed to the GKE Hub CLH.
|
1873
1873
|
# Corresponds to the JSON property `clientSecret`
|
1874
1874
|
# @return [String]
|
1875
1875
|
attr_accessor :client_secret
|
@@ -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.25.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220401"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -121,8 +121,8 @@ module Google
|
|
121
121
|
# The resource that owns the locations collection, if applicable.
|
122
122
|
# @param [String] filter
|
123
123
|
# A filter to narrow down results to a preferred subset. The filtering language
|
124
|
-
# accepts strings like "displayName=tokyo"
|
125
|
-
# AIP-160](https://google.aip.dev/160).
|
124
|
+
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
125
|
+
# in [AIP-160](https://google.aip.dev/160).
|
126
126
|
# @param [Fixnum] page_size
|
127
127
|
# The maximum number of results to return. If not set, the service selects a
|
128
128
|
# default.
|
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.25.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: 2022-
|
11
|
+
date: 2022-04-11 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.25.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: []
|