labels

@JvmName(name = "wmjqjotegelxvudj")
suspend fun labels(value: Output<List<LabelDescriptorArgs>>)
@JvmName(name = "qmexndrwmcsodmpy")
suspend fun labels(value: List<LabelDescriptorArgs>?)

Parameters

value

The set of labels that are available to describe a specific log entry. Runtime requests that contain labels not specified here are considered invalid.


@JvmName(name = "dbsnnthrrktfexip")
suspend fun labels(vararg values: Output<LabelDescriptorArgs>)


@JvmName(name = "ahenlahyewyehpfs")
suspend fun labels(values: List<Output<LabelDescriptorArgs>>)
@JvmName(name = "hqnmlxokytwcayku")
suspend fun labels(vararg values: LabelDescriptorArgs)

Parameters

values

The set of labels that are available to describe a specific log entry. Runtime requests that contain labels not specified here are considered invalid.


@JvmName(name = "yecesbkatouqokuc")
suspend fun labels(argument: List<suspend LabelDescriptorArgsBuilder.() -> Unit>)
@JvmName(name = "fqagyriduklheteh")
suspend fun labels(vararg argument: suspend LabelDescriptorArgsBuilder.() -> Unit)
@JvmName(name = "ioprnvehsjbrkhgu")
suspend fun labels(argument: suspend LabelDescriptorArgsBuilder.() -> Unit)

Parameters

argument

The set of labels that are available to describe a specific log entry. Runtime requests that contain labels not specified here are considered invalid.