google-cloud-text_to_speech-v1beta1 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: de81ebff9ea7cd6621d4a721f17e3eab7a999a4d2a745f7b15914cd98de08454
4
- data.tar.gz: bb83d38936d6c19ada12a2ace7bdbe0ae8b98df660a23889da4e6f59e8e2d711
3
+ metadata.gz: 00366b876bfb6a9078deac6b3725db8e4b44c2baf45ce1a4cf6a562e5fdbb4dd
4
+ data.tar.gz: 1b59de686c925420788284f07e4d025bb7451ca45c135a80d4cf49cda5df92ea
5
5
  SHA512:
6
- metadata.gz: a1a947d91523a2a8fc068fb60e5ec65e3bbc699b021a7d8728572f1c4ef6c1f13eb8669eb7907da34b3883419fedcafd580459fed3164453dad060a2f2f08733
7
- data.tar.gz: 3fdc08ed0306d8fb3876680437bc98c32730b05f75fe639287ddf1f3b23a30790465b26887076cdedac40197e44f2d98ebc432b7dd8210a5e3a7060923d03634
6
+ metadata.gz: b0d0c3981d85933c2e4ebd4ca799a65b5ee71f8f71765331a813eedcad92f22990baadf8542a0020fe85809b310206897d5a604ba5e75de2230a9af37ea11d7b
7
+ data.tar.gz: 79f721b47f972cf1acde328c18d7e9272c5c711a6cc8a7988fe646a6e8e3c1d2240f11bbbff521469dd501f76fa9baf1fc6034ba29861d4fd7868064cc68eabd
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-v1beta1/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 V1beta1
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-v1beta1
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-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