org.gel.models.report.avro.VersionControl Maven / Gradle / Ivy
/**
* Autogenerated by Avro
*
* DO NOT EDIT DIRECTLY
*/
package org.gel.models.report.avro;
@SuppressWarnings("all")
/** This protocol defines the version control */
@org.apache.avro.specific.AvroGenerated
public interface VersionControl {
public static final org.apache.avro.Protocol PROTOCOL = org.apache.avro.Protocol.parse("{\"protocol\":\"VersionControl\",\"namespace\":\"org.gel.models.report.avro\",\"doc\":\"This protocol defines the version control\",\"types\":[{\"type\":\"record\",\"name\":\"ReportVersionControl\",\"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\":\"6.1.1\"}]}],\"messages\":{}}");
@SuppressWarnings("all")
/** This protocol defines the version control */
public interface Callback extends VersionControl {
public static final org.apache.avro.Protocol PROTOCOL = org.gel.models.report.avro.VersionControl.PROTOCOL;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy