@BetaApi @Generated(value="by gapic-generator-java") public class GrpcTextToSpeechLongAudioSynthesizeStub extends TextToSpeechLongAudioSynthesizeStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
GrpcTextToSpeechLongAudioSynthesizeStub(TextToSpeechLongAudioSynthesizeStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcTextToSpeechLongAudioSynthesizeStub, using the given settings.
|
protected |
GrpcTextToSpeechLongAudioSynthesizeStub(TextToSpeechLongAudioSynthesizeStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcTextToSpeechLongAudioSynthesizeStub, using the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static GrpcTextToSpeechLongAudioSynthesizeStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static GrpcTextToSpeechLongAudioSynthesizeStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) |
static GrpcTextToSpeechLongAudioSynthesizeStub |
create(TextToSpeechLongAudioSynthesizeStubSettings settings) |
com.google.longrunning.stub.GrpcOperationsStub |
getOperationsStub() |
boolean |
isShutdown() |
boolean |
isTerminated() |
void |
shutdown() |
void |
shutdownNow() |
com.google.api.gax.rpc.UnaryCallable<SynthesizeLongAudioRequest,com.google.longrunning.Operation> |
synthesizeLongAudioCallable() |
com.google.api.gax.rpc.OperationCallable<SynthesizeLongAudioRequest,SynthesizeLongAudioResponse,SynthesizeLongAudioMetadata> |
synthesizeLongAudioOperationCallable() |
getHttpJsonOperationsStubprotected GrpcTextToSpeechLongAudioSynthesizeStub(TextToSpeechLongAudioSynthesizeStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected GrpcTextToSpeechLongAudioSynthesizeStub(TextToSpeechLongAudioSynthesizeStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final GrpcTextToSpeechLongAudioSynthesizeStub create(TextToSpeechLongAudioSynthesizeStubSettings settings) throws IOException
IOExceptionpublic static final GrpcTextToSpeechLongAudioSynthesizeStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final GrpcTextToSpeechLongAudioSynthesizeStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOExceptionpublic com.google.longrunning.stub.GrpcOperationsStub getOperationsStub()
getOperationsStub in class TextToSpeechLongAudioSynthesizeStubpublic com.google.api.gax.rpc.UnaryCallable<SynthesizeLongAudioRequest,com.google.longrunning.Operation> synthesizeLongAudioCallable()
synthesizeLongAudioCallable in class TextToSpeechLongAudioSynthesizeStubpublic com.google.api.gax.rpc.OperationCallable<SynthesizeLongAudioRequest,SynthesizeLongAudioResponse,SynthesizeLongAudioMetadata> synthesizeLongAudioOperationCallable()
synthesizeLongAudioOperationCallable in class TextToSpeechLongAudioSynthesizeStubpublic final void close()
close in interface AutoCloseableclose in class TextToSpeechLongAudioSynthesizeStubpublic void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration,
TimeUnit unit)
throws InterruptedException
InterruptedExceptionCopyright © 2025 Google LLC. All rights reserved.