Class HttpJsonTranslationServiceStub (2.4.0)

public class HttpJsonTranslationServiceStub extends TranslationServiceStub

REST stub implementation for the TranslationService service API.

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

Inheritance

java.lang.Object > TranslationServiceStub > HttpJsonTranslationServiceStub

Static Methods

create(ClientContext clientContext)

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

create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

public static final HttpJsonTranslationServiceStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
Parameters
NameDescription
clientContextClientContext
callableFactoryHttpJsonStubCallableFactory
Returns
TypeDescription
HttpJsonTranslationServiceStub
Exceptions
TypeDescription
IOException

create(TranslationServiceStubSettings settings)

public static final HttpJsonTranslationServiceStub create(TranslationServiceStubSettings settings)
Parameter
NameDescription
settingsTranslationServiceStubSettings
Returns
TypeDescription
HttpJsonTranslationServiceStub
Exceptions
TypeDescription
IOException

getMethodDescriptors()

public static List<ApiMethodDescriptor> getMethodDescriptors()
Returns
TypeDescription
List<ApiMethodDescriptor>

Constructors

HttpJsonTranslationServiceStub(TranslationServiceStubSettings settings, ClientContext clientContext)

protected HttpJsonTranslationServiceStub(TranslationServiceStubSettings settings, ClientContext clientContext)

Constructs an instance of HttpJsonTranslationServiceStub, 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
settingsTranslationServiceStubSettings
clientContextClientContext

HttpJsonTranslationServiceStub(TranslationServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

protected HttpJsonTranslationServiceStub(TranslationServiceStubSettings settings, ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)

Constructs an instance of HttpJsonTranslationServiceStub, 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
settingsTranslationServiceStubSettings
clientContextClientContext
callableFactoryHttpJsonStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

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

batchTranslateDocumentCallable()

public UnaryCallable<BatchTranslateDocumentRequest,Operation> batchTranslateDocumentCallable()
Returns
TypeDescription
UnaryCallable<BatchTranslateDocumentRequest,Operation>
Overrides

batchTranslateDocumentOperationCallable()

public OperationCallable<BatchTranslateDocumentRequest,BatchTranslateDocumentResponse,BatchTranslateDocumentMetadata> batchTranslateDocumentOperationCallable()
Returns
TypeDescription
OperationCallable<BatchTranslateDocumentRequest,BatchTranslateDocumentResponse,BatchTranslateDocumentMetadata>
Overrides

batchTranslateTextCallable()

public UnaryCallable<BatchTranslateTextRequest,Operation> batchTranslateTextCallable()
Returns
TypeDescription
UnaryCallable<BatchTranslateTextRequest,Operation>
Overrides

batchTranslateTextOperationCallable()

public OperationCallable<BatchTranslateTextRequest,BatchTranslateResponse,BatchTranslateMetadata> batchTranslateTextOperationCallable()
Returns
TypeDescription
OperationCallable<BatchTranslateTextRequest,BatchTranslateResponse,BatchTranslateMetadata>
Overrides

close()

public final void close()
Overrides

createGlossaryCallable()

public UnaryCallable<CreateGlossaryRequest,Operation> createGlossaryCallable()
Returns
TypeDescription
UnaryCallable<CreateGlossaryRequest,Operation>
Overrides

createGlossaryOperationCallable()

public OperationCallable<CreateGlossaryRequest,Glossary,CreateGlossaryMetadata> createGlossaryOperationCallable()
Returns
TypeDescription
OperationCallable<CreateGlossaryRequest,Glossary,CreateGlossaryMetadata>
Overrides

deleteGlossaryCallable()

public UnaryCallable<DeleteGlossaryRequest,Operation> deleteGlossaryCallable()
Returns
TypeDescription
UnaryCallable<DeleteGlossaryRequest,Operation>
Overrides

deleteGlossaryOperationCallable()

public OperationCallable<DeleteGlossaryRequest,DeleteGlossaryResponse,DeleteGlossaryMetadata> deleteGlossaryOperationCallable()
Returns
TypeDescription
OperationCallable<DeleteGlossaryRequest,DeleteGlossaryResponse,DeleteGlossaryMetadata>
Overrides

detectLanguageCallable()

public UnaryCallable<DetectLanguageRequest,DetectLanguageResponse> detectLanguageCallable()
Returns
TypeDescription
UnaryCallable<DetectLanguageRequest,DetectLanguageResponse>
Overrides

getGlossaryCallable()

public UnaryCallable<GetGlossaryRequest,Glossary> getGlossaryCallable()
Returns
TypeDescription
UnaryCallable<GetGlossaryRequest,Glossary>
Overrides

getHttpJsonOperationsStub()

public HttpJsonOperationsStub getHttpJsonOperationsStub()
Returns
TypeDescription
HttpJsonOperationsStub
Overrides

getSupportedLanguagesCallable()

public UnaryCallable<GetSupportedLanguagesRequest,SupportedLanguages> getSupportedLanguagesCallable()
Returns
TypeDescription
UnaryCallable<GetSupportedLanguagesRequest,SupportedLanguages>
Overrides

isShutdown()

public boolean isShutdown()
Returns
TypeDescription
boolean

isTerminated()

public boolean isTerminated()
Returns
TypeDescription
boolean

listGlossariesCallable()

public UnaryCallable<ListGlossariesRequest,ListGlossariesResponse> listGlossariesCallable()
Returns
TypeDescription
UnaryCallable<ListGlossariesRequest,ListGlossariesResponse>
Overrides

listGlossariesPagedCallable()

public UnaryCallable<ListGlossariesRequest,TranslationServiceClient.ListGlossariesPagedResponse> listGlossariesPagedCallable()
Returns
TypeDescription
UnaryCallable<ListGlossariesRequest,ListGlossariesPagedResponse>
Overrides

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()

translateDocumentCallable()

public UnaryCallable<TranslateDocumentRequest,TranslateDocumentResponse> translateDocumentCallable()
Returns
TypeDescription
UnaryCallable<TranslateDocumentRequest,TranslateDocumentResponse>
Overrides

translateTextCallable()

public UnaryCallable<TranslateTextRequest,TranslateTextResponse> translateTextCallable()
Returns
TypeDescription
UnaryCallable<TranslateTextRequest,TranslateTextResponse>
Overrides