Package | Description |
---|---|
com.google.cloud.translate.v3beta1 |
A client to Cloud Translation API
|
Modifier and Type | Method and Description |
---|---|
GlossaryName |
GlossaryName.Builder.build() |
static GlossaryName |
GlossaryName.of(String project,
String location,
String glossary) |
static GlossaryName |
GlossaryName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<GlossaryName> |
GlossaryName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
OperationFuture<DeleteGlossaryResponse,DeleteGlossaryMetadata> |
TranslationServiceClient.deleteGlossaryAsync(GlossaryName name)
Deletes a glossary, or cancels glossary construction if the glossary isn't created yet.
|
Glossary |
TranslationServiceClient.getGlossary(GlossaryName name)
Gets a glossary.
|
Modifier and Type | Method and Description |
---|---|
static List<String> |
GlossaryName.toStringList(List<GlossaryName> values) |
Copyright © 2022 Google LLC. All rights reserved.