google-apis-translate_v3 0.8.0 → 0.9.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: e5e9071b7de680297b867de55de34325018fe63373b1af18af2aee919ededf20
|
4
|
+
data.tar.gz: 1708b5638475b0669aa3d79211457ca73656b0e405c7ec5a433375636899ab9a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 97a01cf6f3394b23fa388fea4aa336ac33471356498e82cf368a40f4b671eb9564e625952fb82a7ea435cf636f65b82840c142ee37f423aa86905b433b508cfd
|
7
|
+
data.tar.gz: db44e3f4c8d0992b88e1b7ff2c6fc28df79ac93345a132443283a1a2ab32245bdb2555e54f5d564a2cacd49c9a458b51c793f68302553d590d1e54e958c5bd3b
|
data/CHANGELOG.md
CHANGED
@@ -54,8 +54,7 @@ module Google
|
|
54
54
|
# AutoML Translation model. The value format depends on model type: - AutoML
|
55
55
|
# Translation models: `projects/`project-number-or-id`/locations/`location-id`/
|
56
56
|
# models/`model-id`` - General (built-in) models: `projects/`project-number-or-
|
57
|
-
# id`/locations/`location-id`/models/general/nmt`,
|
58
|
-
# id`/locations/`location-id`/models/general/base` If the map is empty or a
|
57
|
+
# id`/locations/`location-id`/models/general/nmt`, If the map is empty or a
|
59
58
|
# specific model is not requested for a language pair, then default google model
|
60
59
|
# (nmt) is used.
|
61
60
|
# Corresponds to the JSON property `models`
|
@@ -782,11 +781,10 @@ module Google
|
|
782
781
|
# Optional. The `model` type requested for this translation. The format depends
|
783
782
|
# on model type: - AutoML Translation models: `projects/`project-number-or-id`/
|
784
783
|
# locations/`location-id`/models/`model-id`` - General (built-in) models: `
|
785
|
-
# projects/`project-number-or-id`/locations/`location-id`/models/general/nmt`,
|
786
|
-
# projects/`project-number-or-id`/locations/`location-id`/models/general/base`
|
784
|
+
# projects/`project-number-or-id`/locations/`location-id`/models/general/nmt`,
|
787
785
|
# For global (non-regionalized) requests, use `location-id` `global`. For
|
788
786
|
# example, `projects/`project-number-or-id`/locations/global/models/general/nmt`.
|
789
|
-
# If
|
787
|
+
# If not provided, the default Google model (NMT) will be used
|
790
788
|
# Corresponds to the JSON property `model`
|
791
789
|
# @return [String]
|
792
790
|
attr_accessor :model
|
@@ -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.9.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210625"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -104,10 +104,9 @@ module Google
|
|
104
104
|
# Optional. Get supported languages of this model. The format depends on model
|
105
105
|
# type: - AutoML Translation models: `projects/`project-number-or-id`/locations/`
|
106
106
|
# location-id`/models/`model-id`` - General (built-in) models: `projects/`
|
107
|
-
# project-number-or-id`/locations/`location-id`/models/general/nmt`,
|
108
|
-
# project-number-or-id`/locations/`location-id`/models/general/base` Returns
|
107
|
+
# project-number-or-id`/locations/`location-id`/models/general/nmt`, Returns
|
109
108
|
# languages supported by the specified model. If missing, we get supported
|
110
|
-
# languages of Google general
|
109
|
+
# languages of Google general NMT model.
|
111
110
|
# @param [String] fields
|
112
111
|
# Selector specifying which fields to include in a partial response.
|
113
112
|
# @param [String] quota_user
|
@@ -303,10 +302,9 @@ module Google
|
|
303
302
|
# Optional. Get supported languages of this model. The format depends on model
|
304
303
|
# type: - AutoML Translation models: `projects/`project-number-or-id`/locations/`
|
305
304
|
# location-id`/models/`model-id`` - General (built-in) models: `projects/`
|
306
|
-
# project-number-or-id`/locations/`location-id`/models/general/nmt`,
|
307
|
-
# project-number-or-id`/locations/`location-id`/models/general/base` Returns
|
305
|
+
# project-number-or-id`/locations/`location-id`/models/general/nmt`, Returns
|
308
306
|
# languages supported by the specified model. If missing, we get supported
|
309
|
-
# languages of Google general
|
307
|
+
# languages of Google general NMT model.
|
310
308
|
# @param [String] fields
|
311
309
|
# Selector specifying which fields to include in a partial response.
|
312
310
|
# @param [String] quota_user
|
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.9.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: 2021-
|
11
|
+
date: 2021-07-05 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: '0.
|
19
|
+
version: '0.4'
|
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: '0.
|
29
|
+
version: '0.4'
|
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/master/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.9.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-translate_v3
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|