Uses of Class
com.google.cloud.translate.v3.stub.TranslationServiceStub
-
Packages that use TranslationServiceStub Package Description com.google.cloud.translate.v3 A client to Cloud Translation APIcom.google.cloud.translate.v3.stub -
-
Uses of TranslationServiceStub in com.google.cloud.translate.v3
Methods in com.google.cloud.translate.v3 that return TranslationServiceStub Modifier and Type Method Description TranslationServiceStub
TranslationServiceClient. getStub()
Methods in com.google.cloud.translate.v3 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.v3 with parameters of type TranslationServiceStub Constructor Description TranslationServiceClient(TranslationServiceStub stub)
-
Uses of TranslationServiceStub in com.google.cloud.translate.v3.stub
Subclasses of TranslationServiceStub in com.google.cloud.translate.v3.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.v3.stub that return TranslationServiceStub Modifier and Type Method Description TranslationServiceStub
TranslationServiceStubSettings. createStub()
-