google-apis-translate_v3 0.12.0 → 0.15.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: 0df7ecb1650e4d0c129b4e605273ebecd115d1bab5ea297f3483d4c22ccb6197
4
- data.tar.gz: 8e77c99307e902aa429785ecfb6996d2e0181ddc7413f48767e08c48ea7db5c9
3
+ metadata.gz: cb58c13d51415642b80b9e57d052fadd60a8ba9aec007702e1884447a0c44447
4
+ data.tar.gz: b0065a62e0516358bbf1569418f12ff695b16dde916a9781f0dbee2795ad32de
5
5
  SHA512:
6
- metadata.gz: abc161540740d6f9b9cab4e4eef5cb074d97ee8b0d3f2f8f7584c6f00079c466ef2eadd16d83e03c44ce8f881207b8d7373742a40b9d6d2d7540cc26cc2bce2b
7
- data.tar.gz: c2244463dd5ade9a58dd8ca57e40c9225c0ae9acb11fcc60f625e8d980e0df29a187485f78227824d92319201b2b7ececb6cf27ab9e8659b644999b2a3e36f23
6
+ metadata.gz: 58cee6816fd83cbd2eb4e73b45e0a154692efc25415a989cbc443b34d37c89863734569fc49fb045cf459a8fade2549df6bfcbfb22bc80c752942eb1e4505fce
7
+ data.tar.gz: 76d0bf19118fe6cb47b9db86273a299ae6d648a70bc0539cb474f1840ceab725141dea067fa7d374ae0fd3faba25137a16aad37d28ed57eed50772c329999edb
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-translate_v3
2
2
 
3
+ ### v0.15.0 (2022-06-03)
4
+
5
+ * Regenerated using generator version 0.5.0
6
+
7
+ ### v0.14.0 (2022-04-05)
8
+
9
+ * Regenerated from discovery document revision 20220401
10
+ * Regenerated using generator version 0.4.1
11
+
12
+ ### v0.13.0 (2021-12-14)
13
+
14
+ * Unspecified changes
15
+
3
16
  ### v0.12.0 (2021-11-01)
4
17
 
5
18
  * Regenerated from discovery document revision 20211029
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/translate_v3"
51
51
  client = Google::Apis::TranslateV3::TranslateService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -411,8 +411,7 @@ module Google
411
411
  # A generic empty message that you can re-use to avoid defining duplicated empty
412
412
  # messages in your APIs. A typical example is to use it as the request or the
413
413
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
414
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
415
- # `Empty` is empty JSON object ````.
414
+ # protobuf.Empty) returns (google.protobuf.Empty); `
416
415
  class Empty
417
416
  include Google::Apis::Core::Hashable
418
417
 
@@ -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.12.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.5.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211029"
25
+ REVISION = "20220401"
26
26
  end
27
27
  end
28
28
  end
@@ -381,8 +381,8 @@ module Google
381
381
  # The resource that owns the locations collection, if applicable.
382
382
  # @param [String] filter
383
383
  # A filter to narrow down results to a preferred subset. The filtering language
384
- # accepts strings like "displayName=tokyo", and is documented in more detail in [
385
- # AIP-160](https://google.aip.dev/160).
384
+ # accepts strings like `"displayName=tokyo"`, and is documented in more detail
385
+ # in [AIP-160](https://google.aip.dev/160).
386
386
  # @param [Fixnum] page_size
387
387
  # The maximum number of results to return. If not set, the service selects a
388
388
  # default.
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.12.0
4
+ version: 0.15.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-08 00:00:00.000000000 Z
11
+ date: 2022-06-13 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.4'
19
+ version: '0.5'
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.4'
29
+ version: '0.5'
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.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-translate_v3/v0.15.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Translation API V3