Skip to content

Commit b238a3e

Browse files
feat: Automated regeneration of texttospeech v1beta1 client (#24380)
Auto-created at 2025-09-21 10:42:03 +0000 using the toys pull request generator.
1 parent fffad80 commit b238a3e

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

generated/google-apis-texttospeech_v1beta1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-texttospeech_v1beta1
22

3+
### v0.38.0 (2025-09-21)
4+
5+
* Regenerated from discovery document revision 20250912
6+
37
### v0.37.0 (2025-09-07)
48

59
* Regenerated from discovery document revision 20250903

generated/google-apis-texttospeech_v1beta1/lib/google/apis/texttospeech_v1beta1/classes.rb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -408,9 +408,10 @@ class SynthesisInput
408408
# @return [Google::Apis::TexttospeechV1beta1::MultiSpeakerMarkup]
409409
attr_accessor :multi_speaker_markup
410410

411-
# This is system instruction supported only for controllable voice models. If
412-
# used, we will pass text to Flash TTS as is. Can only used with Flash TTS. What
413-
# AI Studio calls Style Instructions.
411+
# This system instruction is supported only for controllable/promptable voice
412+
# models. If this system instruction is used, we pass the unedited text to
413+
# Gemini-TTS. Otherwise, a default system instruction is used. AI Studio calls
414+
# this system instruction, Style Instructions.
414415
# Corresponds to the JSON property `prompt`
415416
# @return [String]
416417
attr_accessor :prompt

generated/google-apis-texttospeech_v1beta1/lib/google/apis/texttospeech_v1beta1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module TexttospeechV1beta1
1818
# Version of the google-apis-texttospeech_v1beta1 gem
19-
GEM_VERSION = "0.37.0"
19+
GEM_VERSION = "0.38.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250903"
25+
REVISION = "20250912"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)