google-cloud-text_to_speech 2.0.2 → 2.1.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 29e570a4f9a77695bd10fa7c906861cf9c92b0e3185fe58e67831e19ce2ae85c
4
- data.tar.gz: 818324347c5e3e65ae0a5fdf906f5af6f3978b1bdb2cbe80b0500d10047b2286
3
+ metadata.gz: 51b1fb826b0dfb392a0efa9636bd8324e659069e838373a187c3fa93aba28712
4
+ data.tar.gz: 9d43a1c52c10a8392e078fce8a14b87cb0ff1f54b51f09e95a5b3ac205066e6c
5
5
  SHA512:
6
- metadata.gz: 246f5033d93d44172eb94f590ac6f452b4a246e007c8474806ccebcf38e22ec4ae59ba8672f6a2888dfe4854feed880a6f3ad2da2f7c3655d09f0d5dff2303b3
7
- data.tar.gz: d572e7d9e2cb83bfed26a6015c396639473ba467b5f51971d2040bbce820300e114a12b858ad7c04f4536106ca2fa64a79d0934ea0dd42497eda78e2335a6c0a
6
+ metadata.gz: 7c35720863b94aa44346cb70cb5404d44895c68b1c06cb84fc2fe333c03ebd4410c9085ccbf9677e7b02d2a76c1bad08aea2a12549fa9556ae2b68d724e76855
7
+ data.tar.gz: aef6fbb1c6dfd36e6a115d00ac63289fa56ff4ebb87c5a2358914c8d99052a9609a227d8e38473ed7de3c90b5fe54e5663411ca3eb000ed2627218bac7898fce
data/README.md CHANGED
@@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
34
34
  1. [Enable the API.](https://console.cloud.google.com/apis/library/texttospeech.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/text_to_speech"
39
+
40
+ client = Google::Cloud::TextToSpeech.text_to_speech
41
+ request = ::Google::Cloud::TextToSpeech::V1::ListVoicesRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_voices request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module TextToSpeech
23
- VERSION = "2.0.2"
23
+ VERSION = "2.1.0"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-text_to_speech
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.2
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -62,7 +62,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
63
  - - ">="
64
64
  - !ruby/object:Gem::Version
65
- version: '3.0'
65
+ version: '3.2'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="