Class TextToSpeechLongAudioSynthesizeStub
- java.lang.Object
-
- com.google.cloud.texttospeech.v1beta1.stub.TextToSpeechLongAudioSynthesizeStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcTextToSpeechLongAudioSynthesizeStub
,HttpJsonTextToSpeechLongAudioSynthesizeStub
@BetaApi @Generated("by gapic-generator-java") public abstract class TextToSpeechLongAudioSynthesizeStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the TextToSpeechLongAudioSynthesize service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description TextToSpeechLongAudioSynthesizeStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
close()
com.google.api.gax.httpjson.longrunning.stub.OperationsStub
getHttpJsonOperationsStub()
com.google.longrunning.stub.OperationsStub
getOperationsStub()
com.google.api.gax.rpc.UnaryCallable<SynthesizeLongAudioRequest,com.google.longrunning.Operation>
synthesizeLongAudioCallable()
com.google.api.gax.rpc.OperationCallable<SynthesizeLongAudioRequest,SynthesizeLongAudioResponse,SynthesizeLongAudioMetadata>
synthesizeLongAudioOperationCallable()
-
-
-
Method Detail
-
getOperationsStub
public com.google.longrunning.stub.OperationsStub getOperationsStub()
-
getHttpJsonOperationsStub
public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub()
-
synthesizeLongAudioOperationCallable
public com.google.api.gax.rpc.OperationCallable<SynthesizeLongAudioRequest,SynthesizeLongAudioResponse,SynthesizeLongAudioMetadata> synthesizeLongAudioOperationCallable()
-
synthesizeLongAudioCallable
public com.google.api.gax.rpc.UnaryCallable<SynthesizeLongAudioRequest,com.google.longrunning.Operation> synthesizeLongAudioCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-