google-apis-tpu_v1 0.23.0 → 0.24.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: e90a78e9578fdc1d55f7d9d093f757870322b7ece31958c397e1e3efd0af5eca
4
- data.tar.gz: 59be959ded360d4ef6cbff6b97c955ec79340a7f7a275fa156956d1b82be7c4e
3
+ metadata.gz: 7f01adc1988c60edaf4fd7fafcf1f27341743b56ecc225ca61ae29ba7b30ea32
4
+ data.tar.gz: 844a740ce3aea60fe4bc64ba928566a377bd68d22a8c62136b884765f8b0cd11
5
5
  SHA512:
6
- metadata.gz: 4084f1a3038b3beb67987f11842b5596087027297c15f83a53cba756b67b450368594d201d8c5265086c81d6e5e4059b87d44e91ee1cd09b801dc8e74135b90d
7
- data.tar.gz: 45ca943862d39aeb4b7d96f0c2a1b062c76a66beb679b29243aa758081251ca5ca069b39eaa1949d43d458ca0249669ab87086679a7197d5c9062ec845e1dbd7
6
+ metadata.gz: 9e9b5373d6e01e405d5510f5de6862017fe360fb8554bb56215b2ca6beb8c3f28380291dabcdc34c93f41c48c40a1d02c86080b98b2492982051e9ad60ff9233
7
+ data.tar.gz: d3517c38e396dd8532f7fd0d188f44e02e451a6ebb4ec9e3ff1cdc77c4e5acde807976b7421e220aa8701af38de101d95eaba27ffeba8e498fe4bb85cda3c70d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-tpu_v1
2
2
 
3
+ ### v0.24.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230803
6
+
3
7
  ### v0.23.0 (2023-04-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20230420
@@ -463,13 +463,13 @@ module Google
463
463
  # @return [String]
464
464
  attr_accessor :name
465
465
 
466
- # The normal response of the operation in case of success. If the original
467
- # method returns no data on success, such as `Delete`, the response is `google.
468
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
469
- # the response should be the resource. For other methods, the response should
470
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
471
- # example, if the original method name is `TakeSnapshot()`, the inferred
472
- # response type is `TakeSnapshotResponse`.
466
+ # The normal, successful response of the operation. If the original method
467
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
468
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
469
+ # response should be the resource. For other methods, the response should have
470
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
471
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
472
+ # `TakeSnapshotResponse`.
473
473
  # Corresponds to the JSON property `response`
474
474
  # @return [Hash<String,Object>]
475
475
  attr_accessor :response
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module TpuV1
18
18
  # Version of the google-apis-tpu_v1 gem
19
- GEM_VERSION = "0.23.0"
19
+ GEM_VERSION = "0.24.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 = "20230420"
25
+ REVISION = "20230803"
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-tpu_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.24.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-tpu_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-tpu_v1/v0.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-tpu_v1/v0.24.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-tpu_v1
63
63
  post_install_message:
64
64
  rdoc_options: []