google-cloud-translate 3.4.0 → 3.4.1
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 +4 -4
- data/README.md +3 -3
- data/lib/google/cloud/translate/version.rb +1 -1
- data/lib/google/cloud/translate.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fb75629ed0d02a19396e91bed9b68930174eea38457ab97955de3c264000b95c
|
|
4
|
+
data.tar.gz: 69397c2bf375e40cb6baf5be068a02c6f28a4fc354455ea75aa0fa76439f2ce4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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://
|
|
20
|
-
[google-cloud-translate-v3](https://
|
|
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.
|
|
36
|
+
1. [Set up authentication.](AUTHENTICATION.md )
|
|
37
37
|
|
|
38
38
|
## Migrating from 2.x versions
|
|
39
39
|
|
|
@@ -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://
|
|
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.
|
|
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-
|
|
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
|