google-apis-translate_v3 0.19.0 → 0.21.0
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dc035df016c45df31b9c4d1447e56695696329e26202a8c4110340c9cdec3649
|
4
|
+
data.tar.gz: e67859ebd925201fa75619cebf98b8800ce60565b28d459d1a7ea29a6921fa37
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6064983a00a9243bb9a9e879510bcd08ec3c8343b6103cf38c9b568cc22fa8a58d71fe37146f12d856750b6b8623b3498f9599b4c686f653470522684b38c569
|
7
|
+
data.tar.gz: 8e190dd68a08b1b43263a1859c96cdcd8a09cd321a9e06a58fc2317909c460d6c9e2a8bd0c58501e9521ab1aa7937414aa1e9e2b3b71b4de9456d66b7f717ecd
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-translate_v3
|
2
2
|
|
3
|
+
### v0.21.0 (2022-10-27)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20221021
|
6
|
+
* Regenerated using generator version 0.11.0
|
7
|
+
|
8
|
+
### v0.20.0 (2022-09-20)
|
9
|
+
|
10
|
+
* Regenerated using generator version 0.10.0
|
11
|
+
|
3
12
|
### v0.19.0 (2022-09-14)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20220909
|
@@ -1095,6 +1095,14 @@ module Google
|
|
1095
1095
|
# @return [Google::Apis::TranslateV3::TranslateTextGlossaryConfig]
|
1096
1096
|
attr_accessor :glossary_config
|
1097
1097
|
|
1098
|
+
# Optional. is_translate_native_pdf_only field for external customers. If true,
|
1099
|
+
# the page limit of online native pdf translation is 300 and only native pdf
|
1100
|
+
# pages will be translated.
|
1101
|
+
# Corresponds to the JSON property `isTranslateNativePdfOnly`
|
1102
|
+
# @return [Boolean]
|
1103
|
+
attr_accessor :is_translate_native_pdf_only
|
1104
|
+
alias_method :is_translate_native_pdf_only?, :is_translate_native_pdf_only
|
1105
|
+
|
1098
1106
|
# Optional. The labels with user-defined metadata for the request. Label keys
|
1099
1107
|
# and values can be no longer than 63 characters (Unicode codepoints), can only
|
1100
1108
|
# contain lowercase letters, numeric characters, underscores and dashes.
|
@@ -1140,6 +1148,7 @@ module Google
|
|
1140
1148
|
@document_input_config = args[:document_input_config] if args.key?(:document_input_config)
|
1141
1149
|
@document_output_config = args[:document_output_config] if args.key?(:document_output_config)
|
1142
1150
|
@glossary_config = args[:glossary_config] if args.key?(:glossary_config)
|
1151
|
+
@is_translate_native_pdf_only = args[:is_translate_native_pdf_only] if args.key?(:is_translate_native_pdf_only)
|
1143
1152
|
@labels = args[:labels] if args.key?(:labels)
|
1144
1153
|
@model = args[:model] if args.key?(:model)
|
1145
1154
|
@source_language_code = args[:source_language_code] if args.key?(:source_language_code)
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.21.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.11.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20221021"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -581,6 +581,7 @@ module Google
|
|
581
581
|
|
582
582
|
property :glossary_config, as: 'glossaryConfig', class: Google::Apis::TranslateV3::TranslateTextGlossaryConfig, decorator: Google::Apis::TranslateV3::TranslateTextGlossaryConfig::Representation
|
583
583
|
|
584
|
+
property :is_translate_native_pdf_only, as: 'isTranslateNativePdfOnly'
|
584
585
|
hash :labels, as: 'labels'
|
585
586
|
property :model, as: 'model'
|
586
587
|
property :source_language_code, as: 'sourceLanguageCode'
|
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.
|
4
|
+
version: 0.21.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: 2022-
|
11
|
+
date: 2022-10-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 0.9.1
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version:
|
29
|
+
version: 0.9.1
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-translate_v3/v0.21.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: []
|