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: c1e61da74bda01c7fe6fec2a93956084c90cec23ae4a67e21d77d76f1cb8eb12
4
- data.tar.gz: 837d06561dea7382b40b5004b4358f6eaa52bad468d499b749daf13903809fae
3
+ metadata.gz: c6ad462f8bf43c0d9fef84837d1aad595f291117936bd4a763c58390067ddce7
4
+ data.tar.gz: e73452af219d52edb917d7af65dfd3a08cd26585b85507499a85bac2cfdfb5da
5
5
  SHA512:
6
- metadata.gz: 1c7d3b3b15e9434a94dbb483dfc0d6eeaeab03c69c3cc9dc43c4afcc8d0960c87e17dda0fe18f91da16d2d6c65865ff9f8263067629fa99848d2d7968c0350b1
7
- data.tar.gz: ad4dda282556dc8f4188dca811a7964c1282359a982b63e09fdf2e01e7bb2190eef8119fe7d2c5e5e9b1d6ce807000889be8276cf4cba61280b32cc72f107dcf
6
+ metadata.gz: 86f873bb4d0c1803e12ad550ad24741abc33e001fccc60ad5e82b6009cffd578801cbfb36eb227fc4a8ccc1efe99348b99e9ccb3dc1f7ebda7f36942d6695165
7
+ data.tar.gz: ce90241296a27748222eea4358df7ab2b4e5ddcd8107ca18b6c5ca6ec6aa087412a4fd1f1cae37f15632662cae74c2ee813997eb7a86254c12fea833223fe85b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkehub_v1alpha
2
2
 
3
+ ### v0.25.0 (2022-04-09)
4
+
5
+ * Regenerated from discovery document revision 20220401
6
+
3
7
  ### v0.24.0 (2022-03-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20220318
@@ -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.24.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 = "20220318"
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", and is documented in more detail in [
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.24.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-03-28 00:00:00.000000000 Z
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.24.0
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: []