google-cloud-translate 3.4.0 → 3.4.1

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: 51bd5e653d4c3476abd9267064934779ee1caf3f876f5cfa5cbd5baa1c4fad85
4
- data.tar.gz: 4ebce7145427b27b4aef6cdfb5c32de11aa2092682b822dc339f6d69789fa6a4
3
+ metadata.gz: fb75629ed0d02a19396e91bed9b68930174eea38457ab97955de3c264000b95c
4
+ data.tar.gz: 69397c2bf375e40cb6baf5be068a02c6f28a4fc354455ea75aa0fa76439f2ce4
5
5
  SHA512:
6
- metadata.gz: 97ac9b8093beb217efde9ffc21d5a22b75698eb88a09a38b9e74923220c6e4571c3d4cb8578e1ce24f2c2ee2ce90f3ac0ea0355c16d7ba94afb2529b9896fe40
7
- data.tar.gz: 9f327d21918ae9ba7594d0d0c61f144c4192c5c5aa487dc3504cb625bcfe53f66d32ed6ea8a922930fb3f0a55cd3fe498e958b06cbd1bb0ef518f72a9cdfabcc
6
+ metadata.gz: 78a6ffaf81f49e97abdb85e2988ca10c7c2a376aaf2598b14643a313fced958cd9a1291951ee532e15d462c6f1aa52bcbd95c7f615ea2e754cfd7e6b5b6b6530
7
+ data.tar.gz: 8a8225af95c250259dafaa263f5d786d5f4ec69844de9c001465a6155188022cca5519de7b4c2b75f68a023c61c5a31eb03a8bc472a3577be5eac7c0d581eef2
data/README.md CHANGED
@@ -16,8 +16,8 @@ for this library, google-cloud-translate, to see the convenience methods for
16
16
  constructing client objects. Reference documentation for the client objects
17
17
  themselves can be found in the client library documentation for the versioned
18
18
  client gems:
19
- [google-cloud-translate-v2](https://googleapis.dev/ruby/google-cloud-translate-v2/latest),
20
- [google-cloud-translate-v3](https://googleapis.dev/ruby/google-cloud-translate-v3/latest).
19
+ [google-cloud-translate-v2](https://cloud.google.com/ruby/docs/reference/google-cloud-translate-v2/latest),
20
+ [google-cloud-translate-v3](https://cloud.google.com/ruby/docs/reference/google-cloud-translate-v3/latest).
21
21
 
22
22
  See also the [Product Documentation](https://cloud.google.com/translate)
23
23
  for more usage information.
@@ -33,7 +33,7 @@ In order to use this library, you first need to go through the following steps:
33
33
  1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
34
34
  1. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
35
35
  1. [Enable the API.](https://console.cloud.google.com/apis/library/translate.googleapis.com)
36
- 1. {file:AUTHENTICATION.md Set up authentication.}
36
+ 1. [Set up authentication.](AUTHENTICATION.md )
37
37
 
38
38
  ## Migrating from 2.x versions
39
39
 
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Translate
23
- VERSION = "3.4.0"
23
+ VERSION = "3.4.1"
24
24
  end
25
25
  end
26
26
  end
@@ -48,7 +48,7 @@ module Google
48
48
  # Create a new client object for TranslationService.
49
49
  #
50
50
  # By default, this returns an instance of
51
- # [Google::Cloud::Translate::V3::TranslationService::Client](https://googleapis.dev/ruby/google-cloud-translate-v3/latest/Google/Cloud/Translate/V3/TranslationService/Client.html)
51
+ # [Google::Cloud::Translate::V3::TranslationService::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-translate-v3/latest/Google-Cloud-Translate-V3-TranslationService-Client)
52
52
  # for a gRPC client for version V3 of the API.
53
53
  # However, you can specify a different API version by passing it in the
54
54
  # `version` parameter. If the TranslationService service is
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-translate
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.4.0
4
+ version: 3.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-28 00:00:00.000000000 Z
11
+ date: 2023-06-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core