google-apis-translate_v3beta1 0.28.0 → 0.29.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: e7c269432a95cfa59f01f92faf0417a2c9bb75091a0a7153b0aebbb86bdb1afc
4
- data.tar.gz: 223d0193c252f918c40bc8e6bc2a05c1fe6c20b2844a81b18ba6d446fe2f32df
3
+ metadata.gz: cb61d0252d007c7b6be01bd7513d25a45b8c6a71f94ae5b3f1d912487b41b95a
4
+ data.tar.gz: b9150b8d3e01186b40cf326df881873495ac3f9b7f1ca6b13b3dcbd26826efe0
5
5
  SHA512:
6
- metadata.gz: 7fa6a4c5d47ee7afc12d977436e6a8ea3162f31b6c09ecea018deb2dd940f98f8a5aabf914cfca710334ae5916a427c80d75e1df5a755c73493cec8c18aebbd2
7
- data.tar.gz: 7e6f3c68c0ddd097abcd694293c0e0f3b4596956115df1bbb712476d50defb44c7e77c7a7675a71b55521d46ec6bb9b2201cf2fa700b9de6f954dce18e44d11d
6
+ metadata.gz: 883aac091b7324af4626bc37b260ca6913106247e5e27fd89e7457a65e6fe86f53e35111c9e7f02925d509a8b56e59928c8735ef1cf71d730bf935948259ec44
7
+ data.tar.gz: 3f9c33ecb54be1007a58559734cee7ebd2d2a14e144c04ceb2f428431019007aa6788586d60ade04ad3829c85cf477a33a34cde3bd1185c77cb71d8891803d64
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-translate_v3beta1
2
2
 
3
+ ### v0.29.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230808
6
+
3
7
  ### v0.28.0 (2023-07-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20230714
@@ -801,13 +801,13 @@ module Google
801
801
  # @return [String]
802
802
  attr_accessor :name
803
803
 
804
- # The normal response of the operation in case of success. If the original
805
- # method returns no data on success, such as `Delete`, the response is `google.
806
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
807
- # the response should be the resource. For other methods, the response should
808
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
809
- # example, if the original method name is `TakeSnapshot()`, the inferred
810
- # response type is `TakeSnapshotResponse`.
804
+ # The normal, successful response of the operation. If the original method
805
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
806
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
807
+ # response should be the resource. For other methods, the response should have
808
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
809
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
810
+ # `TakeSnapshotResponse`.
811
811
  # Corresponds to the JSON property `response`
812
812
  # @return [Hash<String,Object>]
813
813
  attr_accessor :response
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module TranslateV3beta1
18
18
  # Version of the google-apis-translate_v3beta1 gem
19
- GEM_VERSION = "0.28.0"
19
+ GEM_VERSION = "0.29.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 = "20230714"
25
+ REVISION = "20230808"
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-translate_v3beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.29.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-07-23 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-translate_v3beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-translate_v3beta1/v0.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-translate_v3beta1/v0.29.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-translate_v3beta1
63
63
  post_install_message:
64
64
  rdoc_options: []