google-cloud-text_to_speech-v1 0.2.2 → 0.2.3

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: b01d2242a31a9c15b0935ac4a595c4e32dfe06a8163b5efe4525c937f94a670f
4
- data.tar.gz: ccbf998ba86a7cac7e633fea93ee3fb819482b5b1ec96a61656db96c52128322
3
+ metadata.gz: 0bfbb278e59a791e11e9efa2464f14c4051c565296c51e44f1c1fbb86b7a0dcc
4
+ data.tar.gz: c11e1653b9292abdebabb6322bd1bc4de440af3c368a9196856db4a7127fafba
5
5
  SHA512:
6
- metadata.gz: fab6e4618a05c37848869e7565d7178d2339ad0b5b302f4e695c420b5297b2eb696333387b76e07548ae8a1d0032ec7e581a87b88000f28abc8ba6ac980663ee
7
- data.tar.gz: d68d7d8bf79e021078c8d02830c1572f72468c82548924f6cf58f3dc738fa136ec597d81b731e670f93fd3f91d3f4535638b8940611ecfc78e51f7fb01bce27c
6
+ metadata.gz: f6a1f62b3d4bbba42a3a07f41ab63bf728079d3dcf391378db82f9aab2245695c2ecb9140c07be83e38a83b16e2967b879f5a5bc6133ede9b2f3fad8d826ccf0
7
+ data.tar.gz: f0547ada56c93ff48c88b9bc397f7fa5660f4cf4f5487ffa9f7983e04055d60eece350d9961171c6bbcda7738721feb7ad534563d82ed1e8089416745ac18ff8
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/texttospeech.googleapis.com)
21
22
  1. {file:AUTHENTICATION.md Set up authentication.}
22
23
 
23
24
  ## Quick Start
@@ -33,6 +34,9 @@ response = client.list_voices request
33
34
  View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-text_to_speech-v1/latest)
34
35
  for class and method documentation.
35
36
 
37
+ See also the [Product Documentation](https://cloud.google.com/text-to-speech)
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 TextToSpeech
23
23
  module V1
24
- VERSION = "0.2.2"
24
+ VERSION = "0.2.3"
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-text_to_speech-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
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-06 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