Class TranslationServiceGrpc (2.1.13)

public final class TranslationServiceGrpc

Provides natural language translation operations.

Inheritance

java.lang.Object > TranslationServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

getBatchTranslateDocumentMethod()

public static MethodDescriptor<BatchTranslateDocumentRequest,Operation> getBatchTranslateDocumentMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<BatchTranslateDocumentRequest,Operation>

getBatchTranslateTextMethod()

public static MethodDescriptor<BatchTranslateTextRequest,Operation> getBatchTranslateTextMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<BatchTranslateTextRequest,Operation>

getCreateGlossaryMethod()

public static MethodDescriptor<CreateGlossaryRequest,Operation> getCreateGlossaryMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateGlossaryRequest,Operation>

getDeleteGlossaryMethod()

public static MethodDescriptor<DeleteGlossaryRequest,Operation> getDeleteGlossaryMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteGlossaryRequest,Operation>

getDetectLanguageMethod()

public static MethodDescriptor<DetectLanguageRequest,DetectLanguageResponse> getDetectLanguageMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DetectLanguageRequest,DetectLanguageResponse>

getGetGlossaryMethod()

public static MethodDescriptor<GetGlossaryRequest,Glossary> getGetGlossaryMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetGlossaryRequest,Glossary>

getGetSupportedLanguagesMethod()

public static MethodDescriptor<GetSupportedLanguagesRequest,SupportedLanguages> getGetSupportedLanguagesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetSupportedLanguagesRequest,SupportedLanguages>

getListGlossariesMethod()

public static MethodDescriptor<ListGlossariesRequest,ListGlossariesResponse> getListGlossariesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListGlossariesRequest,ListGlossariesResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getTranslateDocumentMethod()

public static MethodDescriptor<TranslateDocumentRequest,TranslateDocumentResponse> getTranslateDocumentMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<TranslateDocumentRequest,TranslateDocumentResponse>

getTranslateTextMethod()

public static MethodDescriptor<TranslateTextRequest,TranslateTextResponse> getTranslateTextMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<TranslateTextRequest,TranslateTextResponse>

newBlockingStub(Channel channel)

public static TranslationServiceGrpc.TranslationServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
TranslationServiceGrpc.TranslationServiceBlockingStub

newFutureStub(Channel channel)

public static TranslationServiceGrpc.TranslationServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
TranslationServiceGrpc.TranslationServiceFutureStub

newStub(Channel channel)

public static TranslationServiceGrpc.TranslationServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
TranslationServiceGrpc.TranslationServiceStub