google-cloud-text_to_speech-v1 0.2.4 → 0.2.5

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: 6b7736a16b3e52f24433ee4356d855d62e4c479056886c6588be05f5aca5eee7
4
- data.tar.gz: 18d22c3637c31d45f3b5ac8d5e0100399767c9e5e039df69187656ee7d7e0948
3
+ metadata.gz: a15fc2c6e14b5ff48bfc87a1b6df7deb0857651183e316477cf96b9140de4769
4
+ data.tar.gz: 6621dbd8854ee54c41c6a8a499ce7c3d3bd22e63401e6424fa3a8140dba800f4
5
5
  SHA512:
6
- metadata.gz: 21ef9bb964c66e4903e168449e00b0797607b11c9496716c3c918d2c19e3e82aff9d8eea767da503acc08bd79e233a740e3beafb11773a075a82603cb764f945
7
- data.tar.gz: 2ccf81b15838c34f22e9d81d59411125ffc2aba149c4e85d6d14fc61c2108dc64c7dca72230303601b199fd6f1f9892c488dfff980407d3df253fdf10bf1d9d3
6
+ metadata.gz: 9abcdf8f943cbc21b45f0f1973245c4251667842cbdd417a45759cd3431c88222ec166cdd65aa1f921056f344749c7c93957993396caa2151436e0cf40824b6a
7
+ data.tar.gz: 6d4aceb17f65103c045a18f4d96646b2690b32b861e863fc26c8b4af1ad114456db7e73b0c2a57a9642026f90523bbf2080ad93edbf45b2481da03d7f5614d0e
@@ -181,10 +181,10 @@ module Google
181
181
  # [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. If
182
182
  # specified, the ListVoices call will only return voices that can be used to
183
183
  # synthesize this language_code. E.g. when specifying "en-NZ", you will get
184
- # supported "en-*" voices; when specifying "no", you will get supported
185
- # "no-*" (Norwegian) and "nb-*" (Norwegian Bokmal) voices; specifying "zh"
186
- # will also get supported "cmn-*" voices; specifying "zh-hk" will also get
187
- # supported "yue-*" voices.
184
+ # supported "en-\*" voices; when specifying "no", you will get supported
185
+ # "no-\*" (Norwegian) and "nb-\*" (Norwegian Bokmal) voices; specifying "zh"
186
+ # will also get supported "cmn-\*" voices; specifying "zh-hk" will also get
187
+ # supported "yue-\*" voices.
188
188
  #
189
189
  # @yield [response, operation] Access the result along with the RPC operation
190
190
  # @yieldparam response [::Google::Cloud::TextToSpeech::V1::ListVoicesResponse]
@@ -375,7 +375,7 @@ module Google
375
375
 
376
376
  config_attr :endpoint, "texttospeech.googleapis.com", ::String
377
377
  config_attr :credentials, nil do |value|
378
- allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
378
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
379
379
  allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
380
380
  allowed.any? { |klass| klass === value }
381
381
  end
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module TextToSpeech
23
23
  module V1
24
- VERSION = "0.2.4"
24
+ VERSION = "0.2.5"
25
25
  end
26
26
  end
27
27
  end
@@ -28,10 +28,10 @@ module Google
28
28
  # [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. If
29
29
  # specified, the ListVoices call will only return voices that can be used to
30
30
  # synthesize this language_code. E.g. when specifying "en-NZ", you will get
31
- # supported "en-*" voices; when specifying "no", you will get supported
32
- # "no-*" (Norwegian) and "nb-*" (Norwegian Bokmal) voices; specifying "zh"
33
- # will also get supported "cmn-*" voices; specifying "zh-hk" will also get
34
- # supported "yue-*" voices.
31
+ # supported "en-\*" voices; when specifying "no", you will get supported
32
+ # "no-\*" (Norwegian) and "nb-\*" (Norwegian Bokmal) voices; specifying "zh"
33
+ # will also get supported "cmn-\*" voices; specifying "zh-hk" will also get
34
+ # supported "yue-\*" voices.
35
35
  class ListVoicesRequest
36
36
  include ::Google::Protobuf::MessageExts
37
37
  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.4
4
+ version: 0.2.5
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-08-07 00:00:00.000000000 Z
11
+ date: 2020-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common