google-apis-translate_v3 0.3.0 → 0.8.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: bd80ec52d804e5ca8721a0fb9ed0afd94523738d35c187fe72fb6fb41f16daf5
4
- data.tar.gz: 261ba2f4d0666ebb329955964d57e2de9c49d3b724b7072685f52288cbdb3088
3
+ metadata.gz: 0d757fb054aa119cfccd90970fbd770b313303821c32ecefa86afaa6ce1c0895
4
+ data.tar.gz: f9936d75302ffe87a6797b01753f90db9838732637c1ee11fd199e3b9c792512
5
5
  SHA512:
6
- metadata.gz: 8327439ae3bea18ffaa236d871ee219b5df27597e579541bd9558d0d263274b2b7765aba2c5ee67c7cc0bf4bdbde0c2b1221726af845f9187df6291ed600ca14
7
- data.tar.gz: 7740993dd6b4c919dd6afee83f61b3e8590cc0df3ec2663205c88b27984a2ef3c06c25554df90d262100bb0f72c860795380233e603316bc7b5217f2e26c5495
6
+ metadata.gz: df8bbf9fbe6f447cd2a9ba9405dcc6b5a074fce817a9ea19c54b0b3b32be33d5cedfe489f50b8bbf6a81ecf1ffaa83e31900fa9ddc1827e10f562f07a19a4738
7
+ data.tar.gz: 5b48adb446a6a000c63f2f731d6bdf51a911539d60b6768c00769bb8ab2aed3453eb844865177ea9990c8decf96850e9d27be22a3c83e3d540a73b149cdc8466
data/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # Release history for google-apis-translate_v3
2
2
 
3
+ ### v0.8.0 (2021-06-24)
4
+
5
+ * Regenerated using generator version 0.3.0
6
+
7
+ ### v0.7.0 (2021-05-25)
8
+
9
+ * Regenerated from discovery document revision 20210521
10
+
11
+ ### v0.6.0 (2021-05-20)
12
+
13
+ * Unspecified changes
14
+
15
+ ### v0.5.0 (2021-04-18)
16
+
17
+ * Regenerated from discovery document revision 20210412
18
+
19
+ ### v0.4.0 (2021-03-16)
20
+
21
+ * Regenerated from discovery document revision 20210312
22
+ * Regenerated using generator version 0.2.0
23
+
3
24
  ### v0.3.0 (2021-03-04)
4
25
 
5
26
  * Unspecified changes
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V3'
31
31
 
32
- # View and manage your data across Google Cloud Platform services
32
+ # See, edit, configure, and delete your Google Cloud Platform data
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
@@ -877,7 +877,8 @@ module Google
877
877
  # @return [String]
878
878
  attr_accessor :model
879
879
 
880
- # Text translated into the target language.
880
+ # Text translated into the target language. If an error occurs during
881
+ # translation, this field might be excluded from the response.
881
882
  # Corresponds to the JSON property `translatedText`
882
883
  # @return [String]
883
884
  attr_accessor :translated_text
@@ -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.3.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210219"
25
+ REVISION = "20210521"
26
26
  end
27
27
  end
28
28
  end
@@ -340,11 +340,15 @@ module Google
340
340
  # @param [String] name
341
341
  # The resource that owns the locations collection, if applicable.
342
342
  # @param [String] filter
343
- # The standard list filter.
343
+ # A filter to narrow down results to a preferred subset. The filtering language
344
+ # accepts strings like "displayName=tokyo", and is documented in more detail in [
345
+ # AIP-160](https://google.aip.dev/160).
344
346
  # @param [Fixnum] page_size
345
- # The standard list page size.
347
+ # The maximum number of results to return. If not set, the service selects a
348
+ # default.
346
349
  # @param [String] page_token
347
- # The standard list page token.
350
+ # A page token received from the `next_page_token` field in the response. Send
351
+ # that page token to receive the subsequent page.
348
352
  # @param [String] fields
349
353
  # Selector specifying which fields to include in a partial response.
350
354
  # @param [String] quota_user
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-translate_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.8.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-03-08 00:00:00.000000000 Z
11
+ date: 2021-06-28 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.3'
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.3'
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 V3. Simple REST
28
34
  clients are Ruby client libraries that provide access to Google services via their
29
35
  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_v3/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-translate_v3/v0.3.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-translate_v3/v0.8.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-translate_v3
57
63
  post_install_message:
58
64
  rdoc_options: []
@@ -69,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
75
  - !ruby/object:Gem::Version
70
76
  version: '0'
71
77
  requirements: []
72
- rubygems_version: 3.2.13
78
+ rubygems_version: 3.2.17
73
79
  signing_key:
74
80
  specification_version: 4
75
81
  summary: Simple REST client for Cloud Translation API V3