plusAssign
inline operator fun DslList<QueueMessageOutcome, QueueMessageOutcomeBatchKt.Dsl.OutcomeProxy>.plusAssign(value: QueueMessageOutcome)
Specifies an aligned list of outcomes for a given input batch of messages.
Content copied to clipboard
repeated .elide.call.v1alpha1.QueueMessageOutcome outcome = 1;
Parameters
value
The outcome to add.
inline operator fun DslList<QueueMessageOutcome, QueueMessageOutcomeBatchKt.Dsl.OutcomeProxy>.plusAssign(values: Iterable<QueueMessageOutcome>)
Specifies an aligned list of outcomes for a given input batch of messages.
Content copied to clipboard
repeated .elide.call.v1alpha1.QueueMessageOutcome outcome = 1;
Parameters
values
The outcome to add.