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

cz.proto.RangeLiteralOrBuilder Maven / Gradle / Ivy

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

package cz.proto;

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

  /**
   * int32 intV = 1;
   * @return Whether the intV field is set.
   */
  boolean hasIntV();
  /**
   * int32 intV = 1;
   * @return The intV.
   */
  int getIntV();

  /**
   * int64 longV = 2;
   * @return Whether the longV field is set.
   */
  boolean hasLongV();
  /**
   * int64 longV = 2;
   * @return The longV.
   */
  long getLongV();

  /**
   * string stringV = 3;
   * @return Whether the stringV field is set.
   */
  boolean hasStringV();
  /**
   * string stringV = 3;
   * @return The stringV.
   */
  java.lang.String getStringV();
  /**
   * string stringV = 3;
   * @return The bytes for stringV.
   */
  com.google.protobuf.ByteString
      getStringVBytes();

  public cz.proto.RangeLiteral.ValueCase getValueCase();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy