Uses of Class
com.google.cloud.translate.v3.TranslationServiceGrpc.TranslationServiceBlockingStub
-
Packages that use TranslationServiceGrpc.TranslationServiceBlockingStub Package Description com.google.cloud.translate.v3 A client to Cloud Translation API -
-
Uses of TranslationServiceGrpc.TranslationServiceBlockingStub in com.google.cloud.translate.v3
Methods in com.google.cloud.translate.v3 that return TranslationServiceGrpc.TranslationServiceBlockingStub Modifier and Type Method Description protected TranslationServiceGrpc.TranslationServiceBlockingStub
TranslationServiceGrpc.TranslationServiceBlockingStub. build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
static TranslationServiceGrpc.TranslationServiceBlockingStub
TranslationServiceGrpc. newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-