| Modifier and Type | Method and Description |
|---|---|
Translation |
Translation.Builder.build() |
Translation |
Translation.Builder.buildPartial() |
static Translation |
Translation.getDefaultInstance() |
Translation |
Translation.getDefaultInstanceForType() |
Translation |
Translation.Builder.getDefaultInstanceForType() |
Translation |
TranslateTextResponseOrBuilder.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 |
TranslateTextResponse.Builder.getGlossaryTranslations(int index)
Text translation responses if a glossary is provided in the request.
|
Translation |
TranslateTextResponseOrBuilder.getTranslations(int index)
Text translation responses with no glossary applied.
|
Translation |
TranslateTextResponse.getTranslations(int index)
Text translation responses with no glossary applied.
|
Translation |
TranslateTextResponse.Builder.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(ByteBuffer data) |
static Translation |
Translation.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
List<Translation> |
TranslateTextResponseOrBuilder.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> |
TranslateTextResponse.Builder.getGlossaryTranslationsList()
Text translation responses if a glossary is provided in the request.
|
com.google.protobuf.Parser<Translation> |
Translation.getParserForType() |
List<Translation> |
TranslateTextResponseOrBuilder.getTranslationsList()
Text translation responses with no glossary applied.
|
List<Translation> |
TranslateTextResponse.getTranslationsList()
Text translation responses with no glossary applied.
|
List<Translation> |
TranslateTextResponse.Builder.getTranslationsList()
Text translation responses with no glossary applied.
|
static com.google.protobuf.Parser<Translation> |
Translation.parser() |
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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.
|
Copyright © 2022 Google LLC. All rights reserved.