GlossaryArgs

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)

Properties

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
val languagePair: Output<LanguageCodePairArgs>? = null

Used with unidirectional glossaries.

Link copied to clipboard
val location: Output<String>? = null
Link copied to clipboard
val name: Output<String>? = null

The resource name of the glossary. Glossary names have the form projects/{project-number-or-id}/locations/{location-id}/glossaries/{glossary-id}.

Link copied to clipboard
val project: Output<String>? = null

Functions

Link copied to clipboard
open override fun toJava(): GlossaryArgs