GlossaryEntryArgs

data class GlossaryEntryArgs(val description: Output<String>? = null, val glossaryId: Output<String>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val termsPair: Output<GlossaryTermsPairArgs>? = null, val termsSet: Output<GlossaryTermsSetArgs>? = null) : ConvertibleToJava<GlossaryEntryArgs>

Creates a glossary entry.

Constructors

Link copied to clipboard
fun GlossaryEntryArgs(description: Output<String>? = null, glossaryId: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, termsPair: Output<GlossaryTermsPairArgs>? = null, termsSet: Output<GlossaryTermsSetArgs>? = null)

Functions

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

Properties

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

Describes the glossary entry.

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

The resource name of the entry. Format: "projects//locations//glossaries//glossaryEntries/"

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

Used for an unidirectional glossary.

Link copied to clipboard
val termsSet: Output<GlossaryTermsSetArgs>? = null

Used for an equivalent term sets glossary. ////