Glossary Args
data class GlossaryArgs(val inputConfig: Output<GlossaryInputConfigArgs>? = null, val languageCodesSet: Output<LanguageCodesSetArgs>? = null, val languagePair: Output<LanguageCodePairArgs>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<GlossaryArgs>
Creates a glossary and returns the long-running operation. Returns NOT_FOUND, if the project doesn't exist.
Constructors
Link copied to clipboard
constructor(inputConfig: Output<GlossaryInputConfigArgs>? = null, languageCodesSet: Output<LanguageCodesSetArgs>? = null, languagePair: Output<LanguageCodePairArgs>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null)