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

cz.proto.WindowGroupOrBuilder 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 WindowGroupOrBuilder extends
    // @@protoc_insertion_point(interface_extends:cz.proto.WindowGroup)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .cz.proto.WindowCall functions = 1;
   */
  java.util.List 
      getFunctionsList();
  /**
   * repeated .cz.proto.WindowCall functions = 1;
   */
  cz.proto.WindowCall getFunctions(int index);
  /**
   * repeated .cz.proto.WindowCall functions = 1;
   */
  int getFunctionsCount();
  /**
   * repeated .cz.proto.WindowCall functions = 1;
   */
  java.util.List 
      getFunctionsOrBuilderList();
  /**
   * repeated .cz.proto.WindowCall functions = 1;
   */
  cz.proto.WindowCallOrBuilder getFunctionsOrBuilder(
      int index);

  /**
   * .cz.proto.WindowSpec spec = 2;
   * @return Whether the spec field is set.
   */
  boolean hasSpec();
  /**
   * .cz.proto.WindowSpec spec = 2;
   * @return The spec.
   */
  cz.proto.WindowSpec getSpec();
  /**
   * .cz.proto.WindowSpec spec = 2;
   */
  cz.proto.WindowSpecOrBuilder getSpecOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy