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 ListVoicesRequest
ListVoicesRequest.Builder. build()
ListVoicesRequest
ListVoicesRequest.Builder. buildPartial()
static ListVoicesRequest
ListVoicesRequest. getDefaultInstance()
ListVoicesRequest
ListVoicesRequest.Builder. getDefaultInstanceForType()
ListVoicesRequest
ListVoicesRequest. getDefaultInstanceForType()
static ListVoicesRequest
ListVoicesRequest. parseDelimitedFrom(InputStream input)
static ListVoicesRequest
ListVoicesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListVoicesRequest
ListVoicesRequest. parseFrom(byte[] data)
static ListVoicesRequest
ListVoicesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListVoicesRequest
ListVoicesRequest. parseFrom(com.google.protobuf.ByteString data)
static ListVoicesRequest
ListVoicesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListVoicesRequest
ListVoicesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListVoicesRequest
ListVoicesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListVoicesRequest
ListVoicesRequest. parseFrom(InputStream input)
static ListVoicesRequest
ListVoicesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListVoicesRequest
ListVoicesRequest. parseFrom(ByteBuffer data)
static ListVoicesRequest
ListVoicesRequest. 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 ListVoicesResponse
TextToSpeechClient. listVoices(ListVoicesRequest request)
Returns a list of Voice supported for synthesis.default void
TextToSpeechGrpc.AsyncService. listVoices(ListVoicesRequest request, io.grpc.stub.StreamObserver<ListVoicesResponse> responseObserver)
Returns a list of Voice supported for synthesis.ListVoicesResponse
TextToSpeechGrpc.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.void
TextToSpeechGrpc.TextToSpeechStub. listVoices(ListVoicesRequest request, io.grpc.stub.StreamObserver<ListVoicesResponse> responseObserver)
Returns a list of Voice supported for synthesis.ListVoicesRequest.Builder
ListVoicesRequest.Builder. mergeFrom(ListVoicesRequest other)
static ListVoicesRequest.Builder
ListVoicesRequest. 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.
-