google-cloud-text_to_speech-v1 0.2.1 → 0.2.2

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: 4de104a49bea298c7fa331da0e83819ca3dd033cd66d08f1510d573e0e90093b
4
- data.tar.gz: 1071cea2331678241c5258bf3bc0bbfda369fb06e00537f9485fa5999a8ba468
3
+ metadata.gz: b01d2242a31a9c15b0935ac4a595c4e32dfe06a8163b5efe4525c937f94a670f
4
+ data.tar.gz: ccbf998ba86a7cac7e633fea93ee3fb819482b5b1ec96a61656db96c52128322
5
5
  SHA512:
6
- metadata.gz: fc4db07af7e641f4e5b153581750620ca6aa0cd6a9a43eb788487e6866f6cdae4b19353ed24649c98aaa82db50fd88c4dd12cb11c97f4279a5e29f8a9c900a4d
7
- data.tar.gz: d61687a83a5a726a301fbf2558c6ee490e659e35af24d5e98aac44ea866955efb3ac2d395b5722fefae39f57a8eeca05d5fffb3379da14af00e1a3b4f174f766
6
+ metadata.gz: fab6e4618a05c37848869e7565d7178d2339ad0b5b302f4e695c420b5297b2eb696333387b76e07548ae8a1d0032ec7e581a87b88000f28abc8ba6ac980663ee
7
+ data.tar.gz: d68d7d8bf79e021078c8d02830c1572f72468c82548924f6cf58f3dc738fa136ec597d81b731e670f93fd3f91d3f4535638b8940611ecfc78e51f7fb01bce27c
@@ -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 V1
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-v1
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-06 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 V1 API