org.gel.models.participant.avro.GitVersionControl Maven / Gradle / Ivy
/**
* Autogenerated by Avro
*
* DO NOT EDIT DIRECTLY
*/
package org.gel.models.participant.avro;
@SuppressWarnings("all")
/** This protocol defines the Participants and Pedigree */
@org.apache.avro.specific.AvroGenerated
public interface GitVersionControl {
public static final org.apache.avro.Protocol PROTOCOL = org.apache.avro.Protocol.parse("{\"protocol\":\"GitVersionControl\",\"namespace\":\"org.gel.models.participant.avro\",\"doc\":\"This protocol defines the Participants and Pedigree\",\"types\":[{\"type\":\"record\",\"name\":\"VersionControl\",\"fields\":[{\"name\":\"GitVersionControl\",\"type\":{\"type\":\"string\",\"avro.java.string\":\"String\"},\"doc\":\"This is the version for the entire set of data models as referred to the Git release tag\",\"default\":\"1.3.0\"}]}],\"messages\":{}}");
@SuppressWarnings("all")
/** This protocol defines the Participants and Pedigree */
public interface Callback extends GitVersionControl {
public static final org.apache.avro.Protocol PROTOCOL = org.gel.models.participant.avro.GitVersionControl.PROTOCOL;
}
}