getGlossary

Gets a glossary. Returns NOT_FOUND, if the glossary doesn't exist.

Return

null

Parameters

argument

null


suspend fun getGlossary(glossaryId: String, location: String, project: String? = null): GetGlossaryResult

Return

null

Parameters

glossaryId
location
project

See also


suspend fun getGlossary(argument: suspend GetGlossaryPlainArgsBuilder.() -> Unit): GetGlossaryResult

Return

null

Parameters

argument

Builder for com.pulumi.googlenative.translate.v3.kotlin.inputs.GetGlossaryPlainArgs.

See also