@Generated(value="by gRPC proto compiler (version 1.2.0)",
comments="Source: google/cloud/texttospeech/v1beta1/cloud_tts.proto")
public final class TextToSpeechGrpc
extends java.lang.Object
Service that implements Google Cloud Text-to-Speech API.
Modifier and Type | Class and Description |
---|---|
static class |
TextToSpeechGrpc.TextToSpeechBlockingStub
Service that implements Google Cloud Text-to-Speech API.
|
static class |
TextToSpeechGrpc.TextToSpeechFutureStub
Service that implements Google Cloud Text-to-Speech API.
|
static class |
TextToSpeechGrpc.TextToSpeechImplBase
Service that implements Google Cloud Text-to-Speech API.
|
static class |
TextToSpeechGrpc.TextToSpeechStub
Service that implements Google Cloud Text-to-Speech API.
|
Modifier and Type | Field and Description |
---|---|
static io.grpc.MethodDescriptor<ListVoicesRequest,ListVoicesResponse> |
METHOD_LIST_VOICES |
static io.grpc.MethodDescriptor<SynthesizeSpeechRequest,SynthesizeSpeechResponse> |
METHOD_SYNTHESIZE_SPEECH |
static java.lang.String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static TextToSpeechGrpc.TextToSpeechBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static TextToSpeechGrpc.TextToSpeechFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary and streaming output calls on the service
|
static TextToSpeechGrpc.TextToSpeechStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final java.lang.String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<ListVoicesRequest,ListVoicesResponse> METHOD_LIST_VOICES
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static final io.grpc.MethodDescriptor<SynthesizeSpeechRequest,SynthesizeSpeechResponse> METHOD_SYNTHESIZE_SPEECH
public static TextToSpeechGrpc.TextToSpeechStub newStub(io.grpc.Channel channel)
public static TextToSpeechGrpc.TextToSpeechBlockingStub newBlockingStub(io.grpc.Channel channel)
public static TextToSpeechGrpc.TextToSpeechFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()