Beta
This library is covered by the Pre-GA Offerings Terms
of the Terms of Service. Pre-GA libraries might have limited support,
and changes to pre-GA libraries might not be compatible with other pre-GA versions.
For more information, see the
launch stage descriptions .
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.
Static Methods
create(ClientContext clientContext)
public static final HttpJsonTranslationServiceStub create(ClientContext clientContext)
create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
public static final HttpJsonTranslationServiceStub create(ClientContext clientContext, HttpJsonStubCallableFactory callableFactory)
create(TranslationServiceStubSettings settings)
public static final HttpJsonTranslationServiceStub create(TranslationServiceStubSettings settings)
getMethodDescriptors()
public static List<ApiMethodDescriptor> getMethodDescriptors()
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.
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.
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
batchTranslateDocumentCallable()
public UnaryCallable<BatchTranslateDocumentRequest,Operation> batchTranslateDocumentCallable()
Overrides
batchTranslateDocumentOperationCallable()
public OperationCallable<BatchTranslateDocumentRequest,BatchTranslateDocumentResponse,BatchTranslateDocumentMetadata> batchTranslateDocumentOperationCallable()
Overrides
batchTranslateTextCallable()
public UnaryCallable<BatchTranslateTextRequest,Operation> batchTranslateTextCallable()
Overrides
batchTranslateTextOperationCallable()
public OperationCallable<BatchTranslateTextRequest,BatchTranslateResponse,BatchTranslateMetadata> batchTranslateTextOperationCallable()
Overrides
close()
public final void close()
Overrides
createGlossaryCallable()
public UnaryCallable<CreateGlossaryRequest,Operation> createGlossaryCallable()
Overrides
createGlossaryOperationCallable()
public OperationCallable<CreateGlossaryRequest,Glossary,CreateGlossaryMetadata> createGlossaryOperationCallable()
Overrides
deleteGlossaryCallable()
public UnaryCallable<DeleteGlossaryRequest,Operation> deleteGlossaryCallable()
Overrides
deleteGlossaryOperationCallable()
public OperationCallable<DeleteGlossaryRequest,DeleteGlossaryResponse,DeleteGlossaryMetadata> deleteGlossaryOperationCallable()
Overrides
detectLanguageCallable()
public UnaryCallable<DetectLanguageRequest,DetectLanguageResponse> detectLanguageCallable()
Overrides
getGlossaryCallable()
public UnaryCallable<GetGlossaryRequest,Glossary> getGlossaryCallable()
Overrides
getHttpJsonOperationsStub()
public HttpJsonOperationsStub getHttpJsonOperationsStub()
Overrides
getSupportedLanguagesCallable()
public UnaryCallable<GetSupportedLanguagesRequest,SupportedLanguages> getSupportedLanguagesCallable()
Overrides
isShutdown()
public boolean isShutdown()
isTerminated()
public boolean isTerminated()
listGlossariesCallable()
public UnaryCallable<ListGlossariesRequest,ListGlossariesResponse> listGlossariesCallable()
Overrides
listGlossariesPagedCallable()
public UnaryCallable<ListGlossariesRequest,TranslationServiceClient.ListGlossariesPagedResponse> listGlossariesPagedCallable()
Overrides
shutdown()
shutdownNow()
public void shutdownNow()
translateDocumentCallable()
public UnaryCallable<TranslateDocumentRequest,TranslateDocumentResponse> translateDocumentCallable()
Overrides
translateTextCallable()
public UnaryCallable<TranslateTextRequest,TranslateTextResponse> translateTextCallable()
Overrides