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

cz.proto.WindowBoundaryOrBuilder Maven / Gradle / Ivy

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

package cz.proto;

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

  /**
   * optional bool preceding = 1;
   * @return Whether the preceding field is set.
   */
  boolean hasPreceding();
  /**
   * optional bool preceding = 1;
   * @return The preceding.
   */
  boolean getPreceding();

  /**
   * .cz.proto.Constant offset = 2;
   * @return Whether the offset field is set.
   */
  boolean hasOffset();
  /**
   * .cz.proto.Constant offset = 2;
   * @return The offset.
   */
  cz.proto.Expression.Constant getOffset();
  /**
   * .cz.proto.Constant offset = 2;
   */
  cz.proto.Expression.ConstantOrBuilder getOffsetOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy