google-cloud-text_to_speech-v1beta1 0.2.1 → 0.2.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: 57a01b529cfe252b61d30c8e061e52dd45868666bd212d890a7f406380e266a5
4
- data.tar.gz: ffc528d4cea6ef85de5150f6d2e60c1991e0534660acc114fb935ff733275a45
3
+ metadata.gz: de81ebff9ea7cd6621d4a721f17e3eab7a999a4d2a745f7b15914cd98de08454
4
+ data.tar.gz: bb83d38936d6c19ada12a2ace7bdbe0ae8b98df660a23889da4e6f59e8e2d711
5
5
  SHA512:
6
- metadata.gz: a3722fd58ac35aa035ea97a2d45ae9a5a29c55304e93a3a4582f6cca5dea646a49d944d342c68bddb0c2bc65869e67276323f13690227f361dacb31c3c12f2d8
7
- data.tar.gz: 42ce374f8648cb28dc03bbb849e8c6cb8b77bab636c307bf12e0d77b077cff4ca9e451a464cbf37b907adaf7a673707f74c534f62095da33af61dd57cc30e6fb
6
+ metadata.gz: a1a947d91523a2a8fc068fb60e5ec65e3bbc699b021a7d8728572f1c4ef6c1f13eb8669eb7907da34b3883419fedcafd580459fed3164453dad060a2f2f08733
7
+ data.tar.gz: 3fdc08ed0306d8fb3876680437bc98c32730b05f75fe639287ddf1f3b23a30790465b26887076cdedac40197e44f2d98ebc432b7dd8210a5e3a7060923d03634
@@ -403,7 +403,7 @@ module Google
403
403
  def rpcs
404
404
  @rpcs ||= begin
405
405
  parent_rpcs = nil
406
- parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to? :rpcs
406
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
407
407
  Rpcs.new parent_rpcs
408
408
  end
409
409
  end
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module TextToSpeech
23
23
  module V1beta1
24
- VERSION = "0.2.1"
24
+ VERSION = "0.2.2"
25
25
  end
26
26
  end
27
27
  end
@@ -93,7 +93,7 @@ module Google
93
93
  # The SSML document to be synthesized. The SSML document must be valid
94
94
  # and well-formed. Otherwise the RPC will fail and return
95
95
  # [google.rpc.Code.INVALID_ARGUMENT][]. For more information, see
96
- # [SSML](/speech/text-to-speech/docs/ssml).
96
+ # [SSML](https://cloud.google.com/text-to-speech/docs/ssml).
97
97
  class SynthesisInput
98
98
  include ::Google::Protobuf::MessageExts
99
99
  extend ::Google::Protobuf::MessageExts::ClassMethods
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.1
4
+ version: 0.2.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-05-26 00:00:00.000000000 Z
11
+ date: 2020-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -192,7 +192,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
192
192
  - !ruby/object:Gem::Version
193
193
  version: '0'
194
194
  requirements: []
195
- rubygems_version: 3.0.6
195
+ rubygems_version: 3.1.3
196
196
  signing_key:
197
197
  specification_version: 4
198
198
  summary: API Client library for the Cloud Text-to-Speech V1beta1 API