google-cloud-text_to_speech-v1 1.6.0 → 1.7.0
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 +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/text_to_speech/v1/text_to_speech/client.rb +7 -0
- data/lib/google/cloud/text_to_speech/v1/text_to_speech/rest/client.rb +7 -0
- data/lib/google/cloud/text_to_speech/v1/text_to_speech_long_audio_synthesize/client.rb +7 -0
- data/lib/google/cloud/text_to_speech/v1/text_to_speech_long_audio_synthesize/operations.rb +7 -0
- data/lib/google/cloud/text_to_speech/v1/text_to_speech_long_audio_synthesize/rest/client.rb +7 -0
- data/lib/google/cloud/text_to_speech/v1/text_to_speech_long_audio_synthesize/rest/operations.rb +7 -0
- data/lib/google/cloud/text_to_speech/v1/version.rb +1 -1
- data/proto_docs/google/cloud/texttospeech/v1/cloud_tts.rb +10 -0
- data/proto_docs/google/longrunning/operations.rb +4 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: da5c1060fce93ad11c301b675209f133e04808ac7fc66faa1f0a7ae3e8e4ced5
|
4
|
+
data.tar.gz: bb96354f9a64563009083f7f4d31fc450aabc450cf5ae78c528b0c31b0cea363
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3c729fac4a0b53ae5e1f7bb5e30b01272f7a9d970d17214fbe365ba66f1323a5ec94e8348f8ea0c22968c0d4415b52112a31703c7a8f54d25fd45839013c002a
|
7
|
+
data.tar.gz: 1f3dc4a76f1a15194e0b6aab055390ef2f66c09704fe89d140507459e32619faad4fa9d0d0c72319031aa44f26654c7d8cdfc2d9bb708093e1f84393d121a44f
|
data/README.md
CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
86
86
|
|
87
87
|
## Supported Ruby Versions
|
88
88
|
|
89
|
-
This library is supported on Ruby
|
89
|
+
This library is supported on Ruby 3.0+.
|
90
90
|
|
91
91
|
Google provides official support for Ruby versions that are actively supported
|
92
92
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
@@ -479,6 +479,13 @@ module Google
|
|
479
479
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
480
480
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
481
481
|
# * (`nil`) indicating no credentials
|
482
|
+
#
|
483
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
484
|
+
# external source for authentication to Google Cloud, you must validate it before
|
485
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
486
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
487
|
+
# For more information, refer to [Validate credential configurations from external
|
488
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
482
489
|
# @return [::Object]
|
483
490
|
# @!attribute [rw] scope
|
484
491
|
# The OAuth scopes
|
@@ -393,6 +393,13 @@ module Google
|
|
393
393
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
394
394
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
395
395
|
# * (`nil`) indicating no credentials
|
396
|
+
#
|
397
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
398
|
+
# external source for authentication to Google Cloud, you must validate it before
|
399
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
400
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
401
|
+
# For more information, refer to [Validate credential configurations from external
|
402
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
396
403
|
# @return [::Object]
|
397
404
|
# @!attribute [rw] scope
|
398
405
|
# The OAuth scopes
|
@@ -348,6 +348,13 @@ module Google
|
|
348
348
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
349
349
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
350
350
|
# * (`nil`) indicating no credentials
|
351
|
+
#
|
352
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
353
|
+
# external source for authentication to Google Cloud, you must validate it before
|
354
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
355
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
356
|
+
# For more information, refer to [Validate credential configurations from external
|
357
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
351
358
|
# @return [::Object]
|
352
359
|
# @!attribute [rw] scope
|
353
360
|
# The OAuth scopes
|
@@ -640,6 +640,13 @@ module Google
|
|
640
640
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
641
641
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
642
642
|
# * (`nil`) indicating no credentials
|
643
|
+
#
|
644
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
645
|
+
# external source for authentication to Google Cloud, you must validate it before
|
646
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
647
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
648
|
+
# For more information, refer to [Validate credential configurations from external
|
649
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
643
650
|
# @return [::Object]
|
644
651
|
# @!attribute [rw] scope
|
645
652
|
# The OAuth scopes
|
@@ -332,6 +332,13 @@ module Google
|
|
332
332
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
333
333
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
334
334
|
# * (`nil`) indicating no credentials
|
335
|
+
#
|
336
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
337
|
+
# external source for authentication to Google Cloud, you must validate it before
|
338
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
339
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
340
|
+
# For more information, refer to [Validate credential configurations from external
|
341
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
335
342
|
# @return [::Object]
|
336
343
|
# @!attribute [rw] scope
|
337
344
|
# The OAuth scopes
|
data/lib/google/cloud/text_to_speech/v1/text_to_speech_long_audio_synthesize/rest/operations.rb
CHANGED
@@ -502,6 +502,13 @@ module Google
|
|
502
502
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
503
503
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
504
504
|
# * (`nil`) indicating no credentials
|
505
|
+
#
|
506
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
507
|
+
# external source for authentication to Google Cloud, you must validate it before
|
508
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
509
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
510
|
+
# For more information, refer to [Validate credential configurations from external
|
511
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
505
512
|
# @return [::Object]
|
506
513
|
# @!attribute [rw] scope
|
507
514
|
# The OAuth scopes
|
@@ -164,6 +164,8 @@ module Google
|
|
164
164
|
# @!attribute [rw] text
|
165
165
|
# @return [::String]
|
166
166
|
# The raw text to be synthesized.
|
167
|
+
#
|
168
|
+
# Note: The following fields are mutually exclusive: `text`, `ssml`, `multi_speaker_markup`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
167
169
|
# @!attribute [rw] ssml
|
168
170
|
# @return [::String]
|
169
171
|
# The SSML document to be synthesized. The SSML document must be valid
|
@@ -171,10 +173,14 @@ module Google
|
|
171
173
|
# [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]. For
|
172
174
|
# more information, see
|
173
175
|
# [SSML](https://cloud.google.com/text-to-speech/docs/ssml).
|
176
|
+
#
|
177
|
+
# Note: The following fields are mutually exclusive: `ssml`, `text`, `multi_speaker_markup`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
174
178
|
# @!attribute [rw] multi_speaker_markup
|
175
179
|
# @return [::Google::Cloud::TextToSpeech::V1::MultiSpeakerMarkup]
|
176
180
|
# The multi-speaker input to be synthesized. Only applicable for
|
177
181
|
# multi-speaker synthesis.
|
182
|
+
#
|
183
|
+
# Note: The following fields are mutually exclusive: `multi_speaker_markup`, `text`, `ssml`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
178
184
|
# @!attribute [rw] custom_pronunciations
|
179
185
|
# @return [::Google::Cloud::TextToSpeech::V1::CustomPronunciations]
|
180
186
|
# Optional. The pronunciation customizations to be applied to the input. If
|
@@ -380,10 +386,14 @@ module Google
|
|
380
386
|
# @return [::Google::Cloud::TextToSpeech::V1::StreamingSynthesizeConfig]
|
381
387
|
# StreamingSynthesizeConfig to be used in this streaming attempt. Only
|
382
388
|
# specified in the first message sent in a `StreamingSynthesize` call.
|
389
|
+
#
|
390
|
+
# Note: The following fields are mutually exclusive: `streaming_config`, `input`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
383
391
|
# @!attribute [rw] input
|
384
392
|
# @return [::Google::Cloud::TextToSpeech::V1::StreamingSynthesisInput]
|
385
393
|
# Input to synthesize. Specified in all messages but the first in a
|
386
394
|
# `StreamingSynthesize` call.
|
395
|
+
#
|
396
|
+
# Note: The following fields are mutually exclusive: `input`, `streaming_config`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
387
397
|
class StreamingSynthesizeRequest
|
388
398
|
include ::Google::Protobuf::MessageExts
|
389
399
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -40,6 +40,8 @@ module Google
|
|
40
40
|
# @!attribute [rw] error
|
41
41
|
# @return [::Google::Rpc::Status]
|
42
42
|
# The error result of the operation in case of failure or cancellation.
|
43
|
+
#
|
44
|
+
# Note: The following fields are mutually exclusive: `error`, `response`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
43
45
|
# @!attribute [rw] response
|
44
46
|
# @return [::Google::Protobuf::Any]
|
45
47
|
# The normal, successful response of the operation. If the original
|
@@ -50,6 +52,8 @@ module Google
|
|
50
52
|
# is the original method name. For example, if the original method name
|
51
53
|
# is `TakeSnapshot()`, the inferred response type is
|
52
54
|
# `TakeSnapshotResponse`.
|
55
|
+
#
|
56
|
+
# Note: The following fields are mutually exclusive: `response`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
53
57
|
class Operation
|
54
58
|
include ::Google::Protobuf::MessageExts
|
55
59
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-text_to_speech-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-01-
|
10
|
+
date: 2025-01-29 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: gapic-common
|
@@ -15,7 +15,7 @@ dependencies:
|
|
15
15
|
requirements:
|
16
16
|
- - ">="
|
17
17
|
- !ruby/object:Gem::Version
|
18
|
-
version: 0.
|
18
|
+
version: 0.25.0
|
19
19
|
- - "<"
|
20
20
|
- !ruby/object:Gem::Version
|
21
21
|
version: 2.a
|
@@ -25,7 +25,7 @@ dependencies:
|
|
25
25
|
requirements:
|
26
26
|
- - ">="
|
27
27
|
- !ruby/object:Gem::Version
|
28
|
-
version: 0.
|
28
|
+
version: 0.25.0
|
29
29
|
- - "<"
|
30
30
|
- !ruby/object:Gem::Version
|
31
31
|
version: 2.a
|
@@ -105,7 +105,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
105
105
|
requirements:
|
106
106
|
- - ">="
|
107
107
|
- !ruby/object:Gem::Version
|
108
|
-
version: '
|
108
|
+
version: '3.0'
|
109
109
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
110
110
|
requirements:
|
111
111
|
- - ">="
|