Translate_v3Functions
object Translate_v3Functions
Functions
Link copied to clipboard
Gets a Dataset.
suspend fun getDataset(datasetId: String, location: String, project: String? = null): GetDatasetResult
Link copied to clipboard
Gets a glossary. Returns NOT_FOUND, if the glossary doesn't exist.
suspend fun getGlossary(argument: suspend GetGlossaryPlainArgsBuilder.() -> Unit): GetGlossaryResult
suspend fun getGlossary(glossaryId: String, location: String, project: String? = null): GetGlossaryResult
Link copied to clipboard
Gets a single glossary entry by the given id.
suspend fun getGlossaryEntry(argument: suspend GetGlossaryEntryPlainArgsBuilder.() -> Unit): GetGlossaryEntryResult
suspend fun getGlossaryEntry(glossaryEntryId: String, glossaryId: String, location: String, project: String? = null): GetGlossaryEntryResult
Link copied to clipboard
Gets a model.