| Package | Description |
|---|---|
| com.google.api.services.translate.v3 | |
| com.google.api.services.translate.v3.model |
| Modifier and Type | Method and Description |
|---|---|
Translate.Projects.Locations.Glossaries.Create |
Translate.Projects.Locations.Glossaries.create(String parent,
Glossary content)
Creates a glossary and returns the long-running operation.
|
| Constructor and Description |
|---|
Create(String parent,
Glossary content)
Creates a glossary and returns the long-running operation.
|
| Modifier and Type | Method and Description |
|---|---|
Glossary |
Glossary.clone() |
Glossary |
Glossary.set(String fieldName,
Object value) |
Glossary |
Glossary.setEndTime(String endTime)
Output only.
|
Glossary |
Glossary.setEntryCount(Integer entryCount)
Output only.
|
Glossary |
Glossary.setInputConfig(GlossaryInputConfig inputConfig)
Required.
|
Glossary |
Glossary.setLanguageCodesSet(LanguageCodesSet languageCodesSet)
Used with equivalent term set glossaries.
|
Glossary |
Glossary.setLanguagePair(LanguageCodePair languagePair)
Used with unidirectional glossaries.
|
Glossary |
Glossary.setName(String name)
Required.
|
Glossary |
Glossary.setSubmitTime(String submitTime)
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
List<Glossary> |
ListGlossariesResponse.getGlossaries()
The list of glossaries for a project.
|
| Modifier and Type | Method and Description |
|---|---|
ListGlossariesResponse |
ListGlossariesResponse.setGlossaries(List<Glossary> glossaries)
The list of glossaries for a project.
|
Copyright © 2011–2021 Google. All rights reserved.