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

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

  /**
   * repeated .cz.proto.ScalarExpression expressions = 1;
   */
  java.util.List 
      getExpressionsList();
  /**
   * repeated .cz.proto.ScalarExpression expressions = 1;
   */
  cz.proto.Expression.ScalarExpression getExpressions(int index);
  /**
   * repeated .cz.proto.ScalarExpression expressions = 1;
   */
  int getExpressionsCount();
  /**
   * repeated .cz.proto.ScalarExpression expressions = 1;
   */
  java.util.List 
      getExpressionsOrBuilderList();
  /**
   * repeated .cz.proto.ScalarExpression expressions = 1;
   */
  cz.proto.Expression.ScalarExpressionOrBuilder getExpressionsOrBuilder(
      int index);

  /**
   * optional .cz.proto.ExpandShuffleKeys shuffle_keys = 2;
   * @return Whether the shuffleKeys field is set.
   */
  boolean hasShuffleKeys();
  /**
   * optional .cz.proto.ExpandShuffleKeys shuffle_keys = 2;
   * @return The shuffleKeys.
   */
  cz.proto.ExpandShuffleKeys getShuffleKeys();
  /**
   * optional .cz.proto.ExpandShuffleKeys shuffle_keys = 2;
   */
  cz.proto.ExpandShuffleKeysOrBuilder getShuffleKeysOrBuilder();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy