Uses of Class
com.google.cloud.translate.v3beta1.TranslationServiceSettings
-
Packages that use TranslationServiceSettings Package Description com.google.cloud.translate.v3beta1 A client to Cloud Translation API -
-
Uses of TranslationServiceSettings in com.google.cloud.translate.v3beta1
Methods in com.google.cloud.translate.v3beta1 that return TranslationServiceSettings Modifier and Type Method Description TranslationServiceSettings
TranslationServiceSettings.Builder. build()
static TranslationServiceSettings
TranslationServiceSettings. create(TranslationServiceStubSettings stub)
TranslationServiceSettings
TranslationServiceClient. getSettings()
Methods in com.google.cloud.translate.v3beta1 with parameters of type TranslationServiceSettings Modifier and Type Method Description static TranslationServiceClient
TranslationServiceClient. create(TranslationServiceSettings settings)
Constructs an instance of TranslationServiceClient, using the given settings.Constructors in com.google.cloud.translate.v3beta1 with parameters of type TranslationServiceSettings Constructor Description Builder(TranslationServiceSettings settings)
TranslationServiceClient(TranslationServiceSettings settings)
Constructs an instance of TranslationServiceClient, using the given settings.
-