Uses of Class
com.google.cloud.translate.v3.TranslateTextResponse
-
Packages that use TranslateTextResponse Package Description com.google.cloud.translate.v3 A client to Cloud Translation APIcom.google.cloud.translate.v3.stub -
-
Uses of TranslateTextResponse in com.google.cloud.translate.v3
Methods in com.google.cloud.translate.v3 that return TranslateTextResponse Modifier and Type Method Description TranslateTextResponse
TranslateTextResponse.Builder. build()
TranslateTextResponse
TranslateTextResponse.Builder. buildPartial()
static TranslateTextResponse
TranslateTextResponse. getDefaultInstance()
TranslateTextResponse
TranslateTextResponse.Builder. getDefaultInstanceForType()
TranslateTextResponse
TranslateTextResponse. getDefaultInstanceForType()
static TranslateTextResponse
TranslateTextResponse. parseDelimitedFrom(InputStream input)
static TranslateTextResponse
TranslateTextResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TranslateTextResponse
TranslateTextResponse. parseFrom(byte[] data)
static TranslateTextResponse
TranslateTextResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TranslateTextResponse
TranslateTextResponse. parseFrom(com.google.protobuf.ByteString data)
static TranslateTextResponse
TranslateTextResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TranslateTextResponse
TranslateTextResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static TranslateTextResponse
TranslateTextResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TranslateTextResponse
TranslateTextResponse. parseFrom(InputStream input)
static TranslateTextResponse
TranslateTextResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TranslateTextResponse
TranslateTextResponse. parseFrom(ByteBuffer data)
static TranslateTextResponse
TranslateTextResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
TranslateTextResponse
TranslationServiceClient. translateText(LocationName parent, String model, String mimeType, String sourceLanguageCode, String targetLanguageCode, List<String> contents)
Translates input text and returns translated text.TranslateTextResponse
TranslationServiceClient. translateText(LocationName parent, String targetLanguageCode, List<String> contents)
Translates input text and returns translated text.TranslateTextResponse
TranslationServiceClient. translateText(TranslateTextRequest request)
Translates input text and returns translated text.TranslateTextResponse
TranslationServiceClient. translateText(String parent, String model, String mimeType, String sourceLanguageCode, String targetLanguageCode, List<String> contents)
Translates input text and returns translated text.TranslateTextResponse
TranslationServiceClient. translateText(String parent, String targetLanguageCode, List<String> contents)
Translates input text and returns translated text.TranslateTextResponse
TranslationServiceGrpc.TranslationServiceBlockingStub. translateText(TranslateTextRequest request)
Translates input text and returns translated text.Methods in com.google.cloud.translate.v3 that return types with arguments of type TranslateTextResponse Modifier and Type Method Description com.google.protobuf.Parser<TranslateTextResponse>
TranslateTextResponse. getParserForType()
static io.grpc.MethodDescriptor<TranslateTextRequest,TranslateTextResponse>
TranslationServiceGrpc. getTranslateTextMethod()
static com.google.protobuf.Parser<TranslateTextResponse>
TranslateTextResponse. parser()
com.google.common.util.concurrent.ListenableFuture<TranslateTextResponse>
TranslationServiceGrpc.TranslationServiceFutureStub. translateText(TranslateTextRequest request)
Translates input text and returns translated text.com.google.api.gax.rpc.UnaryCallable<TranslateTextRequest,TranslateTextResponse>
TranslationServiceClient. translateTextCallable()
Translates input text and returns translated text.com.google.api.gax.rpc.UnaryCallSettings.Builder<TranslateTextRequest,TranslateTextResponse>
TranslationServiceSettings.Builder. translateTextSettings()
Returns the builder for the settings used for calls to translateText.com.google.api.gax.rpc.UnaryCallSettings<TranslateTextRequest,TranslateTextResponse>
TranslationServiceSettings. translateTextSettings()
Returns the object with the settings used for calls to translateText.Methods in com.google.cloud.translate.v3 with parameters of type TranslateTextResponse Modifier and Type Method Description TranslateTextResponse.Builder
TranslateTextResponse.Builder. mergeFrom(TranslateTextResponse other)
static TranslateTextResponse.Builder
TranslateTextResponse. newBuilder(TranslateTextResponse prototype)
Method parameters in com.google.cloud.translate.v3 with type arguments of type TranslateTextResponse Modifier and Type Method Description default void
TranslationServiceGrpc.AsyncService. translateText(TranslateTextRequest request, io.grpc.stub.StreamObserver<TranslateTextResponse> responseObserver)
Translates input text and returns translated text.void
TranslationServiceGrpc.TranslationServiceStub. translateText(TranslateTextRequest request, io.grpc.stub.StreamObserver<TranslateTextResponse> responseObserver)
Translates input text and returns translated text. -
Uses of TranslateTextResponse in com.google.cloud.translate.v3.stub
Methods in com.google.cloud.translate.v3.stub that return types with arguments of type TranslateTextResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<TranslateTextRequest,TranslateTextResponse>
GrpcTranslationServiceStub. translateTextCallable()
com.google.api.gax.rpc.UnaryCallable<TranslateTextRequest,TranslateTextResponse>
HttpJsonTranslationServiceStub. translateTextCallable()
com.google.api.gax.rpc.UnaryCallable<TranslateTextRequest,TranslateTextResponse>
TranslationServiceStub. translateTextCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<TranslateTextRequest,TranslateTextResponse>
TranslationServiceStubSettings.Builder. translateTextSettings()
Returns the builder for the settings used for calls to translateText.com.google.api.gax.rpc.UnaryCallSettings<TranslateTextRequest,TranslateTextResponse>
TranslationServiceStubSettings. translateTextSettings()
Returns the object with the settings used for calls to translateText.
-