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

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

  /**
   * uint32 row_count = 1;
   * @return The rowCount.
   */
  int getRowCount();

  /**
   * uint32 col_count = 2;
   * @return The colCount.
   */
  int getColCount();

  /**
   * repeated .cz.proto.ScalarExpression data = 3;
   */
  java.util.List 
      getDataList();
  /**
   * repeated .cz.proto.ScalarExpression data = 3;
   */
  cz.proto.Expression.ScalarExpression getData(int index);
  /**
   * repeated .cz.proto.ScalarExpression data = 3;
   */
  int getDataCount();
  /**
   * repeated .cz.proto.ScalarExpression data = 3;
   */
  java.util.List 
      getDataOrBuilderList();
  /**
   * repeated .cz.proto.ScalarExpression data = 3;
   */
  cz.proto.Expression.ScalarExpressionOrBuilder getDataOrBuilder(
      int index);

  /**
   * bool broadcast = 4;
   * @return The broadcast.
   */
  boolean getBroadcast();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy