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