google-apis-translate_v3 0.4.0 → 0.5.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: eff61c56590abc4be4df3c4089b5263586c8c18f4252059414bbf7d0507be78b
4
- data.tar.gz: bf3a965b5c027eee7365adbae2838eb80cc09bce04ea70c9dbda03a42a3943bb
3
+ metadata.gz: 69ad45934f6526d287dc03babbc240f92558e1127de1bbc0caf2fe6f2f6a7b6d
4
+ data.tar.gz: 292ae921195402049efaf5c6f655939b221d0a57d3131eace5f070d7997b2aac
5
5
  SHA512:
6
- metadata.gz: 90b057cec48f7dc65ab22269ac11e43f28c781de93ac4c6ca026bd60e5a0bb2991b359870fbda0262e29a8eb153686feabe91d4dff60c8eaabeb8b48621d1f25
7
- data.tar.gz: f14608230833a02de550136081dbf0ed273a2aa2afb64f9d464aa5fbb314012046103b9293f549764cf2dc261278530d5071130a00affb51913de47072593cf2
6
+ metadata.gz: aea112800c9debb495c710d08bdde40b8c6f55b287111633e0a05cdc8f8b67ac4d899e4f19590a282f48c2a58940dc8b370b1d931c16dc9842bc5d76780e160e
7
+ data.tar.gz: 3229d76467964c5d2a7c7ef3cdf1743fa1ec69f0279051c9747abcb8ceb50ebf713dd9c076a2f11563f4a3769cee872662f89a981f2ec9a8ab3ff9622d6810b1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-translate_v3
2
2
 
3
+ ### v0.5.0 (2021-04-18)
4
+
5
+ * Regenerated from discovery document revision 20210412
6
+
3
7
  ### v0.4.0 (2021-03-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20210312
@@ -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
@@ -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.4.0"
19
+ GEM_VERSION = "0.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210312"
25
+ REVISION = "20210412"
26
26
  end
27
27
  end
28
28
  end
@@ -344,7 +344,7 @@ module Google
344
344
  # accepts strings like "displayName=tokyo", and is documented in more detail in [
345
345
  # AIP-160](https://google.aip.dev/160).
346
346
  # @param [Fixnum] page_size
347
- # The maximum number of results to return. If not set, the service will select a
347
+ # The maximum number of results to return. If not set, the service selects a
348
348
  # default.
349
349
  # @param [String] page_token
350
350
  # A page token received from the `next_page_token` field in the response. Send
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.0
4
+ version: 0.5.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-22 00:00:00.000000000 Z
11
+ date: 2021-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  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.4.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-translate_v3/v0.5.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-translate_v3
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.13
72
+ rubygems_version: 3.2.17
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Cloud Translation API V3