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 TranslationTranslation.Builder. build()TranslationTranslation.Builder. buildPartial()static TranslationTranslation. getDefaultInstance()TranslationTranslation.Builder. getDefaultInstanceForType()TranslationTranslation. getDefaultInstanceForType()TranslationTranslateTextResponse.Builder. getGlossaryTranslations(int index)Text translation responses if a glossary is provided in the request.TranslationTranslateTextResponse. getGlossaryTranslations(int index)Text translation responses if a glossary is provided in the request.TranslationTranslateTextResponseOrBuilder. getGlossaryTranslations(int index)Text translation responses if a glossary is provided in the request.TranslationTranslateTextResponse.Builder. getTranslations(int index)Text translation responses with no glossary applied.TranslationTranslateTextResponse. getTranslations(int index)Text translation responses with no glossary applied.TranslationTranslateTextResponseOrBuilder. getTranslations(int index)Text translation responses with no glossary applied.static TranslationTranslation. parseDelimitedFrom(InputStream input)static TranslationTranslation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TranslationTranslation. parseFrom(byte[] data)static TranslationTranslation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TranslationTranslation. parseFrom(com.google.protobuf.ByteString data)static TranslationTranslation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TranslationTranslation. parseFrom(com.google.protobuf.CodedInputStream input)static TranslationTranslation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TranslationTranslation. parseFrom(InputStream input)static TranslationTranslation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TranslationTranslation. parseFrom(ByteBuffer data)static TranslationTranslation. 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.BuilderTranslateTextResponse.Builder. addGlossaryTranslations(int index, Translation value)Text translation responses if a glossary is provided in the request.TranslateTextResponse.BuilderTranslateTextResponse.Builder. addGlossaryTranslations(Translation value)Text translation responses if a glossary is provided in the request.TranslateTextResponse.BuilderTranslateTextResponse.Builder. addTranslations(int index, Translation value)Text translation responses with no glossary applied.TranslateTextResponse.BuilderTranslateTextResponse.Builder. addTranslations(Translation value)Text translation responses with no glossary applied.Translation.BuilderTranslation.Builder. mergeFrom(Translation other)static Translation.BuilderTranslation. newBuilder(Translation prototype)TranslateTextResponse.BuilderTranslateTextResponse.Builder. setGlossaryTranslations(int index, Translation value)Text translation responses if a glossary is provided in the request.TranslateTextResponse.BuilderTranslateTextResponse.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.BuilderTranslateTextResponse.Builder. addAllGlossaryTranslations(Iterable<? extends Translation> values)Text translation responses if a glossary is provided in the request.TranslateTextResponse.BuilderTranslateTextResponse.Builder. addAllTranslations(Iterable<? extends Translation> values)Text translation responses with no glossary applied.
-