Uses of Class
com.google.cloud.translate.v3beta1.stub.TranslationServiceStub
-
Packages that use TranslationServiceStub Package Description com.google.cloud.translate.v3beta1 A client to Cloud Translation APIcom.google.cloud.translate.v3beta1.stub -
-
Uses of TranslationServiceStub in com.google.cloud.translate.v3beta1
Methods in com.google.cloud.translate.v3beta1 that return TranslationServiceStub Modifier and Type Method Description TranslationServiceStub
TranslationServiceClient. getStub()
Methods in com.google.cloud.translate.v3beta1 with parameters of type TranslationServiceStub Modifier and Type Method Description static TranslationServiceClient
TranslationServiceClient. create(TranslationServiceStub stub)
Constructs an instance of TranslationServiceClient, using the given stub for making calls.Constructors in com.google.cloud.translate.v3beta1 with parameters of type TranslationServiceStub Constructor Description TranslationServiceClient(TranslationServiceStub stub)
-
Uses of TranslationServiceStub in com.google.cloud.translate.v3beta1.stub
Subclasses of TranslationServiceStub in com.google.cloud.translate.v3beta1.stub Modifier and Type Class Description class
GrpcTranslationServiceStub
gRPC stub implementation for the TranslationService service API.class
HttpJsonTranslationServiceStub
REST stub implementation for the TranslationService service API.Methods in com.google.cloud.translate.v3beta1.stub that return TranslationServiceStub Modifier and Type Method Description TranslationServiceStub
TranslationServiceStubSettings. createStub()
-