Uses of Class
com.google.cloud.translate.v3.GlossaryName
-
Packages that use GlossaryName Package Description com.google.cloud.translate.v3 A client to Cloud Translation API -
-
Uses of GlossaryName in com.google.cloud.translate.v3
Methods in com.google.cloud.translate.v3 that return GlossaryName Modifier and Type Method Description GlossaryName
GlossaryName.Builder. build()
static GlossaryName
GlossaryName. of(String project, String location, String glossary)
static GlossaryName
GlossaryName. parse(String formattedString)
Methods in com.google.cloud.translate.v3 that return types with arguments of type GlossaryName Modifier and Type Method Description static List<GlossaryName>
GlossaryName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.translate.v3 with parameters of type GlossaryName Modifier and Type Method Description com.google.api.gax.longrunning.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.Method parameters in com.google.cloud.translate.v3 with type arguments of type GlossaryName Modifier and Type Method Description static List<String>
GlossaryName. toStringList(List<GlossaryName> values)
-