All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.phenopackets.schema.v1.core.VcfAlleleValidator Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version
// Code generated by protoc-gen-validate. DO NOT EDIT.
// source: base.proto

package org.phenopackets.schema.v1.core;

/**
* Validates {@code VcfAllele} protobuf objects.
*/
public class VcfAlleleValidator implements io.envoyproxy.pgv.ValidatorImpl{
	public static io.envoyproxy.pgv.ValidatorImpl validatorFor(Class clazz) {
		if (clazz.equals(org.phenopackets.schema.v1.core.VcfAllele.class)) return new VcfAlleleValidator();
		
		return null;
	}
		
	
		
	
		
	
		
	
		
	
		
	
		
	
		
	
	

	public void assertValid(org.phenopackets.schema.v1.core.VcfAllele proto, io.envoyproxy.pgv.ValidatorIndex index) throws io.envoyproxy.pgv.ValidationException {
	// no validation rules for VcfVersion

	// no validation rules for GenomeAssembly

	// no validation rules for Id

	// no validation rules for Chr

	// no validation rules for Pos

	// no validation rules for Ref

	// no validation rules for Alt

	// no validation rules for Info

	
	}

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy