| 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.GlossaryEntries.Create |
Translate.Projects.Locations.Glossaries.GlossaryEntries.create(String parent,
GlossaryEntry content)
Creates a glossary entry.
|
Translate.Projects.Locations.Glossaries.GlossaryEntries.Patch |
Translate.Projects.Locations.Glossaries.GlossaryEntries.patch(String name,
GlossaryEntry content)
Updates a glossary entry.
|
| Constructor and Description |
|---|
Create(String parent,
GlossaryEntry content)
Creates a glossary entry.
|
Patch(String name,
GlossaryEntry content)
Updates a glossary entry.
|
| Modifier and Type | Method and Description |
|---|---|
GlossaryEntry |
GlossaryEntry.clone() |
GlossaryEntry |
GlossaryEntry.set(String fieldName,
Object value) |
GlossaryEntry |
GlossaryEntry.setDescription(String description)
Describes the glossary entry.
|
GlossaryEntry |
GlossaryEntry.setName(String name)
Required.
|
GlossaryEntry |
GlossaryEntry.setTermsPair(GlossaryTermsPair termsPair)
Used for an unidirectional glossary.
|
GlossaryEntry |
GlossaryEntry.setTermsSet(GlossaryTermsSet termsSet)
Used for an equivalent term sets glossary.
|
| Modifier and Type | Method and Description |
|---|---|
List<GlossaryEntry> |
ListGlossaryEntriesResponse.getGlossaryEntries()
Optional.
|
| Modifier and Type | Method and Description |
|---|---|
ListGlossaryEntriesResponse |
ListGlossaryEntriesResponse.setGlossaryEntries(List<GlossaryEntry> glossaryEntries)
Optional.
|
Copyright © 2011–2023 Google. All rights reserved.