Skip to content

Commit b2c98e3

Browse files
yoshi-automationsduskis
authored andcommitted
---
yaml --- r: 16081 b: refs/heads/autosynth-errorreporting c: 05bdd1f h: refs/heads/master i: 16079: d670604
1 parent 4098c36 commit b2c98e3

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
@@ -131,7 +131,7 @@ refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
131131
refs/heads/autosynth-containeranalysis: 039ca5b8db725c76c16a965ff26b2774322b8ef8
132132
refs/heads/autosynth-datastore: 9acd400b484d6691a080c9152a331d88d24fefc1
133133
refs/heads/autosynth-dialogflow: d7477419376eac9b6dcc7dbcede581152527351d
134-
refs/heads/autosynth-errorreporting: b7f0c1b12430f9208470d6c2867fff71dddd38a8
134+
refs/heads/autosynth-errorreporting: 05bdd1f99696a0f2dec8df95936d97494cdfb5cc
135135
refs/heads/autosynth-firestore: 92b27fbc8855c9902168695abb0a8f1f433b750b
136136
refs/heads/autosynth-iot: 9d732be07d99843d8cb53d34ec0837328a807fce
137137
refs/heads/autosynth-kms: dcc6e15d68759010c8735cc868135bd7e6c1cc5f

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