google-apis-translate_v3beta1 0.6.0 → 0.10.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: 2f827b5ee93e55da78e768d075d45c5e5a989f993a6dfbf9d1acee0b6359f9a4
4
- data.tar.gz: 3909d7d85e6a1616abd2b6033723e74c497e0bcd7ea3b89d2d6a29da777a27fb
3
+ metadata.gz: 4ab86e96401ff3abb8b2f3fe55e43ec3100c871baf79c980d49732a5a8ecf447
4
+ data.tar.gz: f38e28a74e0d0ad294ff7cf51156d6b67a017900c97d5fff82176f65bcd73238
5
5
  SHA512:
6
- metadata.gz: 87277db9d724bb5fe0a9b7bfc5f22ab5763c5faa8864a5bb849fce4cdd203642f5352dc15ae4639b05cf0ccac66e0748d2abe9f061bd800c0b02693aa26afb79
7
- data.tar.gz: 3678c7ade088bca4bdcc69117e436515342bc1ef118413e63509d795c24a490e33fa980e00ce064390826426cc5764a01c5ac900b7ec2d8abf9921c148aa9078
6
+ metadata.gz: aaca59ad2b132f9ff75f7b444183a888a5ef9353756dad41ed2545d903cd0dfb5f871c48be0829b8be8a2923f33c2231c99fc1d2669577accd7b3ab6ccf1dd52
7
+ data.tar.gz: c10a8c16b75947c6daa0c4d26d5d4bc489db127c873939329523adfeb137e55c482129facd240a8b2505475a4ee5a71af34f4bfd2be36a5409d000c953c209ea
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-translate_v3beta1
2
2
 
3
+ ### v0.10.0 (2021-09-01)
4
+
5
+ * Regenerated from discovery document revision 20210809
6
+
7
+ ### v0.9.0 (2021-06-29)
8
+
9
+ * Regenerated from discovery document revision 20210625
10
+ * Regenerated using generator version 0.4.0
11
+
12
+ ### v0.8.0 (2021-06-24)
13
+
14
+ * Regenerated using generator version 0.3.0
15
+
16
+ ### v0.7.0 (2021-05-25)
17
+
18
+ * Regenerated from discovery document revision 20210521
19
+
3
20
  ### v0.6.0 (2021-05-20)
4
21
 
5
22
  * Unspecified changes
@@ -81,8 +81,7 @@ module Google
81
81
  # AutoML Translation model. The value format depends on model type: - AutoML
82
82
  # Translation models: `projects/`project-number-or-id`/locations/`location-id`/
83
83
  # models/`model-id`` - General (built-in) models: `projects/`project-number-or-
84
- # id`/locations/`location-id`/models/general/nmt`, `projects/`project-number-or-
85
- # id`/locations/`location-id`/models/general/base` If the map is empty or a
84
+ # id`/locations/`location-id`/models/general/nmt`, If the map is empty or a
86
85
  # specific model is not requested for a language pair, then default google model
87
86
  # (nmt) is used.
88
87
  # Corresponds to the JSON property `models`
@@ -154,8 +153,7 @@ module Google
154
153
  # AutoML Translation model. The value format depends on model type: - AutoML
155
154
  # Translation models: `projects/`project-number-or-id`/locations/`location-id`/
156
155
  # models/`model-id`` - General (built-in) models: `projects/`project-number-or-
157
- # id`/locations/`location-id`/models/general/nmt`, `projects/`project-number-or-
158
- # id`/locations/`location-id`/models/general/base` If the map is empty or a
156
+ # id`/locations/`location-id`/models/general/nmt`, If the map is empty or a
159
157
  # specific model is not requested for a language pair, then default google model
160
158
  # (nmt) is used.
161
159
  # Corresponds to the JSON property `models`
@@ -952,8 +950,7 @@ module Google
952
950
  # Optional. The `model` type requested for this translation. The format depends
953
951
  # on model type: - AutoML Translation models: `projects/`project-number-or-id`/
954
952
  # locations/`location-id`/models/`model-id`` - General (built-in) models: `
955
- # projects/`project-number-or-id`/locations/`location-id`/models/general/nmt`, `
956
- # projects/`project-number-or-id`/locations/`location-id`/models/general/base`
953
+ # projects/`project-number-or-id`/locations/`location-id`/models/general/nmt`,
957
954
  # If not provided, the default Google model (NMT) will be used for translation.
958
955
  # Corresponds to the JSON property `model`
959
956
  # @return [String]
@@ -1098,11 +1095,10 @@ module Google
1098
1095
  # Optional. The `model` type requested for this translation. The format depends
1099
1096
  # on model type: - AutoML Translation models: `projects/`project-number-or-id`/
1100
1097
  # locations/`location-id`/models/`model-id`` - General (built-in) models: `
1101
- # projects/`project-number-or-id`/locations/`location-id`/models/general/nmt`, `
1102
- # projects/`project-number-or-id`/locations/`location-id`/models/general/base`
1098
+ # projects/`project-number-or-id`/locations/`location-id`/models/general/nmt`,
1103
1099
  # For global (non-regionalized) requests, use `location-id` `global`. For
1104
1100
  # example, `projects/`project-number-or-id`/locations/global/models/general/nmt`.
1105
- # If missing, the system decides which google base model to use.
1101
+ # If not provided, the default Google model (NMT) will be used
1106
1102
  # Corresponds to the JSON property `model`
1107
1103
  # @return [String]
1108
1104
  attr_accessor :model
@@ -1193,7 +1189,8 @@ module Google
1193
1189
  # @return [String]
1194
1190
  attr_accessor :model
1195
1191
 
1196
- # Text translated into the target language.
1192
+ # Text translated into the target language. If an error occurs during
1193
+ # translation, this field might be excluded from the response.
1197
1194
  # Corresponds to the JSON property `translatedText`
1198
1195
  # @return [String]
1199
1196
  attr_accessor :translated_text
@@ -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.6.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210506"
25
+ REVISION = "20210809"
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`, `projects/`
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 base (PBMT) model.
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
@@ -345,10 +344,9 @@ module Google
345
344
  # Optional. Get supported languages of this model. The format depends on model
346
345
  # type: - AutoML Translation models: `projects/`project-number-or-id`/locations/`
347
346
  # location-id`/models/`model-id`` - General (built-in) models: `projects/`
348
- # project-number-or-id`/locations/`location-id`/models/general/nmt`, `projects/`
349
- # project-number-or-id`/locations/`location-id`/models/general/base` Returns
347
+ # project-number-or-id`/locations/`location-id`/models/general/nmt`, Returns
350
348
  # languages supported by the specified model. If missing, we get supported
351
- # languages of Google general base (PBMT) model.
349
+ # languages of Google general NMT model.
352
350
  # @param [String] fields
353
351
  # Selector specifying which fields to include in a partial response.
354
352
  # @param [String] quota_user
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V3beta1'
31
31
 
32
- # See, edit, configure, and delete your Google Cloud Platform data
32
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
 
35
35
  # Translate text from one language to another using Google Translate
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-translate_v3beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.10.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-05-24 00:00:00.000000000 Z
11
+ date: 2021-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.4'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.4'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Cloud Translation API V3beta1. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-translate_v3beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-translate_v3beta1/v0.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-translate_v3beta1/v0.10.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-translate_v3beta1
57
63
  post_install_message:
58
64
  rdoc_options: []