Uses of Class
com.google.cloud.texttospeech.v1beta1.ListVoicesResponse
-
Packages that use ListVoicesResponse Package Description com.google.cloud.texttospeech.v1beta1 A client to Cloud Text-to-Speech APIcom.google.cloud.texttospeech.v1beta1.stub -
-
Uses of ListVoicesResponse in com.google.cloud.texttospeech.v1beta1
Methods in com.google.cloud.texttospeech.v1beta1 that return ListVoicesResponse Modifier and Type Method Description ListVoicesResponseListVoicesResponse.Builder. build()ListVoicesResponseListVoicesResponse.Builder. buildPartial()static ListVoicesResponseListVoicesResponse. getDefaultInstance()ListVoicesResponseListVoicesResponse.Builder. getDefaultInstanceForType()ListVoicesResponseListVoicesResponse. getDefaultInstanceForType()ListVoicesResponseTextToSpeechClient. listVoices(ListVoicesRequest request)Returns a list of Voice supported for synthesis.ListVoicesResponseTextToSpeechClient. listVoices(String languageCode)Returns a list of Voice supported for synthesis.ListVoicesResponseTextToSpeechGrpc.TextToSpeechBlockingStub. listVoices(ListVoicesRequest request)Returns a list of Voice supported for synthesis.static ListVoicesResponseListVoicesResponse. parseDelimitedFrom(InputStream input)static ListVoicesResponseListVoicesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListVoicesResponseListVoicesResponse. parseFrom(byte[] data)static ListVoicesResponseListVoicesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListVoicesResponseListVoicesResponse. parseFrom(com.google.protobuf.ByteString data)static ListVoicesResponseListVoicesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListVoicesResponseListVoicesResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListVoicesResponseListVoicesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListVoicesResponseListVoicesResponse. parseFrom(InputStream input)static ListVoicesResponseListVoicesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListVoicesResponseListVoicesResponse. parseFrom(ByteBuffer data)static ListVoicesResponseListVoicesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.texttospeech.v1beta1 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.v1beta1 with parameters of type ListVoicesResponse Modifier and Type Method Description ListVoicesResponse.BuilderListVoicesResponse.Builder. mergeFrom(ListVoicesResponse other)static ListVoicesResponse.BuilderListVoicesResponse. newBuilder(ListVoicesResponse prototype)Method parameters in com.google.cloud.texttospeech.v1beta1 with type arguments of type ListVoicesResponse Modifier and Type Method Description default voidTextToSpeechGrpc.AsyncService. listVoices(ListVoicesRequest request, io.grpc.stub.StreamObserver<ListVoicesResponse> responseObserver)Returns a list of Voice supported for synthesis.voidTextToSpeechGrpc.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.v1beta1.stub
Methods in com.google.cloud.texttospeech.v1beta1.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.
-