Commit 0cb5b51
chore: [texttospeech] migrate generator to google-cloud-node (#7937)
* feat: Support safety settings for Gemini voices and deprecate `relax_safety_filters`
feat: Support `enable_textnorm` for Gemini voices.
feat: Mark `advanced_voice_options` as optional.
docs: A comment for field `relax_safety_filters` in message `.google.cloud.texttospeech.v1beta1.AdvancedVoiceOptions` is changed
docs: A comment for field `advanced_voice_options` in message `.google.cloud.texttospeech.v1beta1.SynthesizeSpeechRequest` is changed
docs: A comment for field `markup` in message `.google.cloud.texttospeech.v1beta1.SynthesisInput` is changed
docs: A comment for field `markup` in message `.google.cloud.texttospeech.v1beta1.StreamingSynthesisInput` is changed
PiperOrigin-RevId: 892460024
Source-Link: googleapis/googleapis@a481d8b
Source-Link: googleapis/googleapis-gen@8034761
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXRleHR0b3NwZWVjaC8uT3dsQm90LnlhbWwiLCJoIjoiODAzNDc2MThjMzhlMmU5OGU1YTA4ZmJjZjI1NWU2YzViZTIwNTEyNCJ9
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* feat: Support safety settings for Gemini voices and deprecate `relax_safety_filters`
feat: Support `enable_textnorm` for Gemini voices.
feat: Mark `advanced_voice_options` as optional.
docs: A comment for field `relax_safety_filters` in message `.google.cloud.texttospeech.v1beta1.AdvancedVoiceOptions` is changed
docs: A comment for field `advanced_voice_options` in message `.google.cloud.texttospeech.v1beta1.SynthesizeSpeechRequest` is changed
docs: A comment for field `markup` in message `.google.cloud.texttospeech.v1beta1.SynthesisInput` is changed
docs: A comment for field `markup` in message `.google.cloud.texttospeech.v1beta1.StreamingSynthesisInput` is changed
PiperOrigin-RevId: 892462011
Source-Link: googleapis/googleapis@e38f6d2
Source-Link: googleapis/googleapis-gen@95f8e47
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXRleHR0b3NwZWVjaC8uT3dsQm90LnlhbWwiLCJoIjoiOTVmOGU0NzBmNDMyZDRiZTJiYzg0OTM1NmQ2OGU1OTkxYjZhYjNmNiJ9
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
* chore: migrate generator to google-cloud-node
chore: update generator system tests
PiperOrigin-RevId: 896174961
Source-Link: googleapis/googleapis@2233f63
Source-Link: googleapis/googleapis-gen@c4a8c4e
Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXRleHR0b3NwZWVjaC8uT3dsQm90LnlhbWwiLCJoIjoiYzRhOGM0ZWVmOTU5YWE3NDRmYjFjNjcxNDg3NWZhMjk1ZTA2YWFkMyJ9
* 🦉 Updates from OwlBot post-processor
See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
---------
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Gabe Pearhill <86282859+pearigee@users.noreply.github.com>
Co-authored-by: Shivanee <46910562+shivanee-p@users.noreply.github.com>1 parent 5d85291 commit 0cb5b51
13 files changed
Lines changed: 2852 additions & 719 deletions
File tree
- packages/google-cloud-texttospeech
- protos
- google/cloud/texttospeech
- v1beta1
- v1
- samples/generated
- v1beta1
- v1
- src
- v1beta1
- v1
- system-test
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
3 | 4 | | |
Lines changed: 83 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
164 | 219 | | |
165 | 220 | | |
166 | 221 | | |
167 | 222 | | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
| 223 | + | |
| 224 | + | |
172 | 225 | | |
| 226 | + | |
173 | 227 | | |
174 | 228 | | |
175 | 229 | | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
176 | 243 | | |
177 | 244 | | |
178 | 245 | | |
| |||
186 | 253 | | |
187 | 254 | | |
188 | 255 | | |
189 | | - | |
190 | | - | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
191 | 259 | | |
192 | 260 | | |
193 | 261 | | |
| |||
296 | 364 | | |
297 | 365 | | |
298 | 366 | | |
299 | | - | |
300 | | - | |
| 367 | + | |
| 368 | + | |
301 | 369 | | |
302 | 370 | | |
303 | 371 | | |
| |||
522 | 590 | | |
523 | 591 | | |
524 | 592 | | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
525 | 597 | | |
526 | 598 | | |
527 | 599 | | |
| |||
532 | 604 | | |
533 | 605 | | |
534 | 606 | | |
535 | | - | |
536 | | - | |
| 607 | + | |
| 608 | + | |
537 | 609 | | |
538 | 610 | | |
539 | 611 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
Lines changed: 83 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
167 | 222 | | |
168 | 223 | | |
169 | 224 | | |
170 | 225 | | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
| 226 | + | |
| 227 | + | |
175 | 228 | | |
| 229 | + | |
176 | 230 | | |
177 | 231 | | |
178 | 232 | | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
179 | 246 | | |
180 | 247 | | |
181 | 248 | | |
| |||
201 | 268 | | |
202 | 269 | | |
203 | 270 | | |
204 | | - | |
205 | | - | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
206 | 274 | | |
207 | 275 | | |
208 | 276 | | |
| |||
311 | 379 | | |
312 | 380 | | |
313 | 381 | | |
314 | | - | |
315 | | - | |
| 382 | + | |
| 383 | + | |
316 | 384 | | |
317 | 385 | | |
318 | 386 | | |
| |||
554 | 622 | | |
555 | 623 | | |
556 | 624 | | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
557 | 629 | | |
558 | 630 | | |
559 | 631 | | |
| |||
564 | 636 | | |
565 | 637 | | |
566 | 638 | | |
567 | | - | |
568 | | - | |
| 639 | + | |
| 640 | + | |
569 | 641 | | |
570 | 642 | | |
571 | 643 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
0 commit comments