@Generated(value="by gRPC proto compiler (version 1.10.0)", comments="Source: google/cloud/translate/v3beta1/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 io.grpc.MethodDescriptor<BatchTranslateTextRequest,com.google.longrunning.Operation> |
METHOD_BATCH_TRANSLATE_TEXT
Deprecated.
|
static io.grpc.MethodDescriptor<CreateGlossaryRequest,com.google.longrunning.Operation> |
METHOD_CREATE_GLOSSARY
Deprecated.
|
static io.grpc.MethodDescriptor<DeleteGlossaryRequest,com.google.longrunning.Operation> |
METHOD_DELETE_GLOSSARY
Deprecated.
|
static io.grpc.MethodDescriptor<DetectLanguageRequest,DetectLanguageResponse> |
METHOD_DETECT_LANGUAGE
Deprecated.
|
static io.grpc.MethodDescriptor<GetGlossaryRequest,Glossary> |
METHOD_GET_GLOSSARY
Deprecated.
|
static io.grpc.MethodDescriptor<GetSupportedLanguagesRequest,SupportedLanguages> |
METHOD_GET_SUPPORTED_LANGUAGES
Deprecated.
|
static io.grpc.MethodDescriptor<ListGlossariesRequest,ListGlossariesResponse> |
METHOD_LIST_GLOSSARIES
Deprecated.
|
static io.grpc.MethodDescriptor<TranslateTextRequest,TranslateTextResponse> |
METHOD_TRANSLATE_TEXT
Deprecated.
|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<BatchTranslateTextRequest,com.google.longrunning.Operation> |
getBatchTranslateTextMethod() |
static io.grpc.MethodDescriptor<CreateGlossaryRequest,com.google.longrunning.Operation> |
getCreateGlossaryMethod() |
static io.grpc.MethodDescriptor<DeleteGlossaryRequest,com.google.longrunning.Operation> |
getDeleteGlossaryMethod() |
static io.grpc.MethodDescriptor<DetectLanguageRequest,DetectLanguageResponse> |
getDetectLanguageMethod() |
static io.grpc.MethodDescriptor<GetGlossaryRequest,Glossary> |
getGetGlossaryMethod() |
static io.grpc.MethodDescriptor<GetSupportedLanguagesRequest,SupportedLanguages> |
getGetSupportedLanguagesMethod() |
static io.grpc.MethodDescriptor<ListGlossariesRequest,ListGlossariesResponse> |
getListGlossariesMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<TranslateTextRequest,TranslateTextResponse> |
getTranslateTextMethod() |
static TranslationServiceGrpc.TranslationServiceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static TranslationServiceGrpc.TranslationServiceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static TranslationServiceGrpc.TranslationServiceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<TranslateTextRequest,TranslateTextResponse> METHOD_TRANSLATE_TEXT
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<DetectLanguageRequest,DetectLanguageResponse> METHOD_DETECT_LANGUAGE
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GetSupportedLanguagesRequest,SupportedLanguages> METHOD_GET_SUPPORTED_LANGUAGES
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<BatchTranslateTextRequest,com.google.longrunning.Operation> METHOD_BATCH_TRANSLATE_TEXT
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<CreateGlossaryRequest,com.google.longrunning.Operation> METHOD_CREATE_GLOSSARY
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<ListGlossariesRequest,ListGlossariesResponse> METHOD_LIST_GLOSSARIES
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GetGlossaryRequest,Glossary> METHOD_GET_GLOSSARY
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<DeleteGlossaryRequest,com.google.longrunning.Operation> METHOD_DELETE_GLOSSARY
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<TranslateTextRequest,TranslateTextResponse> getTranslateTextMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<DetectLanguageRequest,DetectLanguageResponse> getDetectLanguageMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GetSupportedLanguagesRequest,SupportedLanguages> getGetSupportedLanguagesMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<BatchTranslateTextRequest,com.google.longrunning.Operation> getBatchTranslateTextMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<CreateGlossaryRequest,com.google.longrunning.Operation> getCreateGlossaryMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<ListGlossariesRequest,ListGlossariesResponse> getListGlossariesMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GetGlossaryRequest,Glossary> getGetGlossaryMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<DeleteGlossaryRequest,com.google.longrunning.Operation> getDeleteGlossaryMethod()
public static TranslationServiceGrpc.TranslationServiceStub newStub(io.grpc.Channel channel)
public static TranslationServiceGrpc.TranslationServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static TranslationServiceGrpc.TranslationServiceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2019 Google LLC. All rights reserved.