google-apis-translate_v3 0.30.0 → 0.32.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: 1134eb96bc78fce3742be35e3bcb6150f6ed1199035b3a47d1ec3e95fed4bfc1
4
- data.tar.gz: b8b153af9fb34260ac5da71fb887f5e37a42bb9cacde83330c00d1063fe3c237
3
+ metadata.gz: 1cb80a0b53d828c45db73470214d59d6d3f0b22e0568346b3f7721cf97bf2946
4
+ data.tar.gz: 86936a03b28a10876b7de206daa475fe18af4954356100a869ebed197dc1dd4c
5
5
  SHA512:
6
- metadata.gz: 9a0178ba729218a96b363c759176a8992d5f785f789be15a41d018da34d49432db7e7db541d9208dabef900049e6dbe1647c95525b3ca50d2a17af7148ca1a59
7
- data.tar.gz: d03703cfa00d06fc6b793e131337abde3368c14b19dd00553a65563bb84c7a51f998a17b4824b043513c8e1b0c26b718e2707fe81b4b2a69d977719145b2c554
6
+ metadata.gz: 1edba2f0ef52464eaafe8b04255a96d7f06c666c51a6c682a30853d00952f8b9c1bcbdc347031c9411d36d71406cf112923697212ecf37dbf89b37982cb07543
7
+ data.tar.gz: fd40e5910f98c8d162d11e171d9cd00be81c4886fb0396d77a2bbb71be23d35634e2d21f1153e3085823365424111bee366eb25fde4144288480bdba3fdfcc69
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-translate_v3
2
2
 
3
+ ### v0.32.0 (2023-10-01)
4
+
5
+ * Regenerated from discovery document revision 20230922
6
+
7
+ ### v0.31.0 (2023-08-13)
8
+
9
+ * Regenerated from discovery document revision 20230808
10
+
3
11
  ### v0.30.0 (2023-07-23)
4
12
 
5
13
  * Regenerated from discovery document revision 20230714
@@ -86,7 +86,12 @@ module Google
86
86
  attr_accessor :enable_shadow_removal_native_pdf
87
87
  alias_method :enable_shadow_removal_native_pdf?, :enable_shadow_removal_native_pdf
88
88
 
89
- # Optional.
89
+ # Optional. The file format conversion map that is applied to all input files.
90
+ # The map key is the original mime_type. The map value is the target mime_type
91
+ # of translated documents. Supported file format conversion includes: - `
92
+ # application/pdf` to `application/vnd.openxmlformats-officedocument.
93
+ # wordprocessingml.document` If nothing specified, output files will be in the
94
+ # same format as the original file.
90
95
  # Corresponds to the JSON property `formatConversions`
91
96
  # @return [Hash<String,String>]
92
97
  attr_accessor :format_conversions
@@ -1359,13 +1364,13 @@ module Google
1359
1364
  # @return [String]
1360
1365
  attr_accessor :name
1361
1366
 
1362
- # The normal response of the operation in case of success. If the original
1363
- # method returns no data on success, such as `Delete`, the response is `google.
1364
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
1365
- # the response should be the resource. For other methods, the response should
1366
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
1367
- # example, if the original method name is `TakeSnapshot()`, the inferred
1368
- # response type is `TakeSnapshotResponse`.
1367
+ # The normal, successful response of the operation. If the original method
1368
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
1369
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
1370
+ # response should be the resource. For other methods, the response should have
1371
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
1372
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
1373
+ # `TakeSnapshotResponse`.
1369
1374
  # Corresponds to the JSON property `response`
1370
1375
  # @return [Hash<String,Object>]
1371
1376
  attr_accessor :response
@@ -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.30.0"
19
+ GEM_VERSION = "0.32.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 = "20230922"
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.30.0
4
+ version: 0.32.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-10-01 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.30.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-translate_v3/v0.32.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Translation API V3