Skip to content

Commit a91a808

Browse files
yoshi-automationsduskis
authored andcommitted
---
yaml --- r: 14233 b: refs/heads/autosynth-pubsub c: 05bdd1f h: refs/heads/master i: 14231: c119981
1 parent abcf916 commit a91a808

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
@@ -116,7 +116,7 @@ refs/heads/autosynth-compute: 8e86445e504cea6f99b9fb237bfd7f0e5ef8b3ce
116116
refs/heads/autosynth-container: f6384095f50b31bfc8208542a49181e158d3681c
117117
refs/heads/autosynth-dataproc: bc74a8841bc1693d7945d991d15979df550b1fd1
118118
refs/heads/autosynth-monitoring: e67db7395a868e5f6ecc3476eb4a91c47abd4234
119-
refs/heads/autosynth-pubsub: b7f0c1b12430f9208470d6c2867fff71dddd38a8
119+
refs/heads/autosynth-pubsub: 05bdd1f99696a0f2dec8df95936d97494cdfb5cc
120120
refs/heads/autosynth-video-intelligence: 3e8faeeee2f803271529bd6e89b621c1ca098628
121121
refs/heads/autosynth-vision: d758c43ba2ef4f4f7ad07b722617cb39fe3f29db
122122
refs/heads/spanner: 54a5e197bfe0a004e13c190427f46c3413ab572d

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