google-apis-gkehub_v2alpha 0.12.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: 05c8b4710b3573d3f622b01710a237bb96ee56944a04b7ad486dfc651af9ff10
4
- data.tar.gz: 4f9e406b0af98b82bfdb4947b320710488f60abe5fb57a52942d159391680511
3
+ metadata.gz: 3ea7852c71d6a63b331d59947e21fd414ca2b6e39fd3427c7e044b01bdf19788
4
+ data.tar.gz: bb9eea6fa30d201616eba1b1e2d7860478228dd774e1bd4f3a1590aba120bcdb
5
5
  SHA512:
6
- metadata.gz: a33afb74845eb2106527b9802d1c0ee1370b44870f27cf0863752b0d8cf03233293628855d6c895c41a7bdcf14092c0fffbab154820fceedfa3f358c0eb8dcd1
7
- data.tar.gz: f656ecb34c7ca9a9d11df376f158ea960e8598fc254a5b52be4994a349834000361fe80d0267662830fe96fc974bb0b3bd7c024774077f2b62ad2c50011bd07a
6
+ metadata.gz: 6b592ff3a59529318f77868ef76a90d41b008b9420ed67d08e8a82e64a3aa5520d1638acdd415df70bc5446ee3a37ab28de93b7a6034fbac79187a86e69b1ab2
7
+ data.tar.gz: f53f9e0681ba74a4067d093dd8f3854dffd1e5a05ed46e57ca487d063e7263ba43ca6d5e19abfe1b13acca4640c7c32ae610130a304cbaff50a1711f701425d8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.13.0 (2023-04-30)
8
+
9
+ * Regenerated from discovery document revision 20230424
10
+
3
11
  ### v0.12.0 (2023-03-26)
4
12
 
5
13
  * Regenerated from discovery document revision 20230310
@@ -140,7 +140,7 @@ module Google
140
140
  end
141
141
  end
142
142
 
143
- # A resource that represents Google Cloud Platform location.
143
+ # A resource that represents a Google Cloud location.
144
144
  class Location
145
145
  include Google::Apis::Core::Hashable
146
146
 
@@ -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.12.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 = "20230310"
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.12.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-03-26 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.12.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: []