Skip to content

Commit b59fd17

Browse files
yoshi-automationsduskis
authored andcommitted
---
yaml --- r: 14581 b: refs/heads/autosynth-vision c: 05bdd1f h: refs/heads/master i: 14579: a5db27c
1 parent 1951e70 commit b59fd17

29 files changed

Lines changed: 465 additions & 63 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ refs/heads/autosynth-dataproc: bc74a8841bc1693d7945d991d15979df550b1fd1
118118
refs/heads/autosynth-monitoring: e67db7395a868e5f6ecc3476eb4a91c47abd4234
119119
refs/heads/autosynth-pubsub: fd363d13793a853214eb8193c922b28c54e7a6b3
120120
refs/heads/autosynth-video-intelligence: e44c9746407fe00fac42e1bb10ac50f493dd37b0
121-
refs/heads/autosynth-vision: b7f0c1b12430f9208470d6c2867fff71dddd38a8
121+
refs/heads/autosynth-vision: 05bdd1f99696a0f2dec8df95936d97494cdfb5cc
122122
refs/heads/spanner: 54a5e197bfe0a004e13c190427f46c3413ab572d
123123
refs/tags/v0.68.0: 9cc799fcf68c82ab431d425fefa58ef615ce8e5b
124124
refs/tags/v0.69.0: 78f67a29e8b9c46ba01de566a2eae0fd1c03edea

branches/autosynth-vision/google-api-grpc/grpc-google-cloud-texttospeech-v1/src/main/java/com/google/cloud/texttospeech/v1/TextToSpeechGrpc.java

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,7 @@ public abstract static class TextToSpeechImplBase implements io.grpc.BindableSer
171171
*
172172
*
173173
* <pre>
174-
* Returns a list of [Voice][google.cloud.texttospeech.v1.Voice]
175-
* supported for synthesis.
174+
* Returns a list of Voice supported for synthesis.
176175
* </pre>
177176
*/
178177
public void listVoices(
@@ -243,8 +242,7 @@ protected TextToSpeechStub build(io.grpc.Channel channel, io.grpc.CallOptions ca
243242
*
244243
*
245244
* <pre>
246-
* Returns a list of [Voice][google.cloud.texttospeech.v1.Voice]
247-
* supported for synthesis.
245+
* Returns a list of Voice supported for synthesis.
248246
* </pre>
249247
*/
250248
public void listVoices(
@@ -303,8 +301,7 @@ protected TextToSpeechBlockingStub build(
303301
*
304302
*
305303
* <pre>
306-
* Returns a list of [Voice][google.cloud.texttospeech.v1.Voice]
307-
* supported for synthesis.
304+
* Returns a list of Voice supported for synthesis.
308305
* </pre>
309306
*/
310307
public com.google.cloud.texttospeech.v1.ListVoicesResponse listVoices(
@@ -355,8 +352,7 @@ protected TextToSpeechFutureStub build(
355352
*
356353
*
357354
* <pre>
358-
* Returns a list of [Voice][google.cloud.texttospeech.v1.Voice]
359-
* supported for synthesis.
355+
* Returns a list of Voice supported for synthesis.
360356
* </pre>
361357
*/
362358
public com.google.common.util.concurrent.ListenableFuture<

0 commit comments

Comments
 (0)