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

cz.proto.IncrementalExtensionOrBuilder Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: table_common.proto

package cz.proto;

public interface IncrementalExtensionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cz.proto.IncrementalExtension)
    com.google.protobuf.MessageOrBuilder {

  /**
   * bool isValueSemantics = 1;
   * @return The isValueSemantics.
   */
  boolean getIsValueSemantics();

  /**
   * int64 formatVersion = 2;
   * @return The formatVersion.
   */
  long getFormatVersion();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy