google-apis-translate_v3 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: 4862fdc6ea70f4c7d5d49dd3581df9adcd207f5245eab90652d998a61697d0a4
4
- data.tar.gz: fc582936102256b4402f8de9e679a26d705906a28b9f4b6cdd545f759884f4f5
3
+ metadata.gz: 16fe0324486457fe2e4fbaa6d9823301cb983062d4c69ba6a7d17ed7197c5998
4
+ data.tar.gz: 8b6bfee28bff7d4d033d688ecad2042ffddb3fb1052d3157f8992ebf3c2c9ef1
5
5
  SHA512:
6
- metadata.gz: fa36582feac5a1f76ee12105c2220881afee0328d710e5a3a9007937896665230c7ebd9eab99b8dcd509ccf8ba811acaf8e9f05a1e26329f2ab689f2480c7173
7
- data.tar.gz: 5eb7a010615fef9f263594e1f094016dfd3e97c96f7136cec86ef64d05eb1ffd30179f3d26adb05a8df58082c5687086d68d68525b0cfd9fc04b48bebb9dc0fd
6
+ metadata.gz: 54d934f21df66a0236f9cd550108b7a660af71ecc49ea5d86498df3cc598e2fbcc2d8a13fbb9c7b806ef4dcd60a4980f2738891ab6fcd0c9907a4d002c71291e
7
+ data.tar.gz: 3b8ab1356377dec85737cea931e4a44832c9b903ba0250cc78e7b83a098690a5d19600a06930ccbd149e69b887f227cd31edba06ea4f7c0afdf9cedaf6b9352b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-translate_v3
2
2
 
3
+ ### v0.29.0 (2023-06-04)
4
+
5
+ * Regenerated from discovery document revision 20230526
6
+
3
7
  ### v0.28.0 (2023-05-28)
4
8
 
5
9
  * Regenerated from discovery document revision 20230519
@@ -1810,7 +1810,7 @@ module Google
1810
1810
  # @return [String]
1811
1811
  attr_accessor :target_language_code
1812
1812
 
1813
- # Confugures transliteration feature on top of translation.
1813
+ # Configures transliteration feature on top of translation.
1814
1814
  # Corresponds to the JSON property `transliterationConfig`
1815
1815
  # @return [Google::Apis::TranslateV3::TransliterationConfig]
1816
1816
  attr_accessor :transliteration_config
@@ -1906,7 +1906,7 @@ module Google
1906
1906
  end
1907
1907
  end
1908
1908
 
1909
- # Confugures transliteration feature on top of translation.
1909
+ # Configures transliteration feature on top of translation.
1910
1910
  class TransliterationConfig
1911
1911
  include Google::Apis::Core::Hashable
1912
1912
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module TranslateV3
18
18
  # Version of the google-apis-translate_v3 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 = "20230519"
25
+ REVISION = "20230526"
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_v3
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-05-28 00:00:00.000000000 Z
11
+ date: 2023-06-04 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_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-translate_v3/v0.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-translate_v3/v0.29.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-translate_v3
63
63
  post_install_message:
64
64
  rdoc_options: []