The platform that the file is built to run on
@$pb.TagNumber(3) $core.String get platform => $_getSZ(2);
@$pb.TagNumber(3) set platform($core.String v) { $_setString(2, v); }