set

@JvmName(name = "setOutcome")
operator fun DslList<QueueMessageOutcome, QueueMessageOutcomeBatchKt.Dsl.OutcomeProxy>.set(index: Int, value: QueueMessageOutcome)
Specifies an aligned list of outcomes for a given input batch of messages.

repeated .elide.call.v1alpha1.QueueMessageOutcome outcome = 1;

Parameters

index

The index to set the value at.

value

The outcome to set.