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

cz.proto.BoundaryPointOrBuilder Maven / Gradle / Ivy

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

package cz.proto;

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

  /**
   * bool included = 1;
   * @return The included.
   */
  boolean getIncluded();

  /**
   * bool unbounded = 2;
   * @return Whether the unbounded field is set.
   */
  boolean hasUnbounded();
  /**
   * bool unbounded = 2;
   * @return The unbounded.
   */
  boolean getUnbounded();

  /**
   * .cz.proto.ValuePoint value_point = 3;
   * @return Whether the valuePoint field is set.
   */
  boolean hasValuePoint();
  /**
   * .cz.proto.ValuePoint value_point = 3;
   * @return The valuePoint.
   */
  cz.proto.ValuePoint getValuePoint();
  /**
   * .cz.proto.ValuePoint value_point = 3;
   */
  cz.proto.ValuePointOrBuilder getValuePointOrBuilder();

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy