Glossary Args
data class GlossaryArgs(val displayName: Output<String>? = null, 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(displayName: Output<String>? = null, inputConfig: Output<GlossaryInputConfigArgs>? = null, languageCodesSet: Output<LanguageCodesSetArgs>? = null, languagePair: Output<LanguageCodePairArgs>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null)
Properties
Link copied to clipboard
Optional. The display name of the glossary.
Link copied to clipboard
Provides examples to build the glossary from. Total glossary must not exceed 10M Unicode codepoints.
Link copied to clipboard
Used with equivalent term set glossaries.
Link copied to clipboard
Used with unidirectional glossaries.