google-apis-translate_v3beta1 0.29.0 → 0.30.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f5317b0e5651ba0bba04f3d3464c5c20bad388cfd9edfad077c0111260d3a8c1
|
4
|
+
data.tar.gz: 30de49b37db5552719efa72b04f1c59adc06d4761e53ddb92d2159e15915c306
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c16d6070f57e526bb566d206b9c80c0c61b7e40c25a3853e3bed9372c83d2bf47ff57761ccb13089b6e0c43c92f23e32c22e599b711d408ebef56086af1a1b95
|
7
|
+
data.tar.gz: cbef54fa2637c509d65e240c542049aada98ba2515be58b72c521c3ff83e4e6ef6afdea799d484ddd7183b747564e731ba63e0fdff83bfa0ba867c21ec2623ac
|
data/CHANGELOG.md
CHANGED
@@ -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. File format conversion map to be applied to all input files. Map's
|
90
|
+
# key is the original mime_type. Map's value is the target mime_type of
|
91
|
+
# 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
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.30.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 = "
|
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_v3beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.30.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-
|
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_v3beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-translate_v3beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-translate_v3beta1/v0.30.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: []
|
@@ -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.
|
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 V3beta1
|