file property
Optional source location + context (Kotlin LogEntry carries these as
first-class fields; other SDKs leave them empty). line/error_code
use 0 as "unset".
Implementation
@$pb.TagNumber(6)
$core.String get file => $_getSZ(5);
Implementation
@$pb.TagNumber(6)
set file($core.String value) => $_setString(5, value);