google-cloud-text_to_speech-v1beta1 0.15.0 → 0.15.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: 804f572ac9bc958e8a83699c60e4ed900b653f9b6b05c50ada97034a53e1df81
4
- data.tar.gz: 1fc3bec1e38137d1f2ceea275dd1a664a9135d8521883aad04887a0715887604
3
+ metadata.gz: 51cfebda7c80ed7e9f5386f5fb400e4747b8f2c98a92ab0923989e009e511613
4
+ data.tar.gz: e3f8e4578a1745baf6bf941ba59bcb81009aee201a433b31ad5f59035fdf4e31
5
5
  SHA512:
6
- metadata.gz: b67f78afc80c4b242aa29905ee595520899612092619fe7543372f7535eeed0a158f1357cfa3625c35e7b39a68f2ab16bbb012b2b0ed45d593d1badbafdbb0a2
7
- data.tar.gz: 931d1b8a7dad0e0d5278fd08cec22ce189900ae3668afc2454a3c557ad528ff39c7a74ad2227d952ac44658f777179b5d35456885bd561a995ed9e5eea09aeef
6
+ metadata.gz: 2a3dc52cfa65678effdd3f21e37abde4e0ae1bdf2c406f744ba4af5e23ee83fcfa060b4e627241fc96fe2a7edfe47c379af13a26ebb0eb0f0fa525b5d937aa07
7
+ data.tar.gz: 697fddc392ac7912eaf00d0d5fa731ed226a67191321ad8e67d107c98a40094386f3c4a8ddf118f9109093148146cc9ad7058799c27f9b324e243944b0abbc34
@@ -202,7 +202,6 @@ module Google
202
202
  # `projects/*/locations/*`.
203
203
  # @param input [::Google::Cloud::TextToSpeech::V1beta1::SynthesisInput, ::Hash]
204
204
  # Required. The Synthesizer requires either plain text or SSML as input.
205
- # While Long Audio is in preview, SSML is temporarily unsupported.
206
205
  # @param audio_config [::Google::Cloud::TextToSpeech::V1beta1::AudioConfig, ::Hash]
207
206
  # Required. The configuration of the synthesized audio.
208
207
  # @param output_gcs_uri [::String]
@@ -195,7 +195,6 @@ module Google
195
195
  # `projects/*/locations/*`.
196
196
  # @param input [::Google::Cloud::TextToSpeech::V1beta1::SynthesisInput, ::Hash]
197
197
  # Required. The Synthesizer requires either plain text or SSML as input.
198
- # While Long Audio is in preview, SSML is temporarily unsupported.
199
198
  # @param audio_config [::Google::Cloud::TextToSpeech::V1beta1::AudioConfig, ::Hash]
200
199
  # Required. The configuration of the synthesized audio.
201
200
  # @param output_gcs_uri [::String]
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module TextToSpeech
23
23
  module V1beta1
24
- VERSION = "0.15.0"
24
+ VERSION = "0.15.2"
25
25
  end
26
26
  end
27
27
  end
@@ -196,9 +196,26 @@ module Google
196
196
  # @!attribute [rw] common
197
197
  # @return [::Google::Api::CommonLanguageSettings]
198
198
  # Some settings.
199
+ # @!attribute [rw] experimental_features
200
+ # @return [::Google::Api::PythonSettings::ExperimentalFeatures]
201
+ # Experimental features to be included during client library generation.
199
202
  class PythonSettings
200
203
  include ::Google::Protobuf::MessageExts
201
204
  extend ::Google::Protobuf::MessageExts::ClassMethods
205
+
206
+ # Experimental features to be included during client library generation.
207
+ # These fields will be deprecated once the feature graduates and is enabled
208
+ # by default.
209
+ # @!attribute [rw] rest_async_io_enabled
210
+ # @return [::Boolean]
211
+ # Enables generation of asynchronous REST clients if `rest` transport is
212
+ # enabled. By default, asynchronous REST clients will not be generated.
213
+ # This feature will be enabled by default 1 month after launching the
214
+ # feature in preview packages.
215
+ class ExperimentalFeatures
216
+ include ::Google::Protobuf::MessageExts
217
+ extend ::Google::Protobuf::MessageExts::ClassMethods
218
+ end
202
219
  end
203
220
 
204
221
  # Settings for Node client libraries.
@@ -30,7 +30,6 @@ module Google
30
30
  # @!attribute [rw] input
31
31
  # @return [::Google::Cloud::TextToSpeech::V1beta1::SynthesisInput]
32
32
  # Required. The Synthesizer requires either plain text or SSML as input.
33
- # While Long Audio is in preview, SSML is temporarily unsupported.
34
33
  # @!attribute [rw] audio_config
35
34
  # @return [::Google::Cloud::TextToSpeech::V1beta1::AudioConfig]
36
35
  # Required. The configuration of the synthesized audio.
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.15.0
4
+ version: 0.15.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: 2024-08-22 00:00:00.000000000 Z
11
+ date: 2024-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common