uid property
A globally unique identifier for all LogEntries in a sequence of split logs. All LogEntries with the same |LogSplit.uid| are assumed to be part of the same sequence of split logs.
Implementation
@$pb.TagNumber(1)
$core.String get uid => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set uid($core.String v) {
$_setString(0, v);
}