set
operator fun DslList<QueueMessage, QueueMessageBatchKt.Dsl.MessagesProxy>.set(index: Int, value: QueueMessage)
Specifies the messages which should be processed by this batch.
Content copied to clipboard
repeated .elide.call.v1alpha1.QueueMessage messages = 1;
Parameters
index
The index to set the value at.
value
The messages to set.