google-apis-translate_v3beta1 0.13.0 → 0.14.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: 88f449a88076e4d921504696504264e9c07e306ee38e4466612af12b5915cdf3
4
- data.tar.gz: 527e37a501f9a7d2a377c9bb7c36359a86c0452fc334c749903bbdb6d467c13e
3
+ metadata.gz: 6aeae9eae566ae8e5922b8635ec1302e3067a1c1a5b797abbcc74b5623634cbe
4
+ data.tar.gz: b10051257b94865ce1520b3192faee7b4f85fe2296db28c490f08725acfa38df
5
5
  SHA512:
6
- metadata.gz: bfe5c3c4017a0f10beccd8d65bd8110ab0b3272a11668e08a5069a555fa3d541c1211b03008d0d9c55aaceffcfb8bce80f39dd2a80882c0a0e5eaa579ffa984d
7
- data.tar.gz: 413c08789dece53d420b3b1cf53203b51933df11a705c5408974c8336112efd2824915069b0c6f6744a5fcaa3a33ec1f0bb0a15f8975c40a1aceb058194f210e
6
+ metadata.gz: 8b5d704f2129bf601496340b99d9b84012a0941449d125af3a4e53bdff3775e05b2732a578992f6e94832d532871d2722f0b82fee764bb140a4ba2fae2898c12
7
+ data.tar.gz: a73422c535ec765b387365d1c54b33dae9d0f3c24f50840f5702e89bff2842654dd09cb60401a3be0da0b49937728e11c442a75ded2a85129e1863c6c8054312
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-translate_v3beta1
2
2
 
3
+ ### v0.14.0 (2022-04-05)
4
+
5
+ * Regenerated from discovery document revision 20220401
6
+ * Regenerated using generator version 0.4.1
7
+
3
8
  ### v0.13.0 (2021-12-14)
4
9
 
5
10
  * 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 TranslateV3beta1
18
18
  # Version of the google-apis-translate_v3beta1 gem
19
- GEM_VERSION = "0.13.0"
19
+ GEM_VERSION = "0.14.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.4.1"
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_v3beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.14.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-04-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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_v3beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-translate_v3beta1/v0.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-translate_v3beta1/v0.14.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-translate_v3beta1
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.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Translation API V3beta1