Uses of Class
com.google.cloud.translate.v3beta1.Translation
-
Packages that use Translation Package Description com.google.cloud.translate.v3beta1 A client to Cloud Translation API -
-
Uses of Translation in com.google.cloud.translate.v3beta1
Methods in com.google.cloud.translate.v3beta1 that return Translation Modifier and Type Method Description Translation
Translation.Builder. build()
Translation
Translation.Builder. buildPartial()
static Translation
Translation. getDefaultInstance()
Translation
Translation.Builder. getDefaultInstanceForType()
Translation
Translation. getDefaultInstanceForType()
Translation
TranslateTextResponse.Builder. getGlossaryTranslations(int index)
Text translation responses if a glossary is provided in the request.Translation
TranslateTextResponse. getGlossaryTranslations(int index)
Text translation responses if a glossary is provided in the request.Translation
TranslateTextResponseOrBuilder. getGlossaryTranslations(int index)
Text translation responses if a glossary is provided in the request.Translation
TranslateTextResponse.Builder. getTranslations(int index)
Text translation responses with no glossary applied.Translation
TranslateTextResponse. getTranslations(int index)
Text translation responses with no glossary applied.Translation
TranslateTextResponseOrBuilder. getTranslations(int index)
Text translation responses with no glossary applied.static Translation
Translation. parseDelimitedFrom(InputStream input)
static Translation
Translation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Translation
Translation. parseFrom(byte[] data)
static Translation
Translation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Translation
Translation. parseFrom(com.google.protobuf.ByteString data)
static Translation
Translation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Translation
Translation. parseFrom(com.google.protobuf.CodedInputStream input)
static Translation
Translation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Translation
Translation. parseFrom(InputStream input)
static Translation
Translation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Translation
Translation. parseFrom(ByteBuffer data)
static Translation
Translation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.translate.v3beta1 that return types with arguments of type Translation Modifier and Type Method Description List<Translation>
TranslateTextResponse.Builder. getGlossaryTranslationsList()
Text translation responses if a glossary is provided in the request.List<Translation>
TranslateTextResponse. getGlossaryTranslationsList()
Text translation responses if a glossary is provided in the request.List<Translation>
TranslateTextResponseOrBuilder. getGlossaryTranslationsList()
Text translation responses if a glossary is provided in the request.com.google.protobuf.Parser<Translation>
Translation. getParserForType()
List<Translation>
TranslateTextResponse.Builder. getTranslationsList()
Text translation responses with no glossary applied.List<Translation>
TranslateTextResponse. getTranslationsList()
Text translation responses with no glossary applied.List<Translation>
TranslateTextResponseOrBuilder. getTranslationsList()
Text translation responses with no glossary applied.static com.google.protobuf.Parser<Translation>
Translation. parser()
Methods in com.google.cloud.translate.v3beta1 with parameters of type Translation Modifier and Type Method Description TranslateTextResponse.Builder
TranslateTextResponse.Builder. addGlossaryTranslations(int index, Translation value)
Text translation responses if a glossary is provided in the request.TranslateTextResponse.Builder
TranslateTextResponse.Builder. addGlossaryTranslations(Translation value)
Text translation responses if a glossary is provided in the request.TranslateTextResponse.Builder
TranslateTextResponse.Builder. addTranslations(int index, Translation value)
Text translation responses with no glossary applied.TranslateTextResponse.Builder
TranslateTextResponse.Builder. addTranslations(Translation value)
Text translation responses with no glossary applied.Translation.Builder
Translation.Builder. mergeFrom(Translation other)
static Translation.Builder
Translation. newBuilder(Translation prototype)
TranslateTextResponse.Builder
TranslateTextResponse.Builder. setGlossaryTranslations(int index, Translation value)
Text translation responses if a glossary is provided in the request.TranslateTextResponse.Builder
TranslateTextResponse.Builder. setTranslations(int index, Translation value)
Text translation responses with no glossary applied.Method parameters in com.google.cloud.translate.v3beta1 with type arguments of type Translation Modifier and Type Method Description TranslateTextResponse.Builder
TranslateTextResponse.Builder. addAllGlossaryTranslations(Iterable<? extends Translation> values)
Text translation responses if a glossary is provided in the request.TranslateTextResponse.Builder
TranslateTextResponse.Builder. addAllTranslations(Iterable<? extends Translation> values)
Text translation responses with no glossary applied.
-