setIdBytes

open fun setIdBytes(value: ByteString): QueueMessage.Builder
Unique ID of this queue message.
string id = 1;

Return

This builder for chaining.

Parameters

value

The bytes for id to set.