Skip to content

Commit 41b2a0d

Browse files
yoshi-automationsduskis
authored andcommitted
---
yaml --- r: 14753 b: refs/heads/autosynth-asset c: 05bdd1f h: refs/heads/master i: 14751: 4a57aed
1 parent cfa8e0b commit 41b2a0d

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
@@ -122,7 +122,7 @@ refs/heads/autosynth-vision: b8e47d76578b5f150ef530072ea7e485e2b02ca0
122122
refs/heads/spanner: b01127f885b4611bf1852abb0ce481eeb7fcc131
123123
refs/tags/v0.68.0: 9cc799fcf68c82ab431d425fefa58ef615ce8e5b
124124
refs/tags/v0.69.0: 78f67a29e8b9c46ba01de566a2eae0fd1c03edea
125-
refs/heads/autosynth-asset: b7f0c1b12430f9208470d6c2867fff71dddd38a8
125+
refs/heads/autosynth-asset: 05bdd1f99696a0f2dec8df95936d97494cdfb5cc
126126
refs/heads/autosynth-automl: d4315b3596bac160e3439432c54435f44b09953e
127127
refs/heads/autosynth-bigquerydatatransfer: 2a9f3938237f85a8919602d74011326580ff387f
128128
refs/heads/autosynth-bigquerystorage: 99aee05df348f39d98b6fb23c292006f1d2a6c28

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