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

org.gel.models.report.avro.VersionControl Maven / Gradle / Ivy

There is a newer version: 3.3.0
Show newest version
/**
 * 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