Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regenerate texttospeech client #4463

Merged
merged 1 commit into from
Feb 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,7 @@ public abstract static class TextToSpeechImplBase implements io.grpc.BindableSer
*
*
* <pre>
* Returns a list of [Voice][google.cloud.texttospeech.v1.Voice]
* supported for synthesis.
* Returns a list of Voice supported for synthesis.
* </pre>
*/
public void listVoices(
Expand Down Expand Up @@ -243,8 +242,7 @@ protected TextToSpeechStub build(io.grpc.Channel channel, io.grpc.CallOptions ca
*
*
* <pre>
* Returns a list of [Voice][google.cloud.texttospeech.v1.Voice]
* supported for synthesis.
* Returns a list of Voice supported for synthesis.
* </pre>
*/
public void listVoices(
Expand Down Expand Up @@ -303,8 +301,7 @@ protected TextToSpeechBlockingStub build(
*
*
* <pre>
* Returns a list of [Voice][google.cloud.texttospeech.v1.Voice]
* supported for synthesis.
* Returns a list of Voice supported for synthesis.
* </pre>
*/
public com.google.cloud.texttospeech.v1.ListVoicesResponse listVoices(
Expand Down Expand Up @@ -355,8 +352,7 @@ protected TextToSpeechFutureStub build(
*
*
* <pre>
* Returns a list of [Voice][google.cloud.texttospeech.v1.Voice]
* supported for synthesis.
* Returns a list of Voice supported for synthesis.
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<
Expand Down
Loading