Class TranslationServiceGrpc.TranslationServiceFutureStub (2.44.0)

public static final class TranslationServiceGrpc.TranslationServiceFutureStub extends AbstractFutureStub<TranslationServiceGrpc.TranslationServiceFutureStub>

A stub to allow clients to do ListenableFuture-style rpc calls to service TranslationService.

Provides natural language translation operations.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractFutureStub > TranslationServiceGrpc.TranslationServiceFutureStub

Methods

batchTranslateDocument(BatchTranslateDocumentRequest request)

public ListenableFuture<Operation> batchTranslateDocument(BatchTranslateDocumentRequest request)

Translates a large volume of document in asynchronous batch mode. This function provides real-time output as the inputs are being processed. If caller cancels a request, the partial results (for an input file, it's all or nothing) may still be available on the specified output location. This call returns immediately and you can use google.longrunning.Operation.name to poll the status of the call.

Parameter
Name Description
request BatchTranslateDocumentRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<Operation>

batchTranslateText(BatchTranslateTextRequest request)

public ListenableFuture<Operation> batchTranslateText(BatchTranslateTextRequest request)

Translates a large volume of text in asynchronous batch mode. This function provides real-time output as the inputs are being processed. If caller cancels a request, the partial results (for an input file, it's all or nothing) may still be available on the specified output location. This call returns immediately and you can use google.longrunning.Operation.name to poll the status of the call.

Parameter
Name Description
request BatchTranslateTextRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<Operation>

build(Channel channel, CallOptions callOptions)

protected TranslationServiceGrpc.TranslationServiceFutureStub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
TranslationServiceGrpc.TranslationServiceFutureStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

createGlossary(CreateGlossaryRequest request)

public ListenableFuture<Operation> createGlossary(CreateGlossaryRequest request)

Creates a glossary and returns the long-running operation. Returns NOT_FOUND, if the project doesn't exist.

Parameter
Name Description
request CreateGlossaryRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<Operation>

deleteGlossary(DeleteGlossaryRequest request)

public ListenableFuture<Operation> deleteGlossary(DeleteGlossaryRequest request)

Deletes a glossary, or cancels glossary construction if the glossary isn't created yet. Returns NOT_FOUND, if the glossary doesn't exist.

Parameter
Name Description
request DeleteGlossaryRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<Operation>

detectLanguage(DetectLanguageRequest request)

public ListenableFuture<DetectLanguageResponse> detectLanguage(DetectLanguageRequest request)

Detects the language of text within a request.

Parameter
Name Description
request DetectLanguageRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<DetectLanguageResponse>

getGlossary(GetGlossaryRequest request)

public ListenableFuture<Glossary> getGlossary(GetGlossaryRequest request)

Gets a glossary. Returns NOT_FOUND, if the glossary doesn't exist.

Parameter
Name Description
request GetGlossaryRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<Glossary>

getSupportedLanguages(GetSupportedLanguagesRequest request)

public ListenableFuture<SupportedLanguages> getSupportedLanguages(GetSupportedLanguagesRequest request)

Returns a list of supported languages for translation.

Parameter
Name Description
request GetSupportedLanguagesRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<SupportedLanguages>

listGlossaries(ListGlossariesRequest request)

public ListenableFuture<ListGlossariesResponse> listGlossaries(ListGlossariesRequest request)

Lists glossaries in a project. Returns NOT_FOUND, if the project doesn't exist.

Parameter
Name Description
request ListGlossariesRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<ListGlossariesResponse>

translateDocument(TranslateDocumentRequest request)

public ListenableFuture<TranslateDocumentResponse> translateDocument(TranslateDocumentRequest request)

Translates documents in synchronous mode.

Parameter
Name Description
request TranslateDocumentRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<TranslateDocumentResponse>

translateText(TranslateTextRequest request)

public ListenableFuture<TranslateTextResponse> translateText(TranslateTextRequest request)

Translates input text and returns translated text.

Parameter
Name Description
request TranslateTextRequest
Returns
Type Description
com.google.common.util.concurrent.ListenableFuture<TranslateTextResponse>