google-cloud-translate-v3 0.7.2 → 0.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f36cf3bcb9722c72e5cec3dcdee500c6332a546b800cd298de4e64c8ffdbabb7
4
- data.tar.gz: a7be2da832da44574cc04d8607aeea00a7d3a3e78438dcd61cac1e69a0c94271
3
+ metadata.gz: 17d20ca3c10bcf55b327c27f4b72977a607f32aa89e63a16de41184f35415b17
4
+ data.tar.gz: 4894ebe18ea2de013698b471efb62314b2c6c934baf7be34d3dbb06302fdcbb1
5
5
  SHA512:
6
- metadata.gz: 94b7ea6c406ef4c40b193a3ec485c4dd63974bbfde88db385b6ed3da9a364a21149dc3d46322f58704f9e0ec991d9fe542da1b742355ee33373ff710f4d227a6
7
- data.tar.gz: 654a4d8067345aa755597f5cb1393130850560a18efc649e8c2d57d8f37c0c892ef9070908f55a2e2b246ab38883095546390200245c0c9595d34fcb0497c760
6
+ metadata.gz: f01d58b5393ac3d108f7cd632e7a4ad28f2d152c41ffbb0456a75ce9eb096e6f66aadbdc7bd80ffa6359912001adf2da712248800c7f79186fa09c451f1ef988
7
+ data.tar.gz: b4732dcc7dbb18a0c2bacad1aecc95cd017ec747fc84c98aa6d4a09e6d89f9490ee171f7b465a5f8a4ed6c3537110f8fe55034189751ed4218180af312c9a30d
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Translate
23
23
  module V3
24
- VERSION = "0.7.2"
24
+ VERSION = "0.7.3"
25
25
  end
26
26
  end
27
27
  end
@@ -438,10 +438,10 @@ module Google
438
438
  # If input file extension is a txt or html, the translation is directly
439
439
  # written to the output file. If glossary is requested, a separate
440
440
  # glossary_translations_file has format of
441
- # gs://translation_test/a_b_c_'trg'_glossary_translations.[extension]
441
+ # `gs://translation_test/a_b_c_'trg'_glossary_translations.[extension]`
442
442
  #
443
443
  # The format of errors file (for target language code 'trg') is:
444
- # gs://translation_test/a_b_c_'trg'_errors.[extension]
444
+ # `gs://translation_test/a_b_c_'trg'_errors.[extension]`
445
445
  #
446
446
  # If the input file extension is tsv, errors_file contains the following:
447
447
  # Column 1: ID of the request provided in the input, if it's not
@@ -453,7 +453,7 @@ module Google
453
453
  #
454
454
  # If the input file extension is txt or html, glossary_error_file will be
455
455
  # generated that contains error details. glossary_error_file has format of
456
- # gs://translation_test/a_b_c_'trg'_glossary_errors.[extension]
456
+ # `gs://translation_test/a_b_c_'trg'_glossary_errors.[extension]`
457
457
  class OutputConfig
458
458
  include ::Google::Protobuf::MessageExts
459
459
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-translate-v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2
4
+ version: 0.7.3
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-28 00:00:00.000000000 Z
11
+ date: 2023-08-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common