google-apis-gkehub_v2alpha 0.13.0 → 0.14.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: b2d1d8312b16a90001042e9edbc3ea434d451af2696b272c69061ce75d6ee565
4
- data.tar.gz: b7963227ec1004f4c8ffde572995d8cd0285422d3e18ea11da546274598033d9
3
+ metadata.gz: 3ea7852c71d6a63b331d59947e21fd414ca2b6e39fd3427c7e044b01bdf19788
4
+ data.tar.gz: bb9eea6fa30d201616eba1b1e2d7860478228dd774e1bd4f3a1590aba120bcdb
5
5
  SHA512:
6
- metadata.gz: 9c516adff82e795a2dfd9e6e4acd308256e4e8ea99e05f23c875a58f768af18f5eb8db238e00b327c3c764ba15014a8a2e3a4878e0fec0d1d154cfc287ff00da
7
- data.tar.gz: 4aeb297fcbcc0251a716a3360178c2b58746354e602c4f1530e605f17e858dc2f4065d60e9c24dca5e35db11cbf1c5ca376d9f7fda537cb23a93214bb8ee0485
6
+ metadata.gz: 6b592ff3a59529318f77868ef76a90d41b008b9420ed67d08e8a82e64a3aa5520d1638acdd415df70bc5446ee3a37ab28de93b7a6034fbac79187a86e69b1ab2
7
+ data.tar.gz: f53f9e0681ba74a4067d093dd8f3854dffd1e5a05ed46e57ca487d063e7263ba43ca6d5e19abfe1b13acca4640c7c32ae610130a304cbaff50a1711f701425d8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-gkehub_v2alpha
2
2
 
3
+ ### v0.14.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230804
6
+
3
7
  ### v0.13.0 (2023-04-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20230424
@@ -224,13 +224,13 @@ module Google
224
224
  # @return [String]
225
225
  attr_accessor :name
226
226
 
227
- # The normal response of the operation in case of success. If the original
228
- # method returns no data on success, such as `Delete`, the response is `google.
229
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
230
- # the response should be the resource. For other methods, the response should
231
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
232
- # example, if the original method name is `TakeSnapshot()`, the inferred
233
- # response type is `TakeSnapshotResponse`.
227
+ # The normal, successful response of the operation. If the original method
228
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
229
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
230
+ # response should be the resource. For other methods, the response should have
231
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
232
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
233
+ # `TakeSnapshotResponse`.
234
234
  # Corresponds to the JSON property `response`
235
235
  # @return [Hash<String,Object>]
236
236
  attr_accessor :response
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkehubV2alpha
18
18
  # Version of the google-apis-gkehub_v2alpha gem
19
- GEM_VERSION = "0.13.0"
19
+ GEM_VERSION = "0.14.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 = "20230424"
25
+ REVISION = "20230804"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkehub_v2alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.14.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-04-30 00:00:00.000000000 Z
11
+ date: 2023-08-20 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_v2alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v2alpha/v0.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkehub_v2alpha/v0.14.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkehub_v2alpha
63
63
  post_install_message:
64
64
  rdoc_options: []