Uses of Class
com.google.cloud.translate.v3beta1.TranslateTextResponse
-
Packages that use TranslateTextResponse Package Description com.google.cloud.translate.v3beta1 A client to Cloud Translation APIcom.google.cloud.translate.v3beta1.stub -
-
Uses of TranslateTextResponse in com.google.cloud.translate.v3beta1
Methods in com.google.cloud.translate.v3beta1 that return TranslateTextResponse Modifier and Type Method Description TranslateTextResponseTranslateTextResponse.Builder. build()TranslateTextResponseTranslateTextResponse.Builder. buildPartial()static TranslateTextResponseTranslateTextResponse. getDefaultInstance()TranslateTextResponseTranslateTextResponse.Builder. getDefaultInstanceForType()TranslateTextResponseTranslateTextResponse. getDefaultInstanceForType()static TranslateTextResponseTranslateTextResponse. parseDelimitedFrom(InputStream input)static TranslateTextResponseTranslateTextResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TranslateTextResponseTranslateTextResponse. parseFrom(byte[] data)static TranslateTextResponseTranslateTextResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TranslateTextResponseTranslateTextResponse. parseFrom(com.google.protobuf.ByteString data)static TranslateTextResponseTranslateTextResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TranslateTextResponseTranslateTextResponse. parseFrom(com.google.protobuf.CodedInputStream input)static TranslateTextResponseTranslateTextResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TranslateTextResponseTranslateTextResponse. parseFrom(InputStream input)static TranslateTextResponseTranslateTextResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TranslateTextResponseTranslateTextResponse. parseFrom(ByteBuffer data)static TranslateTextResponseTranslateTextResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)TranslateTextResponseTranslationServiceClient. translateText(TranslateTextRequest request)Translates input text and returns translated text.TranslateTextResponseTranslationServiceGrpc.TranslationServiceBlockingStub. translateText(TranslateTextRequest request)Translates input text and returns translated text.Methods in com.google.cloud.translate.v3beta1 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.v3beta1 with parameters of type TranslateTextResponse Modifier and Type Method Description TranslateTextResponse.BuilderTranslateTextResponse.Builder. mergeFrom(TranslateTextResponse other)static TranslateTextResponse.BuilderTranslateTextResponse. newBuilder(TranslateTextResponse prototype)Method parameters in com.google.cloud.translate.v3beta1 with type arguments of type TranslateTextResponse Modifier and Type Method Description default voidTranslationServiceGrpc.AsyncService. translateText(TranslateTextRequest request, io.grpc.stub.StreamObserver<TranslateTextResponse> responseObserver)Translates input text and returns translated text.voidTranslationServiceGrpc.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.v3beta1.stub
Methods in com.google.cloud.translate.v3beta1.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.
-