google-apis-translate_v3 0.13.0 → 0.16.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: a66a8df104cf79dee460c336b8d60b405e275815ab4c17378114d6d4789aee4c
4
- data.tar.gz: 9ea29146f4b2d30d71306996e1fc1946555e6ffe4cc2dbc1bbec956ac23f4dbd
3
+ metadata.gz: 9b988fa50e1b7f4f0aabcfef35d760bf618da884b586d742726b63dcd7971790
4
+ data.tar.gz: 7473245026ac82ff797e3e17750371ab7f1493e4acb7497cf4362013b0810814
5
5
  SHA512:
6
- metadata.gz: ec993972cf3f0fa4391277a2586497213fe8c32378793ec1327de25b86bcef7cf08739ae65ce0f4fbd16d41d0e219b0b873ce248854fea254f7b0dd9840ad610
7
- data.tar.gz: 448a41c9894ec41c2c647be88045d94485e46f11528a226427785000b9c16707510c57256d97cef646c61b405854e855f566ea2d654e6f4d602031ae567ddae4
6
+ metadata.gz: feb673b08585495940b227c9eeb5c281470a7e64cef6373326b13ce5f0fc43ad6c5a29a7e47cd0c844d346b4e327274c199ae2a004c0d0ff43c0ea12929456f8
7
+ data.tar.gz: 325efff12844e1a6967d996a6a7ad17fa20422fb3286fdf29b787d9545a7773b5ff18c373f29b525fa8772a66dd29e221b2c327476f7be75ba01cb585d85998d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-translate_v3
2
2
 
3
+ ### v0.16.0 (2022-06-20)
4
+
5
+ * Regenerated using generator version 0.7.0
6
+
7
+ ### v0.15.0 (2022-06-03)
8
+
9
+ * Regenerated using generator version 0.5.0
10
+
11
+ ### v0.14.0 (2022-04-05)
12
+
13
+ * Regenerated from discovery document revision 20220401
14
+ * Regenerated using generator version 0.4.1
15
+
3
16
  ### v0.13.0 (2021-12-14)
4
17
 
5
18
  * Unspecified changes
@@ -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.13.0"
19
+ GEM_VERSION = "0.16.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.7.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.13.0
4
+ version: 0.16.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: 2022-01-10 00:00:00.000000000 Z
11
+ date: 2022-06-27 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.6'
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.6'
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.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-translate_v3/v0.16.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.3.4
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