Skip to content

Commit 4fff1d7

Browse files
yoshi-automationsduskis
authored andcommitted
---
yaml --- r: 13907 b: refs/heads/autosynth-compute c: 05bdd1f h: refs/heads/master i: 13905: bf2387b 13903: 5564a5c
1 parent 1987281 commit 4fff1d7

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
@@ -112,7 +112,7 @@ refs/tags/v0.64.0: 456e8fbd129deced3ca025f239a2d8a82bde1d0a
112112
refs/tags/v0.65.0: 10939381ffe0b8da32db4fe3087c86e3aa7f3e55
113113
refs/tags/v0.66.0: ed6a3f57cbdaa20339a1995f7d7d53b172a5b8ef
114114
refs/tags/v0.67.0: 30b56f02092efc6f3c3667650ea8b8825003e0b7
115-
refs/heads/autosynth-compute: b7f0c1b12430f9208470d6c2867fff71dddd38a8
115+
refs/heads/autosynth-compute: 05bdd1f99696a0f2dec8df95936d97494cdfb5cc
116116
refs/heads/autosynth-container: d0346e84b1f26e3dc10444450a998f357a43bcef
117117
refs/heads/autosynth-dataproc: bc74a8841bc1693d7945d991d15979df550b1fd1
118118
refs/heads/autosynth-monitoring: 120f508e0065f4ce39cf0e6a69a08138773f2cfb

branches/autosynth-compute/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)