Translate_v3Functions

Functions

Link copied to clipboard

Gets a Dataset.

suspend fun getDataset(argument: suspend GetDatasetPlainArgsBuilder.() -> Unit): GetDatasetResult
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(glossaryEntryId: String, glossaryId: String, location: String, project: String? = null): GetGlossaryEntryResult
Link copied to clipboard
suspend fun getModel(argument: GetModelPlainArgs): GetModelResult

Gets a model.

suspend fun getModel(argument: suspend GetModelPlainArgsBuilder.() -> Unit): GetModelResult
suspend fun getModel(location: String, modelId: String, project: String? = null): GetModelResult