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