Package | Description |
---|---|
com.google.cloud.translate.v3beta1 |
A client to Cloud Translation API
|
com.google.cloud.translate.v3beta1.stub |
Modifier and Type | Method and Description |
---|---|
TranslateTextResponse |
TranslateTextResponse.Builder.build() |
TranslateTextResponse |
TranslateTextResponse.Builder.buildPartial() |
static TranslateTextResponse |
TranslateTextResponse.getDefaultInstance() |
TranslateTextResponse |
TranslateTextResponse.getDefaultInstanceForType() |
TranslateTextResponse |
TranslateTextResponse.Builder.getDefaultInstanceForType() |
static TranslateTextResponse |
TranslateTextResponse.parseDelimitedFrom(InputStream input) |
static TranslateTextResponse |
TranslateTextResponse.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static TranslateTextResponse |
TranslateTextResponse.parseFrom(byte[] data) |
static TranslateTextResponse |
TranslateTextResponse.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static TranslateTextResponse |
TranslateTextResponse.parseFrom(ByteBuffer data) |
static TranslateTextResponse |
TranslateTextResponse.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static TranslateTextResponse |
TranslateTextResponse.parseFrom(ByteString data) |
static TranslateTextResponse |
TranslateTextResponse.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static TranslateTextResponse |
TranslateTextResponse.parseFrom(CodedInputStream input) |
static TranslateTextResponse |
TranslateTextResponse.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static TranslateTextResponse |
TranslateTextResponse.parseFrom(InputStream input) |
static TranslateTextResponse |
TranslateTextResponse.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
TranslateTextResponse |
TranslationServiceGrpc.TranslationServiceBlockingStub.translateText(TranslateTextRequest request)
Translates input text and returns translated text.
|
TranslateTextResponse |
TranslationServiceClient.translateText(TranslateTextRequest request)
Translates input text and returns translated text.
|
Modifier and Type | Method and Description |
---|---|
Parser<TranslateTextResponse> |
TranslateTextResponse.getParserForType() |
static MethodDescriptor<TranslateTextRequest,TranslateTextResponse> |
TranslationServiceGrpc.getTranslateTextMethod() |
static Parser<TranslateTextResponse> |
TranslateTextResponse.parser() |
com.google.common.util.concurrent.ListenableFuture<TranslateTextResponse> |
TranslationServiceGrpc.TranslationServiceFutureStub.translateText(TranslateTextRequest request)
Translates input text and returns translated text.
|
UnaryCallable<TranslateTextRequest,TranslateTextResponse> |
TranslationServiceClient.translateTextCallable()
Translates input text and returns translated text.
|
UnaryCallSettings<TranslateTextRequest,TranslateTextResponse> |
TranslationServiceSettings.translateTextSettings()
Returns the object with the settings used for calls to translateText.
|
UnaryCallSettings.Builder<TranslateTextRequest,TranslateTextResponse> |
TranslationServiceSettings.Builder.translateTextSettings()
Returns the builder for the settings used for calls to translateText.
|
Modifier and Type | Method and Description |
---|---|
TranslateTextResponse.Builder |
TranslateTextResponse.Builder.mergeFrom(TranslateTextResponse other) |
static TranslateTextResponse.Builder |
TranslateTextResponse.newBuilder(TranslateTextResponse prototype) |
Modifier and Type | Method and Description |
---|---|
void |
TranslationServiceGrpc.TranslationServiceImplBase.translateText(TranslateTextRequest request,
StreamObserver<TranslateTextResponse> responseObserver)
Translates input text and returns translated text.
|
void |
TranslationServiceGrpc.TranslationServiceStub.translateText(TranslateTextRequest request,
StreamObserver<TranslateTextResponse> responseObserver)
Translates input text and returns translated text.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<TranslateTextRequest,TranslateTextResponse> |
TranslationServiceStub.translateTextCallable() |
UnaryCallable<TranslateTextRequest,TranslateTextResponse> |
GrpcTranslationServiceStub.translateTextCallable() |
UnaryCallable<TranslateTextRequest,TranslateTextResponse> |
HttpJsonTranslationServiceStub.translateTextCallable() |
UnaryCallSettings<TranslateTextRequest,TranslateTextResponse> |
TranslationServiceStubSettings.translateTextSettings()
Returns the object with the settings used for calls to translateText.
|
UnaryCallSettings.Builder<TranslateTextRequest,TranslateTextResponse> |
TranslationServiceStubSettings.Builder.translateTextSettings()
Returns the builder for the settings used for calls to translateText.
|
Copyright © 2022 Google LLC. All rights reserved.