@Generated(value="by gapic-generator-java") public class HttpJsonTextToSpeechLongAudioSynthesizeStub extends TextToSpeechLongAudioSynthesizeStub
This class is for advanced usage and reflects the underlying API directly.
| Modifier | Constructor and Description |
|---|---|
protected |
HttpJsonTextToSpeechLongAudioSynthesizeStub(TextToSpeechLongAudioSynthesizeStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of HttpJsonTextToSpeechLongAudioSynthesizeStub, using the given
settings.
|
protected |
HttpJsonTextToSpeechLongAudioSynthesizeStub(TextToSpeechLongAudioSynthesizeStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory)
Constructs an instance of HttpJsonTextToSpeechLongAudioSynthesizeStub, using the given
settings.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
awaitTermination(long duration,
TimeUnit unit) |
void |
close() |
static HttpJsonTextToSpeechLongAudioSynthesizeStub |
create(com.google.api.gax.rpc.ClientContext clientContext) |
static HttpJsonTextToSpeechLongAudioSynthesizeStub |
create(com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) |
static HttpJsonTextToSpeechLongAudioSynthesizeStub |
create(TextToSpeechLongAudioSynthesizeStubSettings settings) |
com.google.api.gax.httpjson.longrunning.stub.HttpJsonOperationsStub |
getHttpJsonOperationsStub() |
static List<com.google.api.gax.httpjson.ApiMethodDescriptor> |
getMethodDescriptors() |
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() |
getOperationsStubprotected HttpJsonTextToSpeechLongAudioSynthesizeStub(TextToSpeechLongAudioSynthesizeStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionprotected HttpJsonTextToSpeechLongAudioSynthesizeStub(TextToSpeechLongAudioSynthesizeStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOExceptionpublic static final HttpJsonTextToSpeechLongAudioSynthesizeStub create(TextToSpeechLongAudioSynthesizeStubSettings settings) throws IOException
IOExceptionpublic static final HttpJsonTextToSpeechLongAudioSynthesizeStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOExceptionpublic static final HttpJsonTextToSpeechLongAudioSynthesizeStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.httpjson.HttpJsonStubCallableFactory callableFactory) throws IOException
IOException@InternalApi public static List<com.google.api.gax.httpjson.ApiMethodDescriptor> getMethodDescriptors()
public com.google.api.gax.httpjson.longrunning.stub.HttpJsonOperationsStub getHttpJsonOperationsStub()
getHttpJsonOperationsStub 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.