func isRequired(fd *pbmeta.FieldDescriptor) string { if fd.IsRequired() { return "true" } return "false" }