google-cloud-text_to_speech-v1beta1 0.3.0 → 0.3.1

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: de2de106cdd7284b300a3b37e46ca094e7eda1f041e1575e79aeea63380b7252
4
- data.tar.gz: 8c72cd39142518547a5eeadc9c60364a8c71c24554be82e0d3747ea7970a9182
3
+ metadata.gz: 57da9d3751dae0ce3d93e834a59cb587261611f80f5efe92fa892e50249f0f83
4
+ data.tar.gz: 36cccdf3baf7006be27595e542d05624600944d601bf7ba77b766cf4f17e0142
5
5
  SHA512:
6
- metadata.gz: 0342e5eb764967a9af77ed71912931208ffcfe1e8f711e0728a5fa7b816cf2c85cb91b3923bf70f65e2ba6224e6a389a95fdad182523be4b80ea51d6f00f4b44
7
- data.tar.gz: 3c106c4f18e0581e7222ebe96dc33911b66db72647ef9031c74a4a8bc68ecb42ac4aba92dfa0faacd727abbe6e41128f739e31478ce05f5f99662a0559f2aa12
6
+ metadata.gz: 930480ef5dc944dfa0d237fca619d9637d126cbb64055a635aa6a71e306c2ce69d8d5fa60c489c3af178cb9158259d280d790bbe32df4b8c00a64da11b1ea4db
7
+ data.tar.gz: f3db897f2e31a4b4c0ff3ab2551a32c680886fc6c500b9e2085ced93d907f7d5f02179f105fd53a68737fa3ef8d4dfe457c6333fe46e9d23106c15068069d7d8
@@ -173,10 +173,10 @@ module Google
173
173
  # [BCP-47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt) language tag. If
174
174
  # specified, the ListVoices call will only return voices that can be used to
175
175
  # synthesize this language_code. E.g. when specifying "en-NZ", you will get
176
- # supported "en-*" voices; when specifying "no", you will get supported
177
- # "no-*" (Norwegian) and "nb-*" (Norwegian Bokmal) voices; specifying "zh"
178
- # will also get supported "cmn-*" voices; specifying "zh-hk" will also get
179
- # supported "yue-*" voices.
176
+ # supported "en-\*" voices; when specifying "no", you will get supported
177
+ # "no-\*" (Norwegian) and "nb-\*" (Norwegian Bokmal) voices; specifying "zh"
178
+ # will also get supported "cmn-\*" voices; specifying "zh-hk" will also get
179
+ # supported "yue-\*" voices.
180
180
  #
181
181
  # @yield [response, operation] Access the result along with the RPC operation
182
182
  # @yieldparam response [::Google::Cloud::TextToSpeech::V1beta1::ListVoicesResponse]
@@ -369,7 +369,7 @@ module Google
369
369
 
370
370
  config_attr :endpoint, "texttospeech.googleapis.com", ::String
371
371
  config_attr :credentials, nil do |value|
372
- allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
372
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
373
373
  allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
374
374
  allowed.any? { |klass| klass === value }
375
375
  end
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module TextToSpeech
23
23
  module V1beta1
24
- VERSION = "0.3.0"
24
+ VERSION = "0.3.1"
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-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
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-06 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