google-cloud-translate-v3 0.1.1 → 0.1.2

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: af1436ff17d16bf056aa5ebfb207784f74b8f2af8828889d54596c71d32172b0
4
- data.tar.gz: 1b5b81b88322dd7fbf8d300b6317b95be69e6f1629a7d5d1bad6bed8bb56c1bd
3
+ metadata.gz: 5a76f4ed0a0591450f836ec381f6773b002ccb308733cb0f7213c761dec1271f
4
+ data.tar.gz: b0735945a5914fe01b63cd3146d5eb549aec90704f86dc4c30691214f887731b
5
5
  SHA512:
6
- metadata.gz: 700d45efe9bceb1759c6a3a3547e37f0a11a71b0941f4f62307a130e84ffc5469c7ca05cac5ef21ffc3b5542b35efc8deec516ad39985ea45dbe16981a090a83
7
- data.tar.gz: bc188146d4808e88ba794272758b242c330ca45978899a9c8be47b901e574ea9ec922908d093ca099d60bcd881d46cd9f0d99b238cec60a354d9147a6ead6e37
6
+ metadata.gz: 1c1b214cd252b14e07c710625ebd29ebd01073dee4c0ef2d43068434f62056ed1b138049dce8a0328e8775d6c2fbabb54628c7905f4c5f7847636f72ee0e6966
7
+ data.tar.gz: 3d7e72c0418e1820fdc31358d79021f01e498dd24ea2b61301377bef45b6668ee448cc1a02481801f6fed489cda22e8f137707fe30faeffaf0bc54c1535fac34
data/README.md CHANGED
@@ -18,6 +18,7 @@ In order to use this library, you first need to go through the following steps:
18
18
 
19
19
  1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
20
20
  1. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
21
+ 1. [Enable the API.](https://console.cloud.google.com/apis/library/translate.googleapis.com)
21
22
  1. {file:AUTHENTICATION.md Set up authentication.}
22
23
 
23
24
  ## Quick Start
@@ -33,6 +34,9 @@ response = client.translate_text request
33
34
  View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-translate-v3/latest)
34
35
  for class and method documentation.
35
36
 
37
+ See also the [Product Documentation](https://cloud.google.com/translate)
38
+ for general usage information.
39
+
36
40
  ## Enabling Logging
37
41
 
38
42
  To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Translate
23
23
  module V3
24
- VERSION = "0.1.1"
24
+ VERSION = "0.1.2"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-translate-v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-05 00:00:00.000000000 Z
11
+ date: 2020-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common