Class GrpcSpeechTranslationServiceStub (0.9.4)

public class GrpcSpeechTranslationServiceStub extends SpeechTranslationServiceStub

gRPC stub implementation for the SpeechTranslationService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > SpeechTranslationServiceStub > GrpcSpeechTranslationServiceStub

Static Methods

create(ClientContext clientContext)

public static final GrpcSpeechTranslationServiceStub create(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext
Returns
TypeDescription
GrpcSpeechTranslationServiceStub
Exceptions
TypeDescription
IOException

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

public static final GrpcSpeechTranslationServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters
NameDescription
clientContextClientContext
callableFactoryGrpcStubCallableFactory
Returns
TypeDescription
GrpcSpeechTranslationServiceStub
Exceptions
TypeDescription
IOException

create(SpeechTranslationServiceStubSettings settings)

public static final GrpcSpeechTranslationServiceStub create(SpeechTranslationServiceStubSettings settings)
Parameter
NameDescription
settingsSpeechTranslationServiceStubSettings
Returns
TypeDescription
GrpcSpeechTranslationServiceStub
Exceptions
TypeDescription
IOException

Constructors

GrpcSpeechTranslationServiceStub(SpeechTranslationServiceStubSettings settings, ClientContext clientContext)

protected GrpcSpeechTranslationServiceStub(SpeechTranslationServiceStubSettings settings, ClientContext clientContext)

Constructs an instance of GrpcSpeechTranslationServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
NameDescription
settingsSpeechTranslationServiceStubSettings
clientContextClientContext

GrpcSpeechTranslationServiceStub(SpeechTranslationServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

protected GrpcSpeechTranslationServiceStub(SpeechTranslationServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

Constructs an instance of GrpcSpeechTranslationServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
NameDescription
settingsSpeechTranslationServiceStubSettings
clientContextClientContext
callableFactoryGrpcStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
NameDescription
durationlong
unitTimeUnit
Returns
TypeDescription
boolean
Exceptions
TypeDescription
InterruptedException

close()

public final void close()
Overrides

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
TypeDescription
GrpcOperationsStub

isShutdown()

public boolean isShutdown()
Returns
TypeDescription
boolean

isTerminated()

public boolean isTerminated()
Returns
TypeDescription
boolean

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

streamingTranslateSpeechCallable()

public BidiStreamingCallable<StreamingTranslateSpeechRequest,StreamingTranslateSpeechResponse> streamingTranslateSpeechCallable()
Returns
TypeDescription
BidiStreamingCallable<StreamingTranslateSpeechRequest,StreamingTranslateSpeechResponse>
Overrides