messageId property
ID of this message, assigned by the server when the message is published. Guaranteed to be unique within the topic.
Implementation
@$pb.TagNumber(3)
$core.String get messageId => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set messageId($core.String v) {
$_setString(2, v);
}