google-apis-translate_v3beta1 0.12.0 → 0.15.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: 17e48214fcc17ed84be95dcd6a97fee41c12fc0a5b19086128347caf694012a8
4
- data.tar.gz: d840af697649c0f7fe0cf94e7fbf77b5453119ea6b9a98f2f07b550ed9ccf546
3
+ metadata.gz: 60e0e2fe9f6e6764329f5d9e2c1f362c0a1ddab38a1c1b84981f7c2e75ff0525
4
+ data.tar.gz: 9325a477f4c13431501e8cd8b1cfa530a465d4103c628eaf8ace2604020af03c
5
5
  SHA512:
6
- metadata.gz: fa2dfd96e52ec013c767dc472c7cb8feb0622cfe7724fd7b30fb483633473d89d364ab604b58606f0df3ddf7cd71c676ec1fe47a079ac76c748994afebbf228e
7
- data.tar.gz: 7e5b3ed15cf3d8c4d38372be5623e552dd155ceef151b4df73aee76740c64430982a82088cb45b19d58a6f6c506fd1fe16b3914ec937ec2dd65da46734cb6c19
6
+ metadata.gz: d0bef4e6e905f60ae7405cab643ac9d29ab05b83bde7c66fc7dbf6730de4f32d5850bc047e2d39567d4a6741e37d3950f17454c9072664f4c04488e2bb5c5f7e
7
+ data.tar.gz: bbfe1fb6e3e75b90d68219eebc56ccdf31cea148fca1fa65e60feb02f3e11791a58bcb7d5b64adb2be9561a996ba56962b14df0c70db84b423cc0f8c9f8de4c7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-translate_v3beta1
2
2
 
3
+ ### v0.15.0 (2022-06-06)
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_v3beta1"
51
51
  client = Google::Apis::TranslateV3beta1::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 TranslateV3beta1
18
18
  # Version of the google-apis-translate_v3beta1 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_v3beta1
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_v3beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-translate_v3beta1/v0.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-translate_v3beta1/v0.15.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.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 V3beta1