@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/translate/v3/translation_service.proto") public final class TranslationServiceGrpc extends Object
Provides natural language translation operations.
Modifier and Type | Class and Description |
---|---|
static class |
TranslationServiceGrpc.TranslationServiceBlockingStub
Provides natural language translation operations.
|
static class |
TranslationServiceGrpc.TranslationServiceFutureStub
Provides natural language translation operations.
|
static class |
TranslationServiceGrpc.TranslationServiceImplBase
Provides natural language translation operations.
|
static class |
TranslationServiceGrpc.TranslationServiceStub
Provides natural language translation operations.
|
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
public static final String SERVICE_NAME
public static MethodDescriptor<TranslateTextRequest,TranslateTextResponse> getTranslateTextMethod()
public static MethodDescriptor<DetectLanguageRequest,DetectLanguageResponse> getDetectLanguageMethod()
public static MethodDescriptor<GetSupportedLanguagesRequest,SupportedLanguages> getGetSupportedLanguagesMethod()
public static MethodDescriptor<TranslateDocumentRequest,TranslateDocumentResponse> getTranslateDocumentMethod()
public static MethodDescriptor<BatchTranslateTextRequest,Operation> getBatchTranslateTextMethod()
public static MethodDescriptor<BatchTranslateDocumentRequest,Operation> getBatchTranslateDocumentMethod()
public static MethodDescriptor<CreateGlossaryRequest,Operation> getCreateGlossaryMethod()
public static MethodDescriptor<ListGlossariesRequest,ListGlossariesResponse> getListGlossariesMethod()
public static MethodDescriptor<GetGlossaryRequest,Glossary> getGetGlossaryMethod()
public static MethodDescriptor<DeleteGlossaryRequest,Operation> getDeleteGlossaryMethod()
public static TranslationServiceGrpc.TranslationServiceStub newStub(Channel channel)
public static TranslationServiceGrpc.TranslationServiceBlockingStub newBlockingStub(Channel channel)
public static TranslationServiceGrpc.TranslationServiceFutureStub newFutureStub(Channel channel)
public static ServiceDescriptor getServiceDescriptor()
Copyright © 2022 Google LLC. All rights reserved.