Event group as condition, all events under this group.
@$pb.TagNumber(2) $core.String get group => $_getSZ(1);
@$pb.TagNumber(2) set group($core.String v) { $_setString(1, v); }