Uses of Class
com.google.cloud.texttospeech.v1.ListVoicesResponse
-
Packages that use ListVoicesResponse Package Description com.google.cloud.texttospeech.v1 A client to Cloud Text-to-Speech APIcom.google.cloud.texttospeech.v1.stub -
-
Uses of ListVoicesResponse in com.google.cloud.texttospeech.v1
Methods in com.google.cloud.texttospeech.v1 that return ListVoicesResponse Modifier and Type Method Description ListVoicesResponse
ListVoicesResponse.Builder. build()
ListVoicesResponse
ListVoicesResponse.Builder. buildPartial()
static ListVoicesResponse
ListVoicesResponse. getDefaultInstance()
ListVoicesResponse
ListVoicesResponse.Builder. getDefaultInstanceForType()
ListVoicesResponse
ListVoicesResponse. getDefaultInstanceForType()
ListVoicesResponse
TextToSpeechClient. listVoices(ListVoicesRequest request)
Returns a list of Voice supported for synthesis.ListVoicesResponse
TextToSpeechClient. listVoices(String languageCode)
Returns a list of Voice supported for synthesis.ListVoicesResponse
TextToSpeechGrpc.TextToSpeechBlockingStub. listVoices(ListVoicesRequest request)
Returns a list of Voice supported for synthesis.static ListVoicesResponse
ListVoicesResponse. parseDelimitedFrom(InputStream input)
static ListVoicesResponse
ListVoicesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListVoicesResponse
ListVoicesResponse. parseFrom(byte[] data)
static ListVoicesResponse
ListVoicesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListVoicesResponse
ListVoicesResponse. parseFrom(com.google.protobuf.ByteString data)
static ListVoicesResponse
ListVoicesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListVoicesResponse
ListVoicesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListVoicesResponse
ListVoicesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListVoicesResponse
ListVoicesResponse. parseFrom(InputStream input)
static ListVoicesResponse
ListVoicesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListVoicesResponse
ListVoicesResponse. parseFrom(ByteBuffer data)
static ListVoicesResponse
ListVoicesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.texttospeech.v1 that return types with arguments of type ListVoicesResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListVoicesRequest,ListVoicesResponse>
TextToSpeechGrpc. getListVoicesMethod()
com.google.protobuf.Parser<ListVoicesResponse>
ListVoicesResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListVoicesResponse>
TextToSpeechGrpc.TextToSpeechFutureStub. listVoices(ListVoicesRequest request)
Returns a list of Voice supported for synthesis.com.google.api.gax.rpc.UnaryCallable<ListVoicesRequest,ListVoicesResponse>
TextToSpeechClient. listVoicesCallable()
Returns a list of Voice supported for synthesis.com.google.api.gax.rpc.UnaryCallSettings.Builder<ListVoicesRequest,ListVoicesResponse>
TextToSpeechSettings.Builder. listVoicesSettings()
Returns the builder for the settings used for calls to listVoices.com.google.api.gax.rpc.UnaryCallSettings<ListVoicesRequest,ListVoicesResponse>
TextToSpeechSettings. listVoicesSettings()
Returns the object with the settings used for calls to listVoices.static com.google.protobuf.Parser<ListVoicesResponse>
ListVoicesResponse. parser()
Methods in com.google.cloud.texttospeech.v1 with parameters of type ListVoicesResponse Modifier and Type Method Description ListVoicesResponse.Builder
ListVoicesResponse.Builder. mergeFrom(ListVoicesResponse other)
static ListVoicesResponse.Builder
ListVoicesResponse. newBuilder(ListVoicesResponse prototype)
Method parameters in com.google.cloud.texttospeech.v1 with type arguments of type ListVoicesResponse Modifier and Type Method Description default void
TextToSpeechGrpc.AsyncService. listVoices(ListVoicesRequest request, io.grpc.stub.StreamObserver<ListVoicesResponse> responseObserver)
Returns a list of Voice supported for synthesis.void
TextToSpeechGrpc.TextToSpeechStub. listVoices(ListVoicesRequest request, io.grpc.stub.StreamObserver<ListVoicesResponse> responseObserver)
Returns a list of Voice supported for synthesis. -
Uses of ListVoicesResponse in com.google.cloud.texttospeech.v1.stub
Methods in com.google.cloud.texttospeech.v1.stub that return types with arguments of type ListVoicesResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListVoicesRequest,ListVoicesResponse>
GrpcTextToSpeechStub. listVoicesCallable()
com.google.api.gax.rpc.UnaryCallable<ListVoicesRequest,ListVoicesResponse>
HttpJsonTextToSpeechStub. listVoicesCallable()
com.google.api.gax.rpc.UnaryCallable<ListVoicesRequest,ListVoicesResponse>
TextToSpeechStub. listVoicesCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<ListVoicesRequest,ListVoicesResponse>
TextToSpeechStubSettings.Builder. listVoicesSettings()
Returns the builder for the settings used for calls to listVoices.com.google.api.gax.rpc.UnaryCallSettings<ListVoicesRequest,ListVoicesResponse>
TextToSpeechStubSettings. listVoicesSettings()
Returns the object with the settings used for calls to listVoices.
-