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

cz.proto.OperatorStats 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;

/**
 * Protobuf type {@code cz.proto.OperatorStats}
 */
public final class OperatorStats extends
    com.google.protobuf.GeneratedMessageV3 implements
    // @@protoc_insertion_point(message_implements:cz.proto.OperatorStats)
    OperatorStatsOrBuilder {
private static final long serialVersionUID = 0L;
  // Use OperatorStats.newBuilder() to construct.
  private OperatorStats(com.google.protobuf.GeneratedMessageV3.Builder builder) {
    super(builder);
  }
  private OperatorStats() {
    operatorId_ = "";
    execNodeId_ = "";
    runStats_ = java.util.Collections.emptyList();
    extraStatsBinary_ = com.google.protobuf.ByteString.EMPTY;
    extraStats_ = "";
  }

  @java.lang.Override
  @SuppressWarnings({"unused"})
  protected java.lang.Object newInstance(
      UnusedPrivateParameter unused) {
    return new OperatorStats();
  }

  @java.lang.Override
  public final com.google.protobuf.UnknownFieldSet
  getUnknownFields() {
    return this.unknownFields;
  }
  private OperatorStats(
      com.google.protobuf.CodedInputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    this();
    if (extensionRegistry == null) {
      throw new java.lang.NullPointerException();
    }
    int mutable_bitField0_ = 0;
    com.google.protobuf.UnknownFieldSet.Builder unknownFields =
        com.google.protobuf.UnknownFieldSet.newBuilder();
    try {
      boolean done = false;
      while (!done) {
        int tag = input.readTag();
        switch (tag) {
          case 0:
            done = true;
            break;
          case 10: {
            java.lang.String s = input.readStringRequireUtf8();

            operatorId_ = s;
            break;
          }
          case 16: {

            rowCount_ = input.readUInt64();
            break;
          }
          case 26: {
            cz.proto.Timing.Builder subBuilder = null;
            if (timing_ != null) {
              subBuilder = timing_.toBuilder();
            }
            timing_ = input.readMessage(cz.proto.Timing.parser(), extensionRegistry);
            if (subBuilder != null) {
              subBuilder.mergeFrom(timing_);
              timing_ = subBuilder.buildPartial();
            }

            break;
          }
          case 34: {
            cz.proto.TableScanStats.Builder subBuilder = null;
            if (opStatsCase_ == 4) {
              subBuilder = ((cz.proto.TableScanStats) opStats_).toBuilder();
            }
            opStats_ =
                input.readMessage(cz.proto.TableScanStats.parser(), extensionRegistry);
            if (subBuilder != null) {
              subBuilder.mergeFrom((cz.proto.TableScanStats) opStats_);
              opStats_ = subBuilder.buildPartial();
            }
            opStatsCase_ = 4;
            break;
          }
          case 42: {
            cz.proto.TableSinkStats.Builder subBuilder = null;
            if (opStatsCase_ == 5) {
              subBuilder = ((cz.proto.TableSinkStats) opStats_).toBuilder();
            }
            opStats_ =
                input.readMessage(cz.proto.TableSinkStats.parser(), extensionRegistry);
            if (subBuilder != null) {
              subBuilder.mergeFrom((cz.proto.TableSinkStats) opStats_);
              opStats_ = subBuilder.buildPartial();
            }
            opStatsCase_ = 5;
            break;
          }
          case 50: {
            cz.proto.CalcStats.Builder subBuilder = null;
            if (opStatsCase_ == 6) {
              subBuilder = ((cz.proto.CalcStats) opStats_).toBuilder();
            }
            opStats_ =
                input.readMessage(cz.proto.CalcStats.parser(), extensionRegistry);
            if (subBuilder != null) {
              subBuilder.mergeFrom((cz.proto.CalcStats) opStats_);
              opStats_ = subBuilder.buildPartial();
            }
            opStatsCase_ = 6;
            break;
          }
          case 58: {
            cz.proto.HashJoinStats.Builder subBuilder = null;
            if (opStatsCase_ == 7) {
              subBuilder = ((cz.proto.HashJoinStats) opStats_).toBuilder();
            }
            opStats_ =
                input.readMessage(cz.proto.HashJoinStats.parser(), extensionRegistry);
            if (subBuilder != null) {
              subBuilder.mergeFrom((cz.proto.HashJoinStats) opStats_);
              opStats_ = subBuilder.buildPartial();
            }
            opStatsCase_ = 7;
            break;
          }
          case 66: {
            cz.proto.MergeJoinStats.Builder subBuilder = null;
            if (opStatsCase_ == 8) {
              subBuilder = ((cz.proto.MergeJoinStats) opStats_).toBuilder();
            }
            opStats_ =
                input.readMessage(cz.proto.MergeJoinStats.parser(), extensionRegistry);
            if (subBuilder != null) {
              subBuilder.mergeFrom((cz.proto.MergeJoinStats) opStats_);
              opStats_ = subBuilder.buildPartial();
            }
            opStatsCase_ = 8;
            break;
          }
          case 74: {
            cz.proto.HashAggregateStats.Builder subBuilder = null;
            if (opStatsCase_ == 9) {
              subBuilder = ((cz.proto.HashAggregateStats) opStats_).toBuilder();
            }
            opStats_ =
                input.readMessage(cz.proto.HashAggregateStats.parser(), extensionRegistry);
            if (subBuilder != null) {
              subBuilder.mergeFrom((cz.proto.HashAggregateStats) opStats_);
              opStats_ = subBuilder.buildPartial();
            }
            opStatsCase_ = 9;
            break;
          }
          case 82: {
            cz.proto.MergeAggregateStats.Builder subBuilder = null;
            if (opStatsCase_ == 10) {
              subBuilder = ((cz.proto.MergeAggregateStats) opStats_).toBuilder();
            }
            opStats_ =
                input.readMessage(cz.proto.MergeAggregateStats.parser(), extensionRegistry);
            if (subBuilder != null) {
              subBuilder.mergeFrom((cz.proto.MergeAggregateStats) opStats_);
              opStats_ = subBuilder.buildPartial();
            }
            opStatsCase_ = 10;
            break;
          }
          case 90: {
            cz.proto.LocalSortStats.Builder subBuilder = null;
            if (opStatsCase_ == 11) {
              subBuilder = ((cz.proto.LocalSortStats) opStats_).toBuilder();
            }
            opStats_ =
                input.readMessage(cz.proto.LocalSortStats.parser(), extensionRegistry);
            if (subBuilder != null) {
              subBuilder.mergeFrom((cz.proto.LocalSortStats) opStats_);
              opStats_ = subBuilder.buildPartial();
            }
            opStatsCase_ = 11;
            break;
          }
          case 98: {
            cz.proto.MergeSortStats.Builder subBuilder = null;
            if (opStatsCase_ == 12) {
              subBuilder = ((cz.proto.MergeSortStats) opStats_).toBuilder();
            }
            opStats_ =
                input.readMessage(cz.proto.MergeSortStats.parser(), extensionRegistry);
            if (subBuilder != null) {
              subBuilder.mergeFrom((cz.proto.MergeSortStats) opStats_);
              opStats_ = subBuilder.buildPartial();
            }
            opStatsCase_ = 12;
            break;
          }
          case 106: {
            cz.proto.ValuesStats.Builder subBuilder = null;
            if (opStatsCase_ == 13) {
              subBuilder = ((cz.proto.ValuesStats) opStats_).toBuilder();
            }
            opStats_ =
                input.readMessage(cz.proto.ValuesStats.parser(), extensionRegistry);
            if (subBuilder != null) {
              subBuilder.mergeFrom((cz.proto.ValuesStats) opStats_);
              opStats_ = subBuilder.buildPartial();
            }
            opStatsCase_ = 13;
            break;
          }
          case 114: {
            cz.proto.ExchangeSinkStats.Builder subBuilder = null;
            if (opStatsCase_ == 14) {
              subBuilder = ((cz.proto.ExchangeSinkStats) opStats_).toBuilder();
            }
            opStats_ =
                input.readMessage(cz.proto.ExchangeSinkStats.parser(), extensionRegistry);
            if (subBuilder != null) {
              subBuilder.mergeFrom((cz.proto.ExchangeSinkStats) opStats_);
              opStats_ = subBuilder.buildPartial();
            }
            opStatsCase_ = 14;
            break;
          }
          case 122: {
            cz.proto.ExchangeSourceStats.Builder subBuilder = null;
            if (opStatsCase_ == 15) {
              subBuilder = ((cz.proto.ExchangeSourceStats) opStats_).toBuilder();
            }
            opStats_ =
                input.readMessage(cz.proto.ExchangeSourceStats.parser(), extensionRegistry);
            if (subBuilder != null) {
              subBuilder.mergeFrom((cz.proto.ExchangeSourceStats) opStats_);
              opStats_ = subBuilder.buildPartial();
            }
            opStatsCase_ = 15;
            break;
          }
          case 130: {
            cz.proto.UnionAllStats.Builder subBuilder = null;
            if (opStatsCase_ == 16) {
              subBuilder = ((cz.proto.UnionAllStats) opStats_).toBuilder();
            }
            opStats_ =
                input.readMessage(cz.proto.UnionAllStats.parser(), extensionRegistry);
            if (subBuilder != null) {
              subBuilder.mergeFrom((cz.proto.UnionAllStats) opStats_);
              opStats_ = subBuilder.buildPartial();
            }
            opStatsCase_ = 16;
            break;
          }
          case 138: {
            cz.proto.BufferStats.Builder subBuilder = null;
            if (opStatsCase_ == 17) {
              subBuilder = ((cz.proto.BufferStats) opStats_).toBuilder();
            }
            opStats_ =
                input.readMessage(cz.proto.BufferStats.parser(), extensionRegistry);
            if (subBuilder != null) {
              subBuilder.mergeFrom((cz.proto.BufferStats) opStats_);
              opStats_ = subBuilder.buildPartial();
            }
            opStatsCase_ = 17;
            break;
          }
          case 146: {
            cz.proto.WindowStats.Builder subBuilder = null;
            if (opStatsCase_ == 18) {
              subBuilder = ((cz.proto.WindowStats) opStats_).toBuilder();
            }
            opStats_ =
                input.readMessage(cz.proto.WindowStats.parser(), extensionRegistry);
            if (subBuilder != null) {
              subBuilder.mergeFrom((cz.proto.WindowStats) opStats_);
              opStats_ = subBuilder.buildPartial();
            }
            opStatsCase_ = 18;
            break;
          }
          case 154: {
            cz.proto.ExpandStats.Builder subBuilder = null;
            if (opStatsCase_ == 19) {
              subBuilder = ((cz.proto.ExpandStats) opStats_).toBuilder();
            }
            opStats_ =
                input.readMessage(cz.proto.ExpandStats.parser(), extensionRegistry);
            if (subBuilder != null) {
              subBuilder.mergeFrom((cz.proto.ExpandStats) opStats_);
              opStats_ = subBuilder.buildPartial();
            }
            opStatsCase_ = 19;
            break;
          }
          case 162: {
            cz.proto.LateralViewStats.Builder subBuilder = null;
            if (opStatsCase_ == 20) {
              subBuilder = ((cz.proto.LateralViewStats) opStats_).toBuilder();
            }
            opStats_ =
                input.readMessage(cz.proto.LateralViewStats.parser(), extensionRegistry);
            if (subBuilder != null) {
              subBuilder.mergeFrom((cz.proto.LateralViewStats) opStats_);
              opStats_ = subBuilder.buildPartial();
            }
            opStatsCase_ = 20;
            break;
          }
          case 170: {
            cz.proto.PartialWindowStats.Builder subBuilder = null;
            if (opStatsCase_ == 21) {
              subBuilder = ((cz.proto.PartialWindowStats) opStats_).toBuilder();
            }
            opStats_ =
                input.readMessage(cz.proto.PartialWindowStats.parser(), extensionRegistry);
            if (subBuilder != null) {
              subBuilder.mergeFrom((cz.proto.PartialWindowStats) opStats_);
              opStats_ = subBuilder.buildPartial();
            }
            opStatsCase_ = 21;
            break;
          }
          case 178: {
            cz.proto.LocalExchangeStats.Builder subBuilder = null;
            if (opStatsCase_ == 22) {
              subBuilder = ((cz.proto.LocalExchangeStats) opStats_).toBuilder();
            }
            opStats_ =
                input.readMessage(cz.proto.LocalExchangeStats.parser(), extensionRegistry);
            if (subBuilder != null) {
              subBuilder.mergeFrom((cz.proto.LocalExchangeStats) opStats_);
              opStats_ = subBuilder.buildPartial();
            }
            opStatsCase_ = 22;
            break;
          }
          case 802: {
            cz.proto.Timing.Builder subBuilder = null;
            if (initTiming_ != null) {
              subBuilder = initTiming_.toBuilder();
            }
            initTiming_ = input.readMessage(cz.proto.Timing.parser(), extensionRegistry);
            if (subBuilder != null) {
              subBuilder.mergeFrom(initTiming_);
              initTiming_ = subBuilder.buildPartial();
            }

            break;
          }
          case 808: {

            batchCount_ = input.readUInt64();
            break;
          }
          case 816: {

            peakMemory_ = input.readUInt64();
            break;
          }
          case 824: {

            startTimeNanos_ = input.readUInt64();
            break;
          }
          case 832: {

            endTimeNanos_ = input.readUInt64();
            break;
          }
          case 840: {

            batchSignature_ = input.readUInt64();
            break;
          }
          case 850: {
            java.lang.String s = input.readStringRequireUtf8();

            execNodeId_ = s;
            break;
          }
          case 856: {

            pipelineId_ = input.readUInt64();
            break;
          }
          case 864: {

            driverSequence_ = input.readUInt64();
            break;
          }
          case 872: {

            blockTimingNanos_ = input.readUInt64();
            break;
          }
          case 882: {
            cz.proto.Timing.Builder subBuilder = null;
            if (constructTiming_ != null) {
              subBuilder = constructTiming_.toBuilder();
            }
            constructTiming_ = input.readMessage(cz.proto.Timing.parser(), extensionRegistry);
            if (subBuilder != null) {
              subBuilder.mergeFrom(constructTiming_);
              constructTiming_ = subBuilder.buildPartial();
            }

            break;
          }
          case 890: {
            cz.proto.Timing.Builder subBuilder = null;
            if (finishTiming_ != null) {
              subBuilder = finishTiming_.toBuilder();
            }
            finishTiming_ = input.readMessage(cz.proto.Timing.parser(), extensionRegistry);
            if (subBuilder != null) {
              subBuilder.mergeFrom(finishTiming_);
              finishTiming_ = subBuilder.buildPartial();
            }

            break;
          }
          case 896: {

            dataSizeBytes_ = input.readUInt64();
            break;
          }
          case 1602: {
            if (!((mutable_bitField0_ & 0x00000001) != 0)) {
              runStats_ = new java.util.ArrayList();
              mutable_bitField0_ |= 0x00000001;
            }
            runStats_.add(
                input.readMessage(cz.proto.RuntimeRunSpanStatsOuterClass.RuntimeRunSpanStats.parser(), extensionRegistry));
            break;
          }
          case 2034: {

            extraStatsBinary_ = input.readBytes();
            break;
          }
          case 2042: {
            java.lang.String s = input.readStringRequireUtf8();

            extraStats_ = s;
            break;
          }
          default: {
            if (!parseUnknownField(
                input, unknownFields, extensionRegistry, tag)) {
              done = true;
            }
            break;
          }
        }
      }
    } catch (com.google.protobuf.InvalidProtocolBufferException e) {
      throw e.setUnfinishedMessage(this);
    } catch (java.io.IOException e) {
      throw new com.google.protobuf.InvalidProtocolBufferException(
          e).setUnfinishedMessage(this);
    } finally {
      if (((mutable_bitField0_ & 0x00000001) != 0)) {
        runStats_ = java.util.Collections.unmodifiableList(runStats_);
      }
      this.unknownFields = unknownFields.build();
      makeExtensionsImmutable();
    }
  }
  public static final com.google.protobuf.Descriptors.Descriptor
      getDescriptor() {
    return cz.proto.OperatorProto.internal_static_cz_proto_OperatorStats_descriptor;
  }

  @java.lang.Override
  protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internalGetFieldAccessorTable() {
    return cz.proto.OperatorProto.internal_static_cz_proto_OperatorStats_fieldAccessorTable
        .ensureFieldAccessorsInitialized(
            cz.proto.OperatorStats.class, cz.proto.OperatorStats.Builder.class);
  }

  private int opStatsCase_ = 0;
  private java.lang.Object opStats_;
  public enum OpStatsCase
      implements com.google.protobuf.Internal.EnumLite,
          com.google.protobuf.AbstractMessage.InternalOneOfEnum {
    TABLE_SCAN_STATS(4),
    TABLE_SINK_STATS(5),
    CALC_STATS(6),
    HASH_JOIN_STATS(7),
    MERGE_JOIN_STATS(8),
    HASH_AGGREGATE_STATS(9),
    MERGE_AGGREGATE_STATS(10),
    LOCAL_SORT_STATS(11),
    MERGE_SORT_STATS(12),
    VALUES_STATS(13),
    EXCHANGE_SINK_STATS(14),
    EXCHANGE_SOURCE_STATS(15),
    UNION_ALL_STATS(16),
    BUFFER_STATS(17),
    WINDOW_STATS(18),
    EXPAND_STATS(19),
    LATERAL_VIEW_STATS(20),
    PARTIAL_WINDOW_STATS(21),
    LOCAL_EXCHANGE_STATS(22),
    OPSTATS_NOT_SET(0);
    private final int value;
    private OpStatsCase(int value) {
      this.value = value;
    }
    /**
     * @param value The number of the enum to look for.
     * @return The enum associated with the given number.
     * @deprecated Use {@link #forNumber(int)} instead.
     */
    @java.lang.Deprecated
    public static OpStatsCase valueOf(int value) {
      return forNumber(value);
    }

    public static OpStatsCase forNumber(int value) {
      switch (value) {
        case 4: return TABLE_SCAN_STATS;
        case 5: return TABLE_SINK_STATS;
        case 6: return CALC_STATS;
        case 7: return HASH_JOIN_STATS;
        case 8: return MERGE_JOIN_STATS;
        case 9: return HASH_AGGREGATE_STATS;
        case 10: return MERGE_AGGREGATE_STATS;
        case 11: return LOCAL_SORT_STATS;
        case 12: return MERGE_SORT_STATS;
        case 13: return VALUES_STATS;
        case 14: return EXCHANGE_SINK_STATS;
        case 15: return EXCHANGE_SOURCE_STATS;
        case 16: return UNION_ALL_STATS;
        case 17: return BUFFER_STATS;
        case 18: return WINDOW_STATS;
        case 19: return EXPAND_STATS;
        case 20: return LATERAL_VIEW_STATS;
        case 21: return PARTIAL_WINDOW_STATS;
        case 22: return LOCAL_EXCHANGE_STATS;
        case 0: return OPSTATS_NOT_SET;
        default: return null;
      }
    }
    public int getNumber() {
      return this.value;
    }
  };

  public OpStatsCase
  getOpStatsCase() {
    return OpStatsCase.forNumber(
        opStatsCase_);
  }

  public static final int OPERATOR_ID_FIELD_NUMBER = 1;
  private volatile java.lang.Object operatorId_;
  /**
   * string operator_id = 1;
   * @return The operatorId.
   */
  @java.lang.Override
  public java.lang.String getOperatorId() {
    java.lang.Object ref = operatorId_;
    if (ref instanceof java.lang.String) {
      return (java.lang.String) ref;
    } else {
      com.google.protobuf.ByteString bs = 
          (com.google.protobuf.ByteString) ref;
      java.lang.String s = bs.toStringUtf8();
      operatorId_ = s;
      return s;
    }
  }
  /**
   * string operator_id = 1;
   * @return The bytes for operatorId.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString
      getOperatorIdBytes() {
    java.lang.Object ref = operatorId_;
    if (ref instanceof java.lang.String) {
      com.google.protobuf.ByteString b = 
          com.google.protobuf.ByteString.copyFromUtf8(
              (java.lang.String) ref);
      operatorId_ = b;
      return b;
    } else {
      return (com.google.protobuf.ByteString) ref;
    }
  }

  public static final int ROW_COUNT_FIELD_NUMBER = 2;
  private long rowCount_;
  /**
   * uint64 row_count = 2;
   * @return The rowCount.
   */
  @java.lang.Override
  public long getRowCount() {
    return rowCount_;
  }

  public static final int TIMING_FIELD_NUMBER = 3;
  private cz.proto.Timing timing_;
  /**
   * .cz.proto.Timing timing = 3;
   * @return Whether the timing field is set.
   */
  @java.lang.Override
  public boolean hasTiming() {
    return timing_ != null;
  }
  /**
   * .cz.proto.Timing timing = 3;
   * @return The timing.
   */
  @java.lang.Override
  public cz.proto.Timing getTiming() {
    return timing_ == null ? cz.proto.Timing.getDefaultInstance() : timing_;
  }
  /**
   * .cz.proto.Timing timing = 3;
   */
  @java.lang.Override
  public cz.proto.TimingOrBuilder getTimingOrBuilder() {
    return getTiming();
  }

  public static final int TABLE_SCAN_STATS_FIELD_NUMBER = 4;
  /**
   * .cz.proto.TableScanStats table_scan_stats = 4;
   * @return Whether the tableScanStats field is set.
   */
  @java.lang.Override
  public boolean hasTableScanStats() {
    return opStatsCase_ == 4;
  }
  /**
   * .cz.proto.TableScanStats table_scan_stats = 4;
   * @return The tableScanStats.
   */
  @java.lang.Override
  public cz.proto.TableScanStats getTableScanStats() {
    if (opStatsCase_ == 4) {
       return (cz.proto.TableScanStats) opStats_;
    }
    return cz.proto.TableScanStats.getDefaultInstance();
  }
  /**
   * .cz.proto.TableScanStats table_scan_stats = 4;
   */
  @java.lang.Override
  public cz.proto.TableScanStatsOrBuilder getTableScanStatsOrBuilder() {
    if (opStatsCase_ == 4) {
       return (cz.proto.TableScanStats) opStats_;
    }
    return cz.proto.TableScanStats.getDefaultInstance();
  }

  public static final int TABLE_SINK_STATS_FIELD_NUMBER = 5;
  /**
   * .cz.proto.TableSinkStats table_sink_stats = 5;
   * @return Whether the tableSinkStats field is set.
   */
  @java.lang.Override
  public boolean hasTableSinkStats() {
    return opStatsCase_ == 5;
  }
  /**
   * .cz.proto.TableSinkStats table_sink_stats = 5;
   * @return The tableSinkStats.
   */
  @java.lang.Override
  public cz.proto.TableSinkStats getTableSinkStats() {
    if (opStatsCase_ == 5) {
       return (cz.proto.TableSinkStats) opStats_;
    }
    return cz.proto.TableSinkStats.getDefaultInstance();
  }
  /**
   * .cz.proto.TableSinkStats table_sink_stats = 5;
   */
  @java.lang.Override
  public cz.proto.TableSinkStatsOrBuilder getTableSinkStatsOrBuilder() {
    if (opStatsCase_ == 5) {
       return (cz.proto.TableSinkStats) opStats_;
    }
    return cz.proto.TableSinkStats.getDefaultInstance();
  }

  public static final int CALC_STATS_FIELD_NUMBER = 6;
  /**
   * .cz.proto.CalcStats calc_stats = 6;
   * @return Whether the calcStats field is set.
   */
  @java.lang.Override
  public boolean hasCalcStats() {
    return opStatsCase_ == 6;
  }
  /**
   * .cz.proto.CalcStats calc_stats = 6;
   * @return The calcStats.
   */
  @java.lang.Override
  public cz.proto.CalcStats getCalcStats() {
    if (opStatsCase_ == 6) {
       return (cz.proto.CalcStats) opStats_;
    }
    return cz.proto.CalcStats.getDefaultInstance();
  }
  /**
   * .cz.proto.CalcStats calc_stats = 6;
   */
  @java.lang.Override
  public cz.proto.CalcStatsOrBuilder getCalcStatsOrBuilder() {
    if (opStatsCase_ == 6) {
       return (cz.proto.CalcStats) opStats_;
    }
    return cz.proto.CalcStats.getDefaultInstance();
  }

  public static final int HASH_JOIN_STATS_FIELD_NUMBER = 7;
  /**
   * .cz.proto.HashJoinStats hash_join_stats = 7;
   * @return Whether the hashJoinStats field is set.
   */
  @java.lang.Override
  public boolean hasHashJoinStats() {
    return opStatsCase_ == 7;
  }
  /**
   * .cz.proto.HashJoinStats hash_join_stats = 7;
   * @return The hashJoinStats.
   */
  @java.lang.Override
  public cz.proto.HashJoinStats getHashJoinStats() {
    if (opStatsCase_ == 7) {
       return (cz.proto.HashJoinStats) opStats_;
    }
    return cz.proto.HashJoinStats.getDefaultInstance();
  }
  /**
   * .cz.proto.HashJoinStats hash_join_stats = 7;
   */
  @java.lang.Override
  public cz.proto.HashJoinStatsOrBuilder getHashJoinStatsOrBuilder() {
    if (opStatsCase_ == 7) {
       return (cz.proto.HashJoinStats) opStats_;
    }
    return cz.proto.HashJoinStats.getDefaultInstance();
  }

  public static final int MERGE_JOIN_STATS_FIELD_NUMBER = 8;
  /**
   * .cz.proto.MergeJoinStats merge_join_stats = 8;
   * @return Whether the mergeJoinStats field is set.
   */
  @java.lang.Override
  public boolean hasMergeJoinStats() {
    return opStatsCase_ == 8;
  }
  /**
   * .cz.proto.MergeJoinStats merge_join_stats = 8;
   * @return The mergeJoinStats.
   */
  @java.lang.Override
  public cz.proto.MergeJoinStats getMergeJoinStats() {
    if (opStatsCase_ == 8) {
       return (cz.proto.MergeJoinStats) opStats_;
    }
    return cz.proto.MergeJoinStats.getDefaultInstance();
  }
  /**
   * .cz.proto.MergeJoinStats merge_join_stats = 8;
   */
  @java.lang.Override
  public cz.proto.MergeJoinStatsOrBuilder getMergeJoinStatsOrBuilder() {
    if (opStatsCase_ == 8) {
       return (cz.proto.MergeJoinStats) opStats_;
    }
    return cz.proto.MergeJoinStats.getDefaultInstance();
  }

  public static final int HASH_AGGREGATE_STATS_FIELD_NUMBER = 9;
  /**
   * .cz.proto.HashAggregateStats hash_aggregate_stats = 9;
   * @return Whether the hashAggregateStats field is set.
   */
  @java.lang.Override
  public boolean hasHashAggregateStats() {
    return opStatsCase_ == 9;
  }
  /**
   * .cz.proto.HashAggregateStats hash_aggregate_stats = 9;
   * @return The hashAggregateStats.
   */
  @java.lang.Override
  public cz.proto.HashAggregateStats getHashAggregateStats() {
    if (opStatsCase_ == 9) {
       return (cz.proto.HashAggregateStats) opStats_;
    }
    return cz.proto.HashAggregateStats.getDefaultInstance();
  }
  /**
   * .cz.proto.HashAggregateStats hash_aggregate_stats = 9;
   */
  @java.lang.Override
  public cz.proto.HashAggregateStatsOrBuilder getHashAggregateStatsOrBuilder() {
    if (opStatsCase_ == 9) {
       return (cz.proto.HashAggregateStats) opStats_;
    }
    return cz.proto.HashAggregateStats.getDefaultInstance();
  }

  public static final int MERGE_AGGREGATE_STATS_FIELD_NUMBER = 10;
  /**
   * .cz.proto.MergeAggregateStats merge_aggregate_stats = 10;
   * @return Whether the mergeAggregateStats field is set.
   */
  @java.lang.Override
  public boolean hasMergeAggregateStats() {
    return opStatsCase_ == 10;
  }
  /**
   * .cz.proto.MergeAggregateStats merge_aggregate_stats = 10;
   * @return The mergeAggregateStats.
   */
  @java.lang.Override
  public cz.proto.MergeAggregateStats getMergeAggregateStats() {
    if (opStatsCase_ == 10) {
       return (cz.proto.MergeAggregateStats) opStats_;
    }
    return cz.proto.MergeAggregateStats.getDefaultInstance();
  }
  /**
   * .cz.proto.MergeAggregateStats merge_aggregate_stats = 10;
   */
  @java.lang.Override
  public cz.proto.MergeAggregateStatsOrBuilder getMergeAggregateStatsOrBuilder() {
    if (opStatsCase_ == 10) {
       return (cz.proto.MergeAggregateStats) opStats_;
    }
    return cz.proto.MergeAggregateStats.getDefaultInstance();
  }

  public static final int LOCAL_SORT_STATS_FIELD_NUMBER = 11;
  /**
   * .cz.proto.LocalSortStats local_sort_stats = 11;
   * @return Whether the localSortStats field is set.
   */
  @java.lang.Override
  public boolean hasLocalSortStats() {
    return opStatsCase_ == 11;
  }
  /**
   * .cz.proto.LocalSortStats local_sort_stats = 11;
   * @return The localSortStats.
   */
  @java.lang.Override
  public cz.proto.LocalSortStats getLocalSortStats() {
    if (opStatsCase_ == 11) {
       return (cz.proto.LocalSortStats) opStats_;
    }
    return cz.proto.LocalSortStats.getDefaultInstance();
  }
  /**
   * .cz.proto.LocalSortStats local_sort_stats = 11;
   */
  @java.lang.Override
  public cz.proto.LocalSortStatsOrBuilder getLocalSortStatsOrBuilder() {
    if (opStatsCase_ == 11) {
       return (cz.proto.LocalSortStats) opStats_;
    }
    return cz.proto.LocalSortStats.getDefaultInstance();
  }

  public static final int MERGE_SORT_STATS_FIELD_NUMBER = 12;
  /**
   * .cz.proto.MergeSortStats merge_sort_stats = 12;
   * @return Whether the mergeSortStats field is set.
   */
  @java.lang.Override
  public boolean hasMergeSortStats() {
    return opStatsCase_ == 12;
  }
  /**
   * .cz.proto.MergeSortStats merge_sort_stats = 12;
   * @return The mergeSortStats.
   */
  @java.lang.Override
  public cz.proto.MergeSortStats getMergeSortStats() {
    if (opStatsCase_ == 12) {
       return (cz.proto.MergeSortStats) opStats_;
    }
    return cz.proto.MergeSortStats.getDefaultInstance();
  }
  /**
   * .cz.proto.MergeSortStats merge_sort_stats = 12;
   */
  @java.lang.Override
  public cz.proto.MergeSortStatsOrBuilder getMergeSortStatsOrBuilder() {
    if (opStatsCase_ == 12) {
       return (cz.proto.MergeSortStats) opStats_;
    }
    return cz.proto.MergeSortStats.getDefaultInstance();
  }

  public static final int VALUES_STATS_FIELD_NUMBER = 13;
  /**
   * .cz.proto.ValuesStats values_stats = 13;
   * @return Whether the valuesStats field is set.
   */
  @java.lang.Override
  public boolean hasValuesStats() {
    return opStatsCase_ == 13;
  }
  /**
   * .cz.proto.ValuesStats values_stats = 13;
   * @return The valuesStats.
   */
  @java.lang.Override
  public cz.proto.ValuesStats getValuesStats() {
    if (opStatsCase_ == 13) {
       return (cz.proto.ValuesStats) opStats_;
    }
    return cz.proto.ValuesStats.getDefaultInstance();
  }
  /**
   * .cz.proto.ValuesStats values_stats = 13;
   */
  @java.lang.Override
  public cz.proto.ValuesStatsOrBuilder getValuesStatsOrBuilder() {
    if (opStatsCase_ == 13) {
       return (cz.proto.ValuesStats) opStats_;
    }
    return cz.proto.ValuesStats.getDefaultInstance();
  }

  public static final int EXCHANGE_SINK_STATS_FIELD_NUMBER = 14;
  /**
   * .cz.proto.ExchangeSinkStats exchange_sink_stats = 14;
   * @return Whether the exchangeSinkStats field is set.
   */
  @java.lang.Override
  public boolean hasExchangeSinkStats() {
    return opStatsCase_ == 14;
  }
  /**
   * .cz.proto.ExchangeSinkStats exchange_sink_stats = 14;
   * @return The exchangeSinkStats.
   */
  @java.lang.Override
  public cz.proto.ExchangeSinkStats getExchangeSinkStats() {
    if (opStatsCase_ == 14) {
       return (cz.proto.ExchangeSinkStats) opStats_;
    }
    return cz.proto.ExchangeSinkStats.getDefaultInstance();
  }
  /**
   * .cz.proto.ExchangeSinkStats exchange_sink_stats = 14;
   */
  @java.lang.Override
  public cz.proto.ExchangeSinkStatsOrBuilder getExchangeSinkStatsOrBuilder() {
    if (opStatsCase_ == 14) {
       return (cz.proto.ExchangeSinkStats) opStats_;
    }
    return cz.proto.ExchangeSinkStats.getDefaultInstance();
  }

  public static final int EXCHANGE_SOURCE_STATS_FIELD_NUMBER = 15;
  /**
   * .cz.proto.ExchangeSourceStats exchange_source_stats = 15;
   * @return Whether the exchangeSourceStats field is set.
   */
  @java.lang.Override
  public boolean hasExchangeSourceStats() {
    return opStatsCase_ == 15;
  }
  /**
   * .cz.proto.ExchangeSourceStats exchange_source_stats = 15;
   * @return The exchangeSourceStats.
   */
  @java.lang.Override
  public cz.proto.ExchangeSourceStats getExchangeSourceStats() {
    if (opStatsCase_ == 15) {
       return (cz.proto.ExchangeSourceStats) opStats_;
    }
    return cz.proto.ExchangeSourceStats.getDefaultInstance();
  }
  /**
   * .cz.proto.ExchangeSourceStats exchange_source_stats = 15;
   */
  @java.lang.Override
  public cz.proto.ExchangeSourceStatsOrBuilder getExchangeSourceStatsOrBuilder() {
    if (opStatsCase_ == 15) {
       return (cz.proto.ExchangeSourceStats) opStats_;
    }
    return cz.proto.ExchangeSourceStats.getDefaultInstance();
  }

  public static final int UNION_ALL_STATS_FIELD_NUMBER = 16;
  /**
   * .cz.proto.UnionAllStats union_all_stats = 16;
   * @return Whether the unionAllStats field is set.
   */
  @java.lang.Override
  public boolean hasUnionAllStats() {
    return opStatsCase_ == 16;
  }
  /**
   * .cz.proto.UnionAllStats union_all_stats = 16;
   * @return The unionAllStats.
   */
  @java.lang.Override
  public cz.proto.UnionAllStats getUnionAllStats() {
    if (opStatsCase_ == 16) {
       return (cz.proto.UnionAllStats) opStats_;
    }
    return cz.proto.UnionAllStats.getDefaultInstance();
  }
  /**
   * .cz.proto.UnionAllStats union_all_stats = 16;
   */
  @java.lang.Override
  public cz.proto.UnionAllStatsOrBuilder getUnionAllStatsOrBuilder() {
    if (opStatsCase_ == 16) {
       return (cz.proto.UnionAllStats) opStats_;
    }
    return cz.proto.UnionAllStats.getDefaultInstance();
  }

  public static final int BUFFER_STATS_FIELD_NUMBER = 17;
  /**
   * .cz.proto.BufferStats buffer_stats = 17;
   * @return Whether the bufferStats field is set.
   */
  @java.lang.Override
  public boolean hasBufferStats() {
    return opStatsCase_ == 17;
  }
  /**
   * .cz.proto.BufferStats buffer_stats = 17;
   * @return The bufferStats.
   */
  @java.lang.Override
  public cz.proto.BufferStats getBufferStats() {
    if (opStatsCase_ == 17) {
       return (cz.proto.BufferStats) opStats_;
    }
    return cz.proto.BufferStats.getDefaultInstance();
  }
  /**
   * .cz.proto.BufferStats buffer_stats = 17;
   */
  @java.lang.Override
  public cz.proto.BufferStatsOrBuilder getBufferStatsOrBuilder() {
    if (opStatsCase_ == 17) {
       return (cz.proto.BufferStats) opStats_;
    }
    return cz.proto.BufferStats.getDefaultInstance();
  }

  public static final int WINDOW_STATS_FIELD_NUMBER = 18;
  /**
   * .cz.proto.WindowStats window_stats = 18;
   * @return Whether the windowStats field is set.
   */
  @java.lang.Override
  public boolean hasWindowStats() {
    return opStatsCase_ == 18;
  }
  /**
   * .cz.proto.WindowStats window_stats = 18;
   * @return The windowStats.
   */
  @java.lang.Override
  public cz.proto.WindowStats getWindowStats() {
    if (opStatsCase_ == 18) {
       return (cz.proto.WindowStats) opStats_;
    }
    return cz.proto.WindowStats.getDefaultInstance();
  }
  /**
   * .cz.proto.WindowStats window_stats = 18;
   */
  @java.lang.Override
  public cz.proto.WindowStatsOrBuilder getWindowStatsOrBuilder() {
    if (opStatsCase_ == 18) {
       return (cz.proto.WindowStats) opStats_;
    }
    return cz.proto.WindowStats.getDefaultInstance();
  }

  public static final int EXPAND_STATS_FIELD_NUMBER = 19;
  /**
   * .cz.proto.ExpandStats expand_stats = 19;
   * @return Whether the expandStats field is set.
   */
  @java.lang.Override
  public boolean hasExpandStats() {
    return opStatsCase_ == 19;
  }
  /**
   * .cz.proto.ExpandStats expand_stats = 19;
   * @return The expandStats.
   */
  @java.lang.Override
  public cz.proto.ExpandStats getExpandStats() {
    if (opStatsCase_ == 19) {
       return (cz.proto.ExpandStats) opStats_;
    }
    return cz.proto.ExpandStats.getDefaultInstance();
  }
  /**
   * .cz.proto.ExpandStats expand_stats = 19;
   */
  @java.lang.Override
  public cz.proto.ExpandStatsOrBuilder getExpandStatsOrBuilder() {
    if (opStatsCase_ == 19) {
       return (cz.proto.ExpandStats) opStats_;
    }
    return cz.proto.ExpandStats.getDefaultInstance();
  }

  public static final int LATERAL_VIEW_STATS_FIELD_NUMBER = 20;
  /**
   * .cz.proto.LateralViewStats lateral_view_stats = 20;
   * @return Whether the lateralViewStats field is set.
   */
  @java.lang.Override
  public boolean hasLateralViewStats() {
    return opStatsCase_ == 20;
  }
  /**
   * .cz.proto.LateralViewStats lateral_view_stats = 20;
   * @return The lateralViewStats.
   */
  @java.lang.Override
  public cz.proto.LateralViewStats getLateralViewStats() {
    if (opStatsCase_ == 20) {
       return (cz.proto.LateralViewStats) opStats_;
    }
    return cz.proto.LateralViewStats.getDefaultInstance();
  }
  /**
   * .cz.proto.LateralViewStats lateral_view_stats = 20;
   */
  @java.lang.Override
  public cz.proto.LateralViewStatsOrBuilder getLateralViewStatsOrBuilder() {
    if (opStatsCase_ == 20) {
       return (cz.proto.LateralViewStats) opStats_;
    }
    return cz.proto.LateralViewStats.getDefaultInstance();
  }

  public static final int PARTIAL_WINDOW_STATS_FIELD_NUMBER = 21;
  /**
   * .cz.proto.PartialWindowStats partial_window_stats = 21;
   * @return Whether the partialWindowStats field is set.
   */
  @java.lang.Override
  public boolean hasPartialWindowStats() {
    return opStatsCase_ == 21;
  }
  /**
   * .cz.proto.PartialWindowStats partial_window_stats = 21;
   * @return The partialWindowStats.
   */
  @java.lang.Override
  public cz.proto.PartialWindowStats getPartialWindowStats() {
    if (opStatsCase_ == 21) {
       return (cz.proto.PartialWindowStats) opStats_;
    }
    return cz.proto.PartialWindowStats.getDefaultInstance();
  }
  /**
   * .cz.proto.PartialWindowStats partial_window_stats = 21;
   */
  @java.lang.Override
  public cz.proto.PartialWindowStatsOrBuilder getPartialWindowStatsOrBuilder() {
    if (opStatsCase_ == 21) {
       return (cz.proto.PartialWindowStats) opStats_;
    }
    return cz.proto.PartialWindowStats.getDefaultInstance();
  }

  public static final int LOCAL_EXCHANGE_STATS_FIELD_NUMBER = 22;
  /**
   * .cz.proto.LocalExchangeStats local_exchange_stats = 22;
   * @return Whether the localExchangeStats field is set.
   */
  @java.lang.Override
  public boolean hasLocalExchangeStats() {
    return opStatsCase_ == 22;
  }
  /**
   * .cz.proto.LocalExchangeStats local_exchange_stats = 22;
   * @return The localExchangeStats.
   */
  @java.lang.Override
  public cz.proto.LocalExchangeStats getLocalExchangeStats() {
    if (opStatsCase_ == 22) {
       return (cz.proto.LocalExchangeStats) opStats_;
    }
    return cz.proto.LocalExchangeStats.getDefaultInstance();
  }
  /**
   * .cz.proto.LocalExchangeStats local_exchange_stats = 22;
   */
  @java.lang.Override
  public cz.proto.LocalExchangeStatsOrBuilder getLocalExchangeStatsOrBuilder() {
    if (opStatsCase_ == 22) {
       return (cz.proto.LocalExchangeStats) opStats_;
    }
    return cz.proto.LocalExchangeStats.getDefaultInstance();
  }

  public static final int INIT_TIMING_FIELD_NUMBER = 100;
  private cz.proto.Timing initTiming_;
  /**
   * .cz.proto.Timing init_timing = 100;
   * @return Whether the initTiming field is set.
   */
  @java.lang.Override
  public boolean hasInitTiming() {
    return initTiming_ != null;
  }
  /**
   * .cz.proto.Timing init_timing = 100;
   * @return The initTiming.
   */
  @java.lang.Override
  public cz.proto.Timing getInitTiming() {
    return initTiming_ == null ? cz.proto.Timing.getDefaultInstance() : initTiming_;
  }
  /**
   * .cz.proto.Timing init_timing = 100;
   */
  @java.lang.Override
  public cz.proto.TimingOrBuilder getInitTimingOrBuilder() {
    return getInitTiming();
  }

  public static final int BATCH_COUNT_FIELD_NUMBER = 101;
  private long batchCount_;
  /**
   * uint64 batch_count = 101;
   * @return The batchCount.
   */
  @java.lang.Override
  public long getBatchCount() {
    return batchCount_;
  }

  public static final int PEAK_MEMORY_FIELD_NUMBER = 102;
  private long peakMemory_;
  /**
   * uint64 peak_memory = 102;
   * @return The peakMemory.
   */
  @java.lang.Override
  public long getPeakMemory() {
    return peakMemory_;
  }

  public static final int START_TIME_NANOS_FIELD_NUMBER = 103;
  private long startTimeNanos_;
  /**
   * uint64 start_time_nanos = 103;
   * @return The startTimeNanos.
   */
  @java.lang.Override
  public long getStartTimeNanos() {
    return startTimeNanos_;
  }

  public static final int END_TIME_NANOS_FIELD_NUMBER = 104;
  private long endTimeNanos_;
  /**
   * uint64 end_time_nanos = 104;
   * @return The endTimeNanos.
   */
  @java.lang.Override
  public long getEndTimeNanos() {
    return endTimeNanos_;
  }

  public static final int BATCH_SIGNATURE_FIELD_NUMBER = 105;
  private long batchSignature_;
  /**
   * uint64 batch_signature = 105;
   * @return The batchSignature.
   */
  @java.lang.Override
  public long getBatchSignature() {
    return batchSignature_;
  }

  public static final int EXEC_NODE_ID_FIELD_NUMBER = 106;
  private volatile java.lang.Object execNodeId_;
  /**
   * string exec_node_id = 106;
   * @return The execNodeId.
   */
  @java.lang.Override
  public java.lang.String getExecNodeId() {
    java.lang.Object ref = execNodeId_;
    if (ref instanceof java.lang.String) {
      return (java.lang.String) ref;
    } else {
      com.google.protobuf.ByteString bs = 
          (com.google.protobuf.ByteString) ref;
      java.lang.String s = bs.toStringUtf8();
      execNodeId_ = s;
      return s;
    }
  }
  /**
   * string exec_node_id = 106;
   * @return The bytes for execNodeId.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString
      getExecNodeIdBytes() {
    java.lang.Object ref = execNodeId_;
    if (ref instanceof java.lang.String) {
      com.google.protobuf.ByteString b = 
          com.google.protobuf.ByteString.copyFromUtf8(
              (java.lang.String) ref);
      execNodeId_ = b;
      return b;
    } else {
      return (com.google.protobuf.ByteString) ref;
    }
  }

  public static final int PIPELINE_ID_FIELD_NUMBER = 107;
  private long pipelineId_;
  /**
   * uint64 pipeline_id = 107;
   * @return The pipelineId.
   */
  @java.lang.Override
  public long getPipelineId() {
    return pipelineId_;
  }

  public static final int DRIVER_SEQUENCE_FIELD_NUMBER = 108;
  private long driverSequence_;
  /**
   * uint64 driver_sequence = 108;
   * @return The driverSequence.
   */
  @java.lang.Override
  public long getDriverSequence() {
    return driverSequence_;
  }

  public static final int BLOCK_TIMING_NANOS_FIELD_NUMBER = 109;
  private long blockTimingNanos_;
  /**
   * uint64 block_timing_nanos = 109;
   * @return The blockTimingNanos.
   */
  @java.lang.Override
  public long getBlockTimingNanos() {
    return blockTimingNanos_;
  }

  public static final int CONSTRUCT_TIMING_FIELD_NUMBER = 110;
  private cz.proto.Timing constructTiming_;
  /**
   * .cz.proto.Timing construct_timing = 110;
   * @return Whether the constructTiming field is set.
   */
  @java.lang.Override
  public boolean hasConstructTiming() {
    return constructTiming_ != null;
  }
  /**
   * .cz.proto.Timing construct_timing = 110;
   * @return The constructTiming.
   */
  @java.lang.Override
  public cz.proto.Timing getConstructTiming() {
    return constructTiming_ == null ? cz.proto.Timing.getDefaultInstance() : constructTiming_;
  }
  /**
   * .cz.proto.Timing construct_timing = 110;
   */
  @java.lang.Override
  public cz.proto.TimingOrBuilder getConstructTimingOrBuilder() {
    return getConstructTiming();
  }

  public static final int FINISH_TIMING_FIELD_NUMBER = 111;
  private cz.proto.Timing finishTiming_;
  /**
   * .cz.proto.Timing finish_timing = 111;
   * @return Whether the finishTiming field is set.
   */
  @java.lang.Override
  public boolean hasFinishTiming() {
    return finishTiming_ != null;
  }
  /**
   * .cz.proto.Timing finish_timing = 111;
   * @return The finishTiming.
   */
  @java.lang.Override
  public cz.proto.Timing getFinishTiming() {
    return finishTiming_ == null ? cz.proto.Timing.getDefaultInstance() : finishTiming_;
  }
  /**
   * .cz.proto.Timing finish_timing = 111;
   */
  @java.lang.Override
  public cz.proto.TimingOrBuilder getFinishTimingOrBuilder() {
    return getFinishTiming();
  }

  public static final int DATA_SIZE_BYTES_FIELD_NUMBER = 112;
  private long dataSizeBytes_;
  /**
   * uint64 data_size_bytes = 112;
   * @return The dataSizeBytes.
   */
  @java.lang.Override
  public long getDataSizeBytes() {
    return dataSizeBytes_;
  }

  public static final int RUN_STATS_FIELD_NUMBER = 200;
  private java.util.List runStats_;
  /**
   * repeated .cz.proto.RuntimeRunSpanStats run_stats = 200;
   */
  @java.lang.Override
  public java.util.List getRunStatsList() {
    return runStats_;
  }
  /**
   * repeated .cz.proto.RuntimeRunSpanStats run_stats = 200;
   */
  @java.lang.Override
  public java.util.List 
      getRunStatsOrBuilderList() {
    return runStats_;
  }
  /**
   * repeated .cz.proto.RuntimeRunSpanStats run_stats = 200;
   */
  @java.lang.Override
  public int getRunStatsCount() {
    return runStats_.size();
  }
  /**
   * repeated .cz.proto.RuntimeRunSpanStats run_stats = 200;
   */
  @java.lang.Override
  public cz.proto.RuntimeRunSpanStatsOuterClass.RuntimeRunSpanStats getRunStats(int index) {
    return runStats_.get(index);
  }
  /**
   * repeated .cz.proto.RuntimeRunSpanStats run_stats = 200;
   */
  @java.lang.Override
  public cz.proto.RuntimeRunSpanStatsOuterClass.RuntimeRunSpanStatsOrBuilder getRunStatsOrBuilder(
      int index) {
    return runStats_.get(index);
  }

  public static final int EXTRA_STATS_BINARY_FIELD_NUMBER = 254;
  private com.google.protobuf.ByteString extraStatsBinary_;
  /**
   * bytes extra_stats_binary = 254;
   * @return The extraStatsBinary.
   */
  @java.lang.Override
  public com.google.protobuf.ByteString getExtraStatsBinary() {
    return extraStatsBinary_;
  }

  public static final int EXTRA_STATS_FIELD_NUMBER = 255;
  private volatile java.lang.Object extraStats_;
  /**
   * 
   * deprecated
   * 
* * string extra_stats = 255; * @return The extraStats. */ @java.lang.Override public java.lang.String getExtraStats() { java.lang.Object ref = extraStats_; if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); extraStats_ = s; return s; } } /** *
   * deprecated
   * 
* * string extra_stats = 255; * @return The bytes for extraStats. */ @java.lang.Override public com.google.protobuf.ByteString getExtraStatsBytes() { java.lang.Object ref = extraStats_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); extraStats_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } private byte memoizedIsInitialized = -1; @java.lang.Override public final boolean isInitialized() { byte isInitialized = memoizedIsInitialized; if (isInitialized == 1) return true; if (isInitialized == 0) return false; memoizedIsInitialized = 1; return true; } @java.lang.Override public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException { if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(operatorId_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, operatorId_); } if (rowCount_ != 0L) { output.writeUInt64(2, rowCount_); } if (timing_ != null) { output.writeMessage(3, getTiming()); } if (opStatsCase_ == 4) { output.writeMessage(4, (cz.proto.TableScanStats) opStats_); } if (opStatsCase_ == 5) { output.writeMessage(5, (cz.proto.TableSinkStats) opStats_); } if (opStatsCase_ == 6) { output.writeMessage(6, (cz.proto.CalcStats) opStats_); } if (opStatsCase_ == 7) { output.writeMessage(7, (cz.proto.HashJoinStats) opStats_); } if (opStatsCase_ == 8) { output.writeMessage(8, (cz.proto.MergeJoinStats) opStats_); } if (opStatsCase_ == 9) { output.writeMessage(9, (cz.proto.HashAggregateStats) opStats_); } if (opStatsCase_ == 10) { output.writeMessage(10, (cz.proto.MergeAggregateStats) opStats_); } if (opStatsCase_ == 11) { output.writeMessage(11, (cz.proto.LocalSortStats) opStats_); } if (opStatsCase_ == 12) { output.writeMessage(12, (cz.proto.MergeSortStats) opStats_); } if (opStatsCase_ == 13) { output.writeMessage(13, (cz.proto.ValuesStats) opStats_); } if (opStatsCase_ == 14) { output.writeMessage(14, (cz.proto.ExchangeSinkStats) opStats_); } if (opStatsCase_ == 15) { output.writeMessage(15, (cz.proto.ExchangeSourceStats) opStats_); } if (opStatsCase_ == 16) { output.writeMessage(16, (cz.proto.UnionAllStats) opStats_); } if (opStatsCase_ == 17) { output.writeMessage(17, (cz.proto.BufferStats) opStats_); } if (opStatsCase_ == 18) { output.writeMessage(18, (cz.proto.WindowStats) opStats_); } if (opStatsCase_ == 19) { output.writeMessage(19, (cz.proto.ExpandStats) opStats_); } if (opStatsCase_ == 20) { output.writeMessage(20, (cz.proto.LateralViewStats) opStats_); } if (opStatsCase_ == 21) { output.writeMessage(21, (cz.proto.PartialWindowStats) opStats_); } if (opStatsCase_ == 22) { output.writeMessage(22, (cz.proto.LocalExchangeStats) opStats_); } if (initTiming_ != null) { output.writeMessage(100, getInitTiming()); } if (batchCount_ != 0L) { output.writeUInt64(101, batchCount_); } if (peakMemory_ != 0L) { output.writeUInt64(102, peakMemory_); } if (startTimeNanos_ != 0L) { output.writeUInt64(103, startTimeNanos_); } if (endTimeNanos_ != 0L) { output.writeUInt64(104, endTimeNanos_); } if (batchSignature_ != 0L) { output.writeUInt64(105, batchSignature_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(execNodeId_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 106, execNodeId_); } if (pipelineId_ != 0L) { output.writeUInt64(107, pipelineId_); } if (driverSequence_ != 0L) { output.writeUInt64(108, driverSequence_); } if (blockTimingNanos_ != 0L) { output.writeUInt64(109, blockTimingNanos_); } if (constructTiming_ != null) { output.writeMessage(110, getConstructTiming()); } if (finishTiming_ != null) { output.writeMessage(111, getFinishTiming()); } if (dataSizeBytes_ != 0L) { output.writeUInt64(112, dataSizeBytes_); } for (int i = 0; i < runStats_.size(); i++) { output.writeMessage(200, runStats_.get(i)); } if (!extraStatsBinary_.isEmpty()) { output.writeBytes(254, extraStatsBinary_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(extraStats_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 255, extraStats_); } unknownFields.writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(operatorId_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, operatorId_); } if (rowCount_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeUInt64Size(2, rowCount_); } if (timing_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(3, getTiming()); } if (opStatsCase_ == 4) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(4, (cz.proto.TableScanStats) opStats_); } if (opStatsCase_ == 5) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(5, (cz.proto.TableSinkStats) opStats_); } if (opStatsCase_ == 6) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(6, (cz.proto.CalcStats) opStats_); } if (opStatsCase_ == 7) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(7, (cz.proto.HashJoinStats) opStats_); } if (opStatsCase_ == 8) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(8, (cz.proto.MergeJoinStats) opStats_); } if (opStatsCase_ == 9) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(9, (cz.proto.HashAggregateStats) opStats_); } if (opStatsCase_ == 10) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(10, (cz.proto.MergeAggregateStats) opStats_); } if (opStatsCase_ == 11) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(11, (cz.proto.LocalSortStats) opStats_); } if (opStatsCase_ == 12) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(12, (cz.proto.MergeSortStats) opStats_); } if (opStatsCase_ == 13) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(13, (cz.proto.ValuesStats) opStats_); } if (opStatsCase_ == 14) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(14, (cz.proto.ExchangeSinkStats) opStats_); } if (opStatsCase_ == 15) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(15, (cz.proto.ExchangeSourceStats) opStats_); } if (opStatsCase_ == 16) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(16, (cz.proto.UnionAllStats) opStats_); } if (opStatsCase_ == 17) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(17, (cz.proto.BufferStats) opStats_); } if (opStatsCase_ == 18) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(18, (cz.proto.WindowStats) opStats_); } if (opStatsCase_ == 19) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(19, (cz.proto.ExpandStats) opStats_); } if (opStatsCase_ == 20) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(20, (cz.proto.LateralViewStats) opStats_); } if (opStatsCase_ == 21) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(21, (cz.proto.PartialWindowStats) opStats_); } if (opStatsCase_ == 22) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(22, (cz.proto.LocalExchangeStats) opStats_); } if (initTiming_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(100, getInitTiming()); } if (batchCount_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeUInt64Size(101, batchCount_); } if (peakMemory_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeUInt64Size(102, peakMemory_); } if (startTimeNanos_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeUInt64Size(103, startTimeNanos_); } if (endTimeNanos_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeUInt64Size(104, endTimeNanos_); } if (batchSignature_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeUInt64Size(105, batchSignature_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(execNodeId_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(106, execNodeId_); } if (pipelineId_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeUInt64Size(107, pipelineId_); } if (driverSequence_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeUInt64Size(108, driverSequence_); } if (blockTimingNanos_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeUInt64Size(109, blockTimingNanos_); } if (constructTiming_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(110, getConstructTiming()); } if (finishTiming_ != null) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(111, getFinishTiming()); } if (dataSizeBytes_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeUInt64Size(112, dataSizeBytes_); } for (int i = 0; i < runStats_.size(); i++) { size += com.google.protobuf.CodedOutputStream .computeMessageSize(200, runStats_.get(i)); } if (!extraStatsBinary_.isEmpty()) { size += com.google.protobuf.CodedOutputStream .computeBytesSize(254, extraStatsBinary_); } if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(extraStats_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(255, extraStats_); } size += unknownFields.getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof cz.proto.OperatorStats)) { return super.equals(obj); } cz.proto.OperatorStats other = (cz.proto.OperatorStats) obj; if (!getOperatorId() .equals(other.getOperatorId())) return false; if (getRowCount() != other.getRowCount()) return false; if (hasTiming() != other.hasTiming()) return false; if (hasTiming()) { if (!getTiming() .equals(other.getTiming())) return false; } if (hasInitTiming() != other.hasInitTiming()) return false; if (hasInitTiming()) { if (!getInitTiming() .equals(other.getInitTiming())) return false; } if (getBatchCount() != other.getBatchCount()) return false; if (getPeakMemory() != other.getPeakMemory()) return false; if (getStartTimeNanos() != other.getStartTimeNanos()) return false; if (getEndTimeNanos() != other.getEndTimeNanos()) return false; if (getBatchSignature() != other.getBatchSignature()) return false; if (!getExecNodeId() .equals(other.getExecNodeId())) return false; if (getPipelineId() != other.getPipelineId()) return false; if (getDriverSequence() != other.getDriverSequence()) return false; if (getBlockTimingNanos() != other.getBlockTimingNanos()) return false; if (hasConstructTiming() != other.hasConstructTiming()) return false; if (hasConstructTiming()) { if (!getConstructTiming() .equals(other.getConstructTiming())) return false; } if (hasFinishTiming() != other.hasFinishTiming()) return false; if (hasFinishTiming()) { if (!getFinishTiming() .equals(other.getFinishTiming())) return false; } if (getDataSizeBytes() != other.getDataSizeBytes()) return false; if (!getRunStatsList() .equals(other.getRunStatsList())) return false; if (!getExtraStatsBinary() .equals(other.getExtraStatsBinary())) return false; if (!getExtraStats() .equals(other.getExtraStats())) return false; if (!getOpStatsCase().equals(other.getOpStatsCase())) return false; switch (opStatsCase_) { case 4: if (!getTableScanStats() .equals(other.getTableScanStats())) return false; break; case 5: if (!getTableSinkStats() .equals(other.getTableSinkStats())) return false; break; case 6: if (!getCalcStats() .equals(other.getCalcStats())) return false; break; case 7: if (!getHashJoinStats() .equals(other.getHashJoinStats())) return false; break; case 8: if (!getMergeJoinStats() .equals(other.getMergeJoinStats())) return false; break; case 9: if (!getHashAggregateStats() .equals(other.getHashAggregateStats())) return false; break; case 10: if (!getMergeAggregateStats() .equals(other.getMergeAggregateStats())) return false; break; case 11: if (!getLocalSortStats() .equals(other.getLocalSortStats())) return false; break; case 12: if (!getMergeSortStats() .equals(other.getMergeSortStats())) return false; break; case 13: if (!getValuesStats() .equals(other.getValuesStats())) return false; break; case 14: if (!getExchangeSinkStats() .equals(other.getExchangeSinkStats())) return false; break; case 15: if (!getExchangeSourceStats() .equals(other.getExchangeSourceStats())) return false; break; case 16: if (!getUnionAllStats() .equals(other.getUnionAllStats())) return false; break; case 17: if (!getBufferStats() .equals(other.getBufferStats())) return false; break; case 18: if (!getWindowStats() .equals(other.getWindowStats())) return false; break; case 19: if (!getExpandStats() .equals(other.getExpandStats())) return false; break; case 20: if (!getLateralViewStats() .equals(other.getLateralViewStats())) return false; break; case 21: if (!getPartialWindowStats() .equals(other.getPartialWindowStats())) return false; break; case 22: if (!getLocalExchangeStats() .equals(other.getLocalExchangeStats())) return false; break; case 0: default: } if (!unknownFields.equals(other.unknownFields)) return false; return true; } @java.lang.Override public int hashCode() { if (memoizedHashCode != 0) { return memoizedHashCode; } int hash = 41; hash = (19 * hash) + getDescriptor().hashCode(); hash = (37 * hash) + OPERATOR_ID_FIELD_NUMBER; hash = (53 * hash) + getOperatorId().hashCode(); hash = (37 * hash) + ROW_COUNT_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getRowCount()); if (hasTiming()) { hash = (37 * hash) + TIMING_FIELD_NUMBER; hash = (53 * hash) + getTiming().hashCode(); } if (hasInitTiming()) { hash = (37 * hash) + INIT_TIMING_FIELD_NUMBER; hash = (53 * hash) + getInitTiming().hashCode(); } hash = (37 * hash) + BATCH_COUNT_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getBatchCount()); hash = (37 * hash) + PEAK_MEMORY_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getPeakMemory()); hash = (37 * hash) + START_TIME_NANOS_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getStartTimeNanos()); hash = (37 * hash) + END_TIME_NANOS_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getEndTimeNanos()); hash = (37 * hash) + BATCH_SIGNATURE_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getBatchSignature()); hash = (37 * hash) + EXEC_NODE_ID_FIELD_NUMBER; hash = (53 * hash) + getExecNodeId().hashCode(); hash = (37 * hash) + PIPELINE_ID_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getPipelineId()); hash = (37 * hash) + DRIVER_SEQUENCE_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getDriverSequence()); hash = (37 * hash) + BLOCK_TIMING_NANOS_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getBlockTimingNanos()); if (hasConstructTiming()) { hash = (37 * hash) + CONSTRUCT_TIMING_FIELD_NUMBER; hash = (53 * hash) + getConstructTiming().hashCode(); } if (hasFinishTiming()) { hash = (37 * hash) + FINISH_TIMING_FIELD_NUMBER; hash = (53 * hash) + getFinishTiming().hashCode(); } hash = (37 * hash) + DATA_SIZE_BYTES_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getDataSizeBytes()); if (getRunStatsCount() > 0) { hash = (37 * hash) + RUN_STATS_FIELD_NUMBER; hash = (53 * hash) + getRunStatsList().hashCode(); } hash = (37 * hash) + EXTRA_STATS_BINARY_FIELD_NUMBER; hash = (53 * hash) + getExtraStatsBinary().hashCode(); hash = (37 * hash) + EXTRA_STATS_FIELD_NUMBER; hash = (53 * hash) + getExtraStats().hashCode(); switch (opStatsCase_) { case 4: hash = (37 * hash) + TABLE_SCAN_STATS_FIELD_NUMBER; hash = (53 * hash) + getTableScanStats().hashCode(); break; case 5: hash = (37 * hash) + TABLE_SINK_STATS_FIELD_NUMBER; hash = (53 * hash) + getTableSinkStats().hashCode(); break; case 6: hash = (37 * hash) + CALC_STATS_FIELD_NUMBER; hash = (53 * hash) + getCalcStats().hashCode(); break; case 7: hash = (37 * hash) + HASH_JOIN_STATS_FIELD_NUMBER; hash = (53 * hash) + getHashJoinStats().hashCode(); break; case 8: hash = (37 * hash) + MERGE_JOIN_STATS_FIELD_NUMBER; hash = (53 * hash) + getMergeJoinStats().hashCode(); break; case 9: hash = (37 * hash) + HASH_AGGREGATE_STATS_FIELD_NUMBER; hash = (53 * hash) + getHashAggregateStats().hashCode(); break; case 10: hash = (37 * hash) + MERGE_AGGREGATE_STATS_FIELD_NUMBER; hash = (53 * hash) + getMergeAggregateStats().hashCode(); break; case 11: hash = (37 * hash) + LOCAL_SORT_STATS_FIELD_NUMBER; hash = (53 * hash) + getLocalSortStats().hashCode(); break; case 12: hash = (37 * hash) + MERGE_SORT_STATS_FIELD_NUMBER; hash = (53 * hash) + getMergeSortStats().hashCode(); break; case 13: hash = (37 * hash) + VALUES_STATS_FIELD_NUMBER; hash = (53 * hash) + getValuesStats().hashCode(); break; case 14: hash = (37 * hash) + EXCHANGE_SINK_STATS_FIELD_NUMBER; hash = (53 * hash) + getExchangeSinkStats().hashCode(); break; case 15: hash = (37 * hash) + EXCHANGE_SOURCE_STATS_FIELD_NUMBER; hash = (53 * hash) + getExchangeSourceStats().hashCode(); break; case 16: hash = (37 * hash) + UNION_ALL_STATS_FIELD_NUMBER; hash = (53 * hash) + getUnionAllStats().hashCode(); break; case 17: hash = (37 * hash) + BUFFER_STATS_FIELD_NUMBER; hash = (53 * hash) + getBufferStats().hashCode(); break; case 18: hash = (37 * hash) + WINDOW_STATS_FIELD_NUMBER; hash = (53 * hash) + getWindowStats().hashCode(); break; case 19: hash = (37 * hash) + EXPAND_STATS_FIELD_NUMBER; hash = (53 * hash) + getExpandStats().hashCode(); break; case 20: hash = (37 * hash) + LATERAL_VIEW_STATS_FIELD_NUMBER; hash = (53 * hash) + getLateralViewStats().hashCode(); break; case 21: hash = (37 * hash) + PARTIAL_WINDOW_STATS_FIELD_NUMBER; hash = (53 * hash) + getPartialWindowStats().hashCode(); break; case 22: hash = (37 * hash) + LOCAL_EXCHANGE_STATS_FIELD_NUMBER; hash = (53 * hash) + getLocalExchangeStats().hashCode(); break; case 0: default: } hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static cz.proto.OperatorStats parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static cz.proto.OperatorStats parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static cz.proto.OperatorStats parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static cz.proto.OperatorStats parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static cz.proto.OperatorStats parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static cz.proto.OperatorStats parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static cz.proto.OperatorStats parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static cz.proto.OperatorStats parseFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } public static cz.proto.OperatorStats parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static cz.proto.OperatorStats parseDelimitedFrom( java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input, extensionRegistry); } public static cz.proto.OperatorStats parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static cz.proto.OperatorStats parseFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input, extensionRegistry); } @java.lang.Override public Builder newBuilderForType() { return newBuilder(); } public static Builder newBuilder() { return DEFAULT_INSTANCE.toBuilder(); } public static Builder newBuilder(cz.proto.OperatorStats prototype) { return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype); } @java.lang.Override public Builder toBuilder() { return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this); } @java.lang.Override protected Builder newBuilderForType( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } /** * Protobuf type {@code cz.proto.OperatorStats} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:cz.proto.OperatorStats) cz.proto.OperatorStatsOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return cz.proto.OperatorProto.internal_static_cz_proto_OperatorStats_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return cz.proto.OperatorProto.internal_static_cz_proto_OperatorStats_fieldAccessorTable .ensureFieldAccessorsInitialized( cz.proto.OperatorStats.class, cz.proto.OperatorStats.Builder.class); } // Construct using cz.proto.OperatorStats.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getRunStatsFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); operatorId_ = ""; rowCount_ = 0L; if (timingBuilder_ == null) { timing_ = null; } else { timing_ = null; timingBuilder_ = null; } if (initTimingBuilder_ == null) { initTiming_ = null; } else { initTiming_ = null; initTimingBuilder_ = null; } batchCount_ = 0L; peakMemory_ = 0L; startTimeNanos_ = 0L; endTimeNanos_ = 0L; batchSignature_ = 0L; execNodeId_ = ""; pipelineId_ = 0L; driverSequence_ = 0L; blockTimingNanos_ = 0L; if (constructTimingBuilder_ == null) { constructTiming_ = null; } else { constructTiming_ = null; constructTimingBuilder_ = null; } if (finishTimingBuilder_ == null) { finishTiming_ = null; } else { finishTiming_ = null; finishTimingBuilder_ = null; } dataSizeBytes_ = 0L; if (runStatsBuilder_ == null) { runStats_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); } else { runStatsBuilder_.clear(); } extraStatsBinary_ = com.google.protobuf.ByteString.EMPTY; extraStats_ = ""; opStatsCase_ = 0; opStats_ = null; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return cz.proto.OperatorProto.internal_static_cz_proto_OperatorStats_descriptor; } @java.lang.Override public cz.proto.OperatorStats getDefaultInstanceForType() { return cz.proto.OperatorStats.getDefaultInstance(); } @java.lang.Override public cz.proto.OperatorStats build() { cz.proto.OperatorStats result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public cz.proto.OperatorStats buildPartial() { cz.proto.OperatorStats result = new cz.proto.OperatorStats(this); int from_bitField0_ = bitField0_; result.operatorId_ = operatorId_; result.rowCount_ = rowCount_; if (timingBuilder_ == null) { result.timing_ = timing_; } else { result.timing_ = timingBuilder_.build(); } if (opStatsCase_ == 4) { if (tableScanStatsBuilder_ == null) { result.opStats_ = opStats_; } else { result.opStats_ = tableScanStatsBuilder_.build(); } } if (opStatsCase_ == 5) { if (tableSinkStatsBuilder_ == null) { result.opStats_ = opStats_; } else { result.opStats_ = tableSinkStatsBuilder_.build(); } } if (opStatsCase_ == 6) { if (calcStatsBuilder_ == null) { result.opStats_ = opStats_; } else { result.opStats_ = calcStatsBuilder_.build(); } } if (opStatsCase_ == 7) { if (hashJoinStatsBuilder_ == null) { result.opStats_ = opStats_; } else { result.opStats_ = hashJoinStatsBuilder_.build(); } } if (opStatsCase_ == 8) { if (mergeJoinStatsBuilder_ == null) { result.opStats_ = opStats_; } else { result.opStats_ = mergeJoinStatsBuilder_.build(); } } if (opStatsCase_ == 9) { if (hashAggregateStatsBuilder_ == null) { result.opStats_ = opStats_; } else { result.opStats_ = hashAggregateStatsBuilder_.build(); } } if (opStatsCase_ == 10) { if (mergeAggregateStatsBuilder_ == null) { result.opStats_ = opStats_; } else { result.opStats_ = mergeAggregateStatsBuilder_.build(); } } if (opStatsCase_ == 11) { if (localSortStatsBuilder_ == null) { result.opStats_ = opStats_; } else { result.opStats_ = localSortStatsBuilder_.build(); } } if (opStatsCase_ == 12) { if (mergeSortStatsBuilder_ == null) { result.opStats_ = opStats_; } else { result.opStats_ = mergeSortStatsBuilder_.build(); } } if (opStatsCase_ == 13) { if (valuesStatsBuilder_ == null) { result.opStats_ = opStats_; } else { result.opStats_ = valuesStatsBuilder_.build(); } } if (opStatsCase_ == 14) { if (exchangeSinkStatsBuilder_ == null) { result.opStats_ = opStats_; } else { result.opStats_ = exchangeSinkStatsBuilder_.build(); } } if (opStatsCase_ == 15) { if (exchangeSourceStatsBuilder_ == null) { result.opStats_ = opStats_; } else { result.opStats_ = exchangeSourceStatsBuilder_.build(); } } if (opStatsCase_ == 16) { if (unionAllStatsBuilder_ == null) { result.opStats_ = opStats_; } else { result.opStats_ = unionAllStatsBuilder_.build(); } } if (opStatsCase_ == 17) { if (bufferStatsBuilder_ == null) { result.opStats_ = opStats_; } else { result.opStats_ = bufferStatsBuilder_.build(); } } if (opStatsCase_ == 18) { if (windowStatsBuilder_ == null) { result.opStats_ = opStats_; } else { result.opStats_ = windowStatsBuilder_.build(); } } if (opStatsCase_ == 19) { if (expandStatsBuilder_ == null) { result.opStats_ = opStats_; } else { result.opStats_ = expandStatsBuilder_.build(); } } if (opStatsCase_ == 20) { if (lateralViewStatsBuilder_ == null) { result.opStats_ = opStats_; } else { result.opStats_ = lateralViewStatsBuilder_.build(); } } if (opStatsCase_ == 21) { if (partialWindowStatsBuilder_ == null) { result.opStats_ = opStats_; } else { result.opStats_ = partialWindowStatsBuilder_.build(); } } if (opStatsCase_ == 22) { if (localExchangeStatsBuilder_ == null) { result.opStats_ = opStats_; } else { result.opStats_ = localExchangeStatsBuilder_.build(); } } if (initTimingBuilder_ == null) { result.initTiming_ = initTiming_; } else { result.initTiming_ = initTimingBuilder_.build(); } result.batchCount_ = batchCount_; result.peakMemory_ = peakMemory_; result.startTimeNanos_ = startTimeNanos_; result.endTimeNanos_ = endTimeNanos_; result.batchSignature_ = batchSignature_; result.execNodeId_ = execNodeId_; result.pipelineId_ = pipelineId_; result.driverSequence_ = driverSequence_; result.blockTimingNanos_ = blockTimingNanos_; if (constructTimingBuilder_ == null) { result.constructTiming_ = constructTiming_; } else { result.constructTiming_ = constructTimingBuilder_.build(); } if (finishTimingBuilder_ == null) { result.finishTiming_ = finishTiming_; } else { result.finishTiming_ = finishTimingBuilder_.build(); } result.dataSizeBytes_ = dataSizeBytes_; if (runStatsBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0)) { runStats_ = java.util.Collections.unmodifiableList(runStats_); bitField0_ = (bitField0_ & ~0x00000001); } result.runStats_ = runStats_; } else { result.runStats_ = runStatsBuilder_.build(); } result.extraStatsBinary_ = extraStatsBinary_; result.extraStats_ = extraStats_; result.opStatsCase_ = opStatsCase_; onBuilt(); return result; } @java.lang.Override public Builder clone() { return super.clone(); } @java.lang.Override public Builder setField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.setField(field, value); } @java.lang.Override public Builder clearField( com.google.protobuf.Descriptors.FieldDescriptor field) { return super.clearField(field); } @java.lang.Override public Builder clearOneof( com.google.protobuf.Descriptors.OneofDescriptor oneof) { return super.clearOneof(oneof); } @java.lang.Override public Builder setRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value) { return super.setRepeatedField(field, index, value); } @java.lang.Override public Builder addRepeatedField( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) { return super.addRepeatedField(field, value); } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof cz.proto.OperatorStats) { return mergeFrom((cz.proto.OperatorStats)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(cz.proto.OperatorStats other) { if (other == cz.proto.OperatorStats.getDefaultInstance()) return this; if (!other.getOperatorId().isEmpty()) { operatorId_ = other.operatorId_; onChanged(); } if (other.getRowCount() != 0L) { setRowCount(other.getRowCount()); } if (other.hasTiming()) { mergeTiming(other.getTiming()); } if (other.hasInitTiming()) { mergeInitTiming(other.getInitTiming()); } if (other.getBatchCount() != 0L) { setBatchCount(other.getBatchCount()); } if (other.getPeakMemory() != 0L) { setPeakMemory(other.getPeakMemory()); } if (other.getStartTimeNanos() != 0L) { setStartTimeNanos(other.getStartTimeNanos()); } if (other.getEndTimeNanos() != 0L) { setEndTimeNanos(other.getEndTimeNanos()); } if (other.getBatchSignature() != 0L) { setBatchSignature(other.getBatchSignature()); } if (!other.getExecNodeId().isEmpty()) { execNodeId_ = other.execNodeId_; onChanged(); } if (other.getPipelineId() != 0L) { setPipelineId(other.getPipelineId()); } if (other.getDriverSequence() != 0L) { setDriverSequence(other.getDriverSequence()); } if (other.getBlockTimingNanos() != 0L) { setBlockTimingNanos(other.getBlockTimingNanos()); } if (other.hasConstructTiming()) { mergeConstructTiming(other.getConstructTiming()); } if (other.hasFinishTiming()) { mergeFinishTiming(other.getFinishTiming()); } if (other.getDataSizeBytes() != 0L) { setDataSizeBytes(other.getDataSizeBytes()); } if (runStatsBuilder_ == null) { if (!other.runStats_.isEmpty()) { if (runStats_.isEmpty()) { runStats_ = other.runStats_; bitField0_ = (bitField0_ & ~0x00000001); } else { ensureRunStatsIsMutable(); runStats_.addAll(other.runStats_); } onChanged(); } } else { if (!other.runStats_.isEmpty()) { if (runStatsBuilder_.isEmpty()) { runStatsBuilder_.dispose(); runStatsBuilder_ = null; runStats_ = other.runStats_; bitField0_ = (bitField0_ & ~0x00000001); runStatsBuilder_ = com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ? getRunStatsFieldBuilder() : null; } else { runStatsBuilder_.addAllMessages(other.runStats_); } } } if (other.getExtraStatsBinary() != com.google.protobuf.ByteString.EMPTY) { setExtraStatsBinary(other.getExtraStatsBinary()); } if (!other.getExtraStats().isEmpty()) { extraStats_ = other.extraStats_; onChanged(); } switch (other.getOpStatsCase()) { case TABLE_SCAN_STATS: { mergeTableScanStats(other.getTableScanStats()); break; } case TABLE_SINK_STATS: { mergeTableSinkStats(other.getTableSinkStats()); break; } case CALC_STATS: { mergeCalcStats(other.getCalcStats()); break; } case HASH_JOIN_STATS: { mergeHashJoinStats(other.getHashJoinStats()); break; } case MERGE_JOIN_STATS: { mergeMergeJoinStats(other.getMergeJoinStats()); break; } case HASH_AGGREGATE_STATS: { mergeHashAggregateStats(other.getHashAggregateStats()); break; } case MERGE_AGGREGATE_STATS: { mergeMergeAggregateStats(other.getMergeAggregateStats()); break; } case LOCAL_SORT_STATS: { mergeLocalSortStats(other.getLocalSortStats()); break; } case MERGE_SORT_STATS: { mergeMergeSortStats(other.getMergeSortStats()); break; } case VALUES_STATS: { mergeValuesStats(other.getValuesStats()); break; } case EXCHANGE_SINK_STATS: { mergeExchangeSinkStats(other.getExchangeSinkStats()); break; } case EXCHANGE_SOURCE_STATS: { mergeExchangeSourceStats(other.getExchangeSourceStats()); break; } case UNION_ALL_STATS: { mergeUnionAllStats(other.getUnionAllStats()); break; } case BUFFER_STATS: { mergeBufferStats(other.getBufferStats()); break; } case WINDOW_STATS: { mergeWindowStats(other.getWindowStats()); break; } case EXPAND_STATS: { mergeExpandStats(other.getExpandStats()); break; } case LATERAL_VIEW_STATS: { mergeLateralViewStats(other.getLateralViewStats()); break; } case PARTIAL_WINDOW_STATS: { mergePartialWindowStats(other.getPartialWindowStats()); break; } case LOCAL_EXCHANGE_STATS: { mergeLocalExchangeStats(other.getLocalExchangeStats()); break; } case OPSTATS_NOT_SET: { break; } } this.mergeUnknownFields(other.unknownFields); onChanged(); return this; } @java.lang.Override public final boolean isInitialized() { return true; } @java.lang.Override public Builder mergeFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { cz.proto.OperatorStats parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (cz.proto.OperatorStats) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int opStatsCase_ = 0; private java.lang.Object opStats_; public OpStatsCase getOpStatsCase() { return OpStatsCase.forNumber( opStatsCase_); } public Builder clearOpStats() { opStatsCase_ = 0; opStats_ = null; onChanged(); return this; } private int bitField0_; private java.lang.Object operatorId_ = ""; /** * string operator_id = 1; * @return The operatorId. */ public java.lang.String getOperatorId() { java.lang.Object ref = operatorId_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); operatorId_ = s; return s; } else { return (java.lang.String) ref; } } /** * string operator_id = 1; * @return The bytes for operatorId. */ public com.google.protobuf.ByteString getOperatorIdBytes() { java.lang.Object ref = operatorId_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); operatorId_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * string operator_id = 1; * @param value The operatorId to set. * @return This builder for chaining. */ public Builder setOperatorId( java.lang.String value) { if (value == null) { throw new NullPointerException(); } operatorId_ = value; onChanged(); return this; } /** * string operator_id = 1; * @return This builder for chaining. */ public Builder clearOperatorId() { operatorId_ = getDefaultInstance().getOperatorId(); onChanged(); return this; } /** * string operator_id = 1; * @param value The bytes for operatorId to set. * @return This builder for chaining. */ public Builder setOperatorIdBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); operatorId_ = value; onChanged(); return this; } private long rowCount_ ; /** * uint64 row_count = 2; * @return The rowCount. */ @java.lang.Override public long getRowCount() { return rowCount_; } /** * uint64 row_count = 2; * @param value The rowCount to set. * @return This builder for chaining. */ public Builder setRowCount(long value) { rowCount_ = value; onChanged(); return this; } /** * uint64 row_count = 2; * @return This builder for chaining. */ public Builder clearRowCount() { rowCount_ = 0L; onChanged(); return this; } private cz.proto.Timing timing_; private com.google.protobuf.SingleFieldBuilderV3< cz.proto.Timing, cz.proto.Timing.Builder, cz.proto.TimingOrBuilder> timingBuilder_; /** * .cz.proto.Timing timing = 3; * @return Whether the timing field is set. */ public boolean hasTiming() { return timingBuilder_ != null || timing_ != null; } /** * .cz.proto.Timing timing = 3; * @return The timing. */ public cz.proto.Timing getTiming() { if (timingBuilder_ == null) { return timing_ == null ? cz.proto.Timing.getDefaultInstance() : timing_; } else { return timingBuilder_.getMessage(); } } /** * .cz.proto.Timing timing = 3; */ public Builder setTiming(cz.proto.Timing value) { if (timingBuilder_ == null) { if (value == null) { throw new NullPointerException(); } timing_ = value; onChanged(); } else { timingBuilder_.setMessage(value); } return this; } /** * .cz.proto.Timing timing = 3; */ public Builder setTiming( cz.proto.Timing.Builder builderForValue) { if (timingBuilder_ == null) { timing_ = builderForValue.build(); onChanged(); } else { timingBuilder_.setMessage(builderForValue.build()); } return this; } /** * .cz.proto.Timing timing = 3; */ public Builder mergeTiming(cz.proto.Timing value) { if (timingBuilder_ == null) { if (timing_ != null) { timing_ = cz.proto.Timing.newBuilder(timing_).mergeFrom(value).buildPartial(); } else { timing_ = value; } onChanged(); } else { timingBuilder_.mergeFrom(value); } return this; } /** * .cz.proto.Timing timing = 3; */ public Builder clearTiming() { if (timingBuilder_ == null) { timing_ = null; onChanged(); } else { timing_ = null; timingBuilder_ = null; } return this; } /** * .cz.proto.Timing timing = 3; */ public cz.proto.Timing.Builder getTimingBuilder() { onChanged(); return getTimingFieldBuilder().getBuilder(); } /** * .cz.proto.Timing timing = 3; */ public cz.proto.TimingOrBuilder getTimingOrBuilder() { if (timingBuilder_ != null) { return timingBuilder_.getMessageOrBuilder(); } else { return timing_ == null ? cz.proto.Timing.getDefaultInstance() : timing_; } } /** * .cz.proto.Timing timing = 3; */ private com.google.protobuf.SingleFieldBuilderV3< cz.proto.Timing, cz.proto.Timing.Builder, cz.proto.TimingOrBuilder> getTimingFieldBuilder() { if (timingBuilder_ == null) { timingBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< cz.proto.Timing, cz.proto.Timing.Builder, cz.proto.TimingOrBuilder>( getTiming(), getParentForChildren(), isClean()); timing_ = null; } return timingBuilder_; } private com.google.protobuf.SingleFieldBuilderV3< cz.proto.TableScanStats, cz.proto.TableScanStats.Builder, cz.proto.TableScanStatsOrBuilder> tableScanStatsBuilder_; /** * .cz.proto.TableScanStats table_scan_stats = 4; * @return Whether the tableScanStats field is set. */ @java.lang.Override public boolean hasTableScanStats() { return opStatsCase_ == 4; } /** * .cz.proto.TableScanStats table_scan_stats = 4; * @return The tableScanStats. */ @java.lang.Override public cz.proto.TableScanStats getTableScanStats() { if (tableScanStatsBuilder_ == null) { if (opStatsCase_ == 4) { return (cz.proto.TableScanStats) opStats_; } return cz.proto.TableScanStats.getDefaultInstance(); } else { if (opStatsCase_ == 4) { return tableScanStatsBuilder_.getMessage(); } return cz.proto.TableScanStats.getDefaultInstance(); } } /** * .cz.proto.TableScanStats table_scan_stats = 4; */ public Builder setTableScanStats(cz.proto.TableScanStats value) { if (tableScanStatsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } opStats_ = value; onChanged(); } else { tableScanStatsBuilder_.setMessage(value); } opStatsCase_ = 4; return this; } /** * .cz.proto.TableScanStats table_scan_stats = 4; */ public Builder setTableScanStats( cz.proto.TableScanStats.Builder builderForValue) { if (tableScanStatsBuilder_ == null) { opStats_ = builderForValue.build(); onChanged(); } else { tableScanStatsBuilder_.setMessage(builderForValue.build()); } opStatsCase_ = 4; return this; } /** * .cz.proto.TableScanStats table_scan_stats = 4; */ public Builder mergeTableScanStats(cz.proto.TableScanStats value) { if (tableScanStatsBuilder_ == null) { if (opStatsCase_ == 4 && opStats_ != cz.proto.TableScanStats.getDefaultInstance()) { opStats_ = cz.proto.TableScanStats.newBuilder((cz.proto.TableScanStats) opStats_) .mergeFrom(value).buildPartial(); } else { opStats_ = value; } onChanged(); } else { if (opStatsCase_ == 4) { tableScanStatsBuilder_.mergeFrom(value); } tableScanStatsBuilder_.setMessage(value); } opStatsCase_ = 4; return this; } /** * .cz.proto.TableScanStats table_scan_stats = 4; */ public Builder clearTableScanStats() { if (tableScanStatsBuilder_ == null) { if (opStatsCase_ == 4) { opStatsCase_ = 0; opStats_ = null; onChanged(); } } else { if (opStatsCase_ == 4) { opStatsCase_ = 0; opStats_ = null; } tableScanStatsBuilder_.clear(); } return this; } /** * .cz.proto.TableScanStats table_scan_stats = 4; */ public cz.proto.TableScanStats.Builder getTableScanStatsBuilder() { return getTableScanStatsFieldBuilder().getBuilder(); } /** * .cz.proto.TableScanStats table_scan_stats = 4; */ @java.lang.Override public cz.proto.TableScanStatsOrBuilder getTableScanStatsOrBuilder() { if ((opStatsCase_ == 4) && (tableScanStatsBuilder_ != null)) { return tableScanStatsBuilder_.getMessageOrBuilder(); } else { if (opStatsCase_ == 4) { return (cz.proto.TableScanStats) opStats_; } return cz.proto.TableScanStats.getDefaultInstance(); } } /** * .cz.proto.TableScanStats table_scan_stats = 4; */ private com.google.protobuf.SingleFieldBuilderV3< cz.proto.TableScanStats, cz.proto.TableScanStats.Builder, cz.proto.TableScanStatsOrBuilder> getTableScanStatsFieldBuilder() { if (tableScanStatsBuilder_ == null) { if (!(opStatsCase_ == 4)) { opStats_ = cz.proto.TableScanStats.getDefaultInstance(); } tableScanStatsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< cz.proto.TableScanStats, cz.proto.TableScanStats.Builder, cz.proto.TableScanStatsOrBuilder>( (cz.proto.TableScanStats) opStats_, getParentForChildren(), isClean()); opStats_ = null; } opStatsCase_ = 4; onChanged();; return tableScanStatsBuilder_; } private com.google.protobuf.SingleFieldBuilderV3< cz.proto.TableSinkStats, cz.proto.TableSinkStats.Builder, cz.proto.TableSinkStatsOrBuilder> tableSinkStatsBuilder_; /** * .cz.proto.TableSinkStats table_sink_stats = 5; * @return Whether the tableSinkStats field is set. */ @java.lang.Override public boolean hasTableSinkStats() { return opStatsCase_ == 5; } /** * .cz.proto.TableSinkStats table_sink_stats = 5; * @return The tableSinkStats. */ @java.lang.Override public cz.proto.TableSinkStats getTableSinkStats() { if (tableSinkStatsBuilder_ == null) { if (opStatsCase_ == 5) { return (cz.proto.TableSinkStats) opStats_; } return cz.proto.TableSinkStats.getDefaultInstance(); } else { if (opStatsCase_ == 5) { return tableSinkStatsBuilder_.getMessage(); } return cz.proto.TableSinkStats.getDefaultInstance(); } } /** * .cz.proto.TableSinkStats table_sink_stats = 5; */ public Builder setTableSinkStats(cz.proto.TableSinkStats value) { if (tableSinkStatsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } opStats_ = value; onChanged(); } else { tableSinkStatsBuilder_.setMessage(value); } opStatsCase_ = 5; return this; } /** * .cz.proto.TableSinkStats table_sink_stats = 5; */ public Builder setTableSinkStats( cz.proto.TableSinkStats.Builder builderForValue) { if (tableSinkStatsBuilder_ == null) { opStats_ = builderForValue.build(); onChanged(); } else { tableSinkStatsBuilder_.setMessage(builderForValue.build()); } opStatsCase_ = 5; return this; } /** * .cz.proto.TableSinkStats table_sink_stats = 5; */ public Builder mergeTableSinkStats(cz.proto.TableSinkStats value) { if (tableSinkStatsBuilder_ == null) { if (opStatsCase_ == 5 && opStats_ != cz.proto.TableSinkStats.getDefaultInstance()) { opStats_ = cz.proto.TableSinkStats.newBuilder((cz.proto.TableSinkStats) opStats_) .mergeFrom(value).buildPartial(); } else { opStats_ = value; } onChanged(); } else { if (opStatsCase_ == 5) { tableSinkStatsBuilder_.mergeFrom(value); } tableSinkStatsBuilder_.setMessage(value); } opStatsCase_ = 5; return this; } /** * .cz.proto.TableSinkStats table_sink_stats = 5; */ public Builder clearTableSinkStats() { if (tableSinkStatsBuilder_ == null) { if (opStatsCase_ == 5) { opStatsCase_ = 0; opStats_ = null; onChanged(); } } else { if (opStatsCase_ == 5) { opStatsCase_ = 0; opStats_ = null; } tableSinkStatsBuilder_.clear(); } return this; } /** * .cz.proto.TableSinkStats table_sink_stats = 5; */ public cz.proto.TableSinkStats.Builder getTableSinkStatsBuilder() { return getTableSinkStatsFieldBuilder().getBuilder(); } /** * .cz.proto.TableSinkStats table_sink_stats = 5; */ @java.lang.Override public cz.proto.TableSinkStatsOrBuilder getTableSinkStatsOrBuilder() { if ((opStatsCase_ == 5) && (tableSinkStatsBuilder_ != null)) { return tableSinkStatsBuilder_.getMessageOrBuilder(); } else { if (opStatsCase_ == 5) { return (cz.proto.TableSinkStats) opStats_; } return cz.proto.TableSinkStats.getDefaultInstance(); } } /** * .cz.proto.TableSinkStats table_sink_stats = 5; */ private com.google.protobuf.SingleFieldBuilderV3< cz.proto.TableSinkStats, cz.proto.TableSinkStats.Builder, cz.proto.TableSinkStatsOrBuilder> getTableSinkStatsFieldBuilder() { if (tableSinkStatsBuilder_ == null) { if (!(opStatsCase_ == 5)) { opStats_ = cz.proto.TableSinkStats.getDefaultInstance(); } tableSinkStatsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< cz.proto.TableSinkStats, cz.proto.TableSinkStats.Builder, cz.proto.TableSinkStatsOrBuilder>( (cz.proto.TableSinkStats) opStats_, getParentForChildren(), isClean()); opStats_ = null; } opStatsCase_ = 5; onChanged();; return tableSinkStatsBuilder_; } private com.google.protobuf.SingleFieldBuilderV3< cz.proto.CalcStats, cz.proto.CalcStats.Builder, cz.proto.CalcStatsOrBuilder> calcStatsBuilder_; /** * .cz.proto.CalcStats calc_stats = 6; * @return Whether the calcStats field is set. */ @java.lang.Override public boolean hasCalcStats() { return opStatsCase_ == 6; } /** * .cz.proto.CalcStats calc_stats = 6; * @return The calcStats. */ @java.lang.Override public cz.proto.CalcStats getCalcStats() { if (calcStatsBuilder_ == null) { if (opStatsCase_ == 6) { return (cz.proto.CalcStats) opStats_; } return cz.proto.CalcStats.getDefaultInstance(); } else { if (opStatsCase_ == 6) { return calcStatsBuilder_.getMessage(); } return cz.proto.CalcStats.getDefaultInstance(); } } /** * .cz.proto.CalcStats calc_stats = 6; */ public Builder setCalcStats(cz.proto.CalcStats value) { if (calcStatsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } opStats_ = value; onChanged(); } else { calcStatsBuilder_.setMessage(value); } opStatsCase_ = 6; return this; } /** * .cz.proto.CalcStats calc_stats = 6; */ public Builder setCalcStats( cz.proto.CalcStats.Builder builderForValue) { if (calcStatsBuilder_ == null) { opStats_ = builderForValue.build(); onChanged(); } else { calcStatsBuilder_.setMessage(builderForValue.build()); } opStatsCase_ = 6; return this; } /** * .cz.proto.CalcStats calc_stats = 6; */ public Builder mergeCalcStats(cz.proto.CalcStats value) { if (calcStatsBuilder_ == null) { if (opStatsCase_ == 6 && opStats_ != cz.proto.CalcStats.getDefaultInstance()) { opStats_ = cz.proto.CalcStats.newBuilder((cz.proto.CalcStats) opStats_) .mergeFrom(value).buildPartial(); } else { opStats_ = value; } onChanged(); } else { if (opStatsCase_ == 6) { calcStatsBuilder_.mergeFrom(value); } calcStatsBuilder_.setMessage(value); } opStatsCase_ = 6; return this; } /** * .cz.proto.CalcStats calc_stats = 6; */ public Builder clearCalcStats() { if (calcStatsBuilder_ == null) { if (opStatsCase_ == 6) { opStatsCase_ = 0; opStats_ = null; onChanged(); } } else { if (opStatsCase_ == 6) { opStatsCase_ = 0; opStats_ = null; } calcStatsBuilder_.clear(); } return this; } /** * .cz.proto.CalcStats calc_stats = 6; */ public cz.proto.CalcStats.Builder getCalcStatsBuilder() { return getCalcStatsFieldBuilder().getBuilder(); } /** * .cz.proto.CalcStats calc_stats = 6; */ @java.lang.Override public cz.proto.CalcStatsOrBuilder getCalcStatsOrBuilder() { if ((opStatsCase_ == 6) && (calcStatsBuilder_ != null)) { return calcStatsBuilder_.getMessageOrBuilder(); } else { if (opStatsCase_ == 6) { return (cz.proto.CalcStats) opStats_; } return cz.proto.CalcStats.getDefaultInstance(); } } /** * .cz.proto.CalcStats calc_stats = 6; */ private com.google.protobuf.SingleFieldBuilderV3< cz.proto.CalcStats, cz.proto.CalcStats.Builder, cz.proto.CalcStatsOrBuilder> getCalcStatsFieldBuilder() { if (calcStatsBuilder_ == null) { if (!(opStatsCase_ == 6)) { opStats_ = cz.proto.CalcStats.getDefaultInstance(); } calcStatsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< cz.proto.CalcStats, cz.proto.CalcStats.Builder, cz.proto.CalcStatsOrBuilder>( (cz.proto.CalcStats) opStats_, getParentForChildren(), isClean()); opStats_ = null; } opStatsCase_ = 6; onChanged();; return calcStatsBuilder_; } private com.google.protobuf.SingleFieldBuilderV3< cz.proto.HashJoinStats, cz.proto.HashJoinStats.Builder, cz.proto.HashJoinStatsOrBuilder> hashJoinStatsBuilder_; /** * .cz.proto.HashJoinStats hash_join_stats = 7; * @return Whether the hashJoinStats field is set. */ @java.lang.Override public boolean hasHashJoinStats() { return opStatsCase_ == 7; } /** * .cz.proto.HashJoinStats hash_join_stats = 7; * @return The hashJoinStats. */ @java.lang.Override public cz.proto.HashJoinStats getHashJoinStats() { if (hashJoinStatsBuilder_ == null) { if (opStatsCase_ == 7) { return (cz.proto.HashJoinStats) opStats_; } return cz.proto.HashJoinStats.getDefaultInstance(); } else { if (opStatsCase_ == 7) { return hashJoinStatsBuilder_.getMessage(); } return cz.proto.HashJoinStats.getDefaultInstance(); } } /** * .cz.proto.HashJoinStats hash_join_stats = 7; */ public Builder setHashJoinStats(cz.proto.HashJoinStats value) { if (hashJoinStatsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } opStats_ = value; onChanged(); } else { hashJoinStatsBuilder_.setMessage(value); } opStatsCase_ = 7; return this; } /** * .cz.proto.HashJoinStats hash_join_stats = 7; */ public Builder setHashJoinStats( cz.proto.HashJoinStats.Builder builderForValue) { if (hashJoinStatsBuilder_ == null) { opStats_ = builderForValue.build(); onChanged(); } else { hashJoinStatsBuilder_.setMessage(builderForValue.build()); } opStatsCase_ = 7; return this; } /** * .cz.proto.HashJoinStats hash_join_stats = 7; */ public Builder mergeHashJoinStats(cz.proto.HashJoinStats value) { if (hashJoinStatsBuilder_ == null) { if (opStatsCase_ == 7 && opStats_ != cz.proto.HashJoinStats.getDefaultInstance()) { opStats_ = cz.proto.HashJoinStats.newBuilder((cz.proto.HashJoinStats) opStats_) .mergeFrom(value).buildPartial(); } else { opStats_ = value; } onChanged(); } else { if (opStatsCase_ == 7) { hashJoinStatsBuilder_.mergeFrom(value); } hashJoinStatsBuilder_.setMessage(value); } opStatsCase_ = 7; return this; } /** * .cz.proto.HashJoinStats hash_join_stats = 7; */ public Builder clearHashJoinStats() { if (hashJoinStatsBuilder_ == null) { if (opStatsCase_ == 7) { opStatsCase_ = 0; opStats_ = null; onChanged(); } } else { if (opStatsCase_ == 7) { opStatsCase_ = 0; opStats_ = null; } hashJoinStatsBuilder_.clear(); } return this; } /** * .cz.proto.HashJoinStats hash_join_stats = 7; */ public cz.proto.HashJoinStats.Builder getHashJoinStatsBuilder() { return getHashJoinStatsFieldBuilder().getBuilder(); } /** * .cz.proto.HashJoinStats hash_join_stats = 7; */ @java.lang.Override public cz.proto.HashJoinStatsOrBuilder getHashJoinStatsOrBuilder() { if ((opStatsCase_ == 7) && (hashJoinStatsBuilder_ != null)) { return hashJoinStatsBuilder_.getMessageOrBuilder(); } else { if (opStatsCase_ == 7) { return (cz.proto.HashJoinStats) opStats_; } return cz.proto.HashJoinStats.getDefaultInstance(); } } /** * .cz.proto.HashJoinStats hash_join_stats = 7; */ private com.google.protobuf.SingleFieldBuilderV3< cz.proto.HashJoinStats, cz.proto.HashJoinStats.Builder, cz.proto.HashJoinStatsOrBuilder> getHashJoinStatsFieldBuilder() { if (hashJoinStatsBuilder_ == null) { if (!(opStatsCase_ == 7)) { opStats_ = cz.proto.HashJoinStats.getDefaultInstance(); } hashJoinStatsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< cz.proto.HashJoinStats, cz.proto.HashJoinStats.Builder, cz.proto.HashJoinStatsOrBuilder>( (cz.proto.HashJoinStats) opStats_, getParentForChildren(), isClean()); opStats_ = null; } opStatsCase_ = 7; onChanged();; return hashJoinStatsBuilder_; } private com.google.protobuf.SingleFieldBuilderV3< cz.proto.MergeJoinStats, cz.proto.MergeJoinStats.Builder, cz.proto.MergeJoinStatsOrBuilder> mergeJoinStatsBuilder_; /** * .cz.proto.MergeJoinStats merge_join_stats = 8; * @return Whether the mergeJoinStats field is set. */ @java.lang.Override public boolean hasMergeJoinStats() { return opStatsCase_ == 8; } /** * .cz.proto.MergeJoinStats merge_join_stats = 8; * @return The mergeJoinStats. */ @java.lang.Override public cz.proto.MergeJoinStats getMergeJoinStats() { if (mergeJoinStatsBuilder_ == null) { if (opStatsCase_ == 8) { return (cz.proto.MergeJoinStats) opStats_; } return cz.proto.MergeJoinStats.getDefaultInstance(); } else { if (opStatsCase_ == 8) { return mergeJoinStatsBuilder_.getMessage(); } return cz.proto.MergeJoinStats.getDefaultInstance(); } } /** * .cz.proto.MergeJoinStats merge_join_stats = 8; */ public Builder setMergeJoinStats(cz.proto.MergeJoinStats value) { if (mergeJoinStatsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } opStats_ = value; onChanged(); } else { mergeJoinStatsBuilder_.setMessage(value); } opStatsCase_ = 8; return this; } /** * .cz.proto.MergeJoinStats merge_join_stats = 8; */ public Builder setMergeJoinStats( cz.proto.MergeJoinStats.Builder builderForValue) { if (mergeJoinStatsBuilder_ == null) { opStats_ = builderForValue.build(); onChanged(); } else { mergeJoinStatsBuilder_.setMessage(builderForValue.build()); } opStatsCase_ = 8; return this; } /** * .cz.proto.MergeJoinStats merge_join_stats = 8; */ public Builder mergeMergeJoinStats(cz.proto.MergeJoinStats value) { if (mergeJoinStatsBuilder_ == null) { if (opStatsCase_ == 8 && opStats_ != cz.proto.MergeJoinStats.getDefaultInstance()) { opStats_ = cz.proto.MergeJoinStats.newBuilder((cz.proto.MergeJoinStats) opStats_) .mergeFrom(value).buildPartial(); } else { opStats_ = value; } onChanged(); } else { if (opStatsCase_ == 8) { mergeJoinStatsBuilder_.mergeFrom(value); } mergeJoinStatsBuilder_.setMessage(value); } opStatsCase_ = 8; return this; } /** * .cz.proto.MergeJoinStats merge_join_stats = 8; */ public Builder clearMergeJoinStats() { if (mergeJoinStatsBuilder_ == null) { if (opStatsCase_ == 8) { opStatsCase_ = 0; opStats_ = null; onChanged(); } } else { if (opStatsCase_ == 8) { opStatsCase_ = 0; opStats_ = null; } mergeJoinStatsBuilder_.clear(); } return this; } /** * .cz.proto.MergeJoinStats merge_join_stats = 8; */ public cz.proto.MergeJoinStats.Builder getMergeJoinStatsBuilder() { return getMergeJoinStatsFieldBuilder().getBuilder(); } /** * .cz.proto.MergeJoinStats merge_join_stats = 8; */ @java.lang.Override public cz.proto.MergeJoinStatsOrBuilder getMergeJoinStatsOrBuilder() { if ((opStatsCase_ == 8) && (mergeJoinStatsBuilder_ != null)) { return mergeJoinStatsBuilder_.getMessageOrBuilder(); } else { if (opStatsCase_ == 8) { return (cz.proto.MergeJoinStats) opStats_; } return cz.proto.MergeJoinStats.getDefaultInstance(); } } /** * .cz.proto.MergeJoinStats merge_join_stats = 8; */ private com.google.protobuf.SingleFieldBuilderV3< cz.proto.MergeJoinStats, cz.proto.MergeJoinStats.Builder, cz.proto.MergeJoinStatsOrBuilder> getMergeJoinStatsFieldBuilder() { if (mergeJoinStatsBuilder_ == null) { if (!(opStatsCase_ == 8)) { opStats_ = cz.proto.MergeJoinStats.getDefaultInstance(); } mergeJoinStatsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< cz.proto.MergeJoinStats, cz.proto.MergeJoinStats.Builder, cz.proto.MergeJoinStatsOrBuilder>( (cz.proto.MergeJoinStats) opStats_, getParentForChildren(), isClean()); opStats_ = null; } opStatsCase_ = 8; onChanged();; return mergeJoinStatsBuilder_; } private com.google.protobuf.SingleFieldBuilderV3< cz.proto.HashAggregateStats, cz.proto.HashAggregateStats.Builder, cz.proto.HashAggregateStatsOrBuilder> hashAggregateStatsBuilder_; /** * .cz.proto.HashAggregateStats hash_aggregate_stats = 9; * @return Whether the hashAggregateStats field is set. */ @java.lang.Override public boolean hasHashAggregateStats() { return opStatsCase_ == 9; } /** * .cz.proto.HashAggregateStats hash_aggregate_stats = 9; * @return The hashAggregateStats. */ @java.lang.Override public cz.proto.HashAggregateStats getHashAggregateStats() { if (hashAggregateStatsBuilder_ == null) { if (opStatsCase_ == 9) { return (cz.proto.HashAggregateStats) opStats_; } return cz.proto.HashAggregateStats.getDefaultInstance(); } else { if (opStatsCase_ == 9) { return hashAggregateStatsBuilder_.getMessage(); } return cz.proto.HashAggregateStats.getDefaultInstance(); } } /** * .cz.proto.HashAggregateStats hash_aggregate_stats = 9; */ public Builder setHashAggregateStats(cz.proto.HashAggregateStats value) { if (hashAggregateStatsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } opStats_ = value; onChanged(); } else { hashAggregateStatsBuilder_.setMessage(value); } opStatsCase_ = 9; return this; } /** * .cz.proto.HashAggregateStats hash_aggregate_stats = 9; */ public Builder setHashAggregateStats( cz.proto.HashAggregateStats.Builder builderForValue) { if (hashAggregateStatsBuilder_ == null) { opStats_ = builderForValue.build(); onChanged(); } else { hashAggregateStatsBuilder_.setMessage(builderForValue.build()); } opStatsCase_ = 9; return this; } /** * .cz.proto.HashAggregateStats hash_aggregate_stats = 9; */ public Builder mergeHashAggregateStats(cz.proto.HashAggregateStats value) { if (hashAggregateStatsBuilder_ == null) { if (opStatsCase_ == 9 && opStats_ != cz.proto.HashAggregateStats.getDefaultInstance()) { opStats_ = cz.proto.HashAggregateStats.newBuilder((cz.proto.HashAggregateStats) opStats_) .mergeFrom(value).buildPartial(); } else { opStats_ = value; } onChanged(); } else { if (opStatsCase_ == 9) { hashAggregateStatsBuilder_.mergeFrom(value); } hashAggregateStatsBuilder_.setMessage(value); } opStatsCase_ = 9; return this; } /** * .cz.proto.HashAggregateStats hash_aggregate_stats = 9; */ public Builder clearHashAggregateStats() { if (hashAggregateStatsBuilder_ == null) { if (opStatsCase_ == 9) { opStatsCase_ = 0; opStats_ = null; onChanged(); } } else { if (opStatsCase_ == 9) { opStatsCase_ = 0; opStats_ = null; } hashAggregateStatsBuilder_.clear(); } return this; } /** * .cz.proto.HashAggregateStats hash_aggregate_stats = 9; */ public cz.proto.HashAggregateStats.Builder getHashAggregateStatsBuilder() { return getHashAggregateStatsFieldBuilder().getBuilder(); } /** * .cz.proto.HashAggregateStats hash_aggregate_stats = 9; */ @java.lang.Override public cz.proto.HashAggregateStatsOrBuilder getHashAggregateStatsOrBuilder() { if ((opStatsCase_ == 9) && (hashAggregateStatsBuilder_ != null)) { return hashAggregateStatsBuilder_.getMessageOrBuilder(); } else { if (opStatsCase_ == 9) { return (cz.proto.HashAggregateStats) opStats_; } return cz.proto.HashAggregateStats.getDefaultInstance(); } } /** * .cz.proto.HashAggregateStats hash_aggregate_stats = 9; */ private com.google.protobuf.SingleFieldBuilderV3< cz.proto.HashAggregateStats, cz.proto.HashAggregateStats.Builder, cz.proto.HashAggregateStatsOrBuilder> getHashAggregateStatsFieldBuilder() { if (hashAggregateStatsBuilder_ == null) { if (!(opStatsCase_ == 9)) { opStats_ = cz.proto.HashAggregateStats.getDefaultInstance(); } hashAggregateStatsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< cz.proto.HashAggregateStats, cz.proto.HashAggregateStats.Builder, cz.proto.HashAggregateStatsOrBuilder>( (cz.proto.HashAggregateStats) opStats_, getParentForChildren(), isClean()); opStats_ = null; } opStatsCase_ = 9; onChanged();; return hashAggregateStatsBuilder_; } private com.google.protobuf.SingleFieldBuilderV3< cz.proto.MergeAggregateStats, cz.proto.MergeAggregateStats.Builder, cz.proto.MergeAggregateStatsOrBuilder> mergeAggregateStatsBuilder_; /** * .cz.proto.MergeAggregateStats merge_aggregate_stats = 10; * @return Whether the mergeAggregateStats field is set. */ @java.lang.Override public boolean hasMergeAggregateStats() { return opStatsCase_ == 10; } /** * .cz.proto.MergeAggregateStats merge_aggregate_stats = 10; * @return The mergeAggregateStats. */ @java.lang.Override public cz.proto.MergeAggregateStats getMergeAggregateStats() { if (mergeAggregateStatsBuilder_ == null) { if (opStatsCase_ == 10) { return (cz.proto.MergeAggregateStats) opStats_; } return cz.proto.MergeAggregateStats.getDefaultInstance(); } else { if (opStatsCase_ == 10) { return mergeAggregateStatsBuilder_.getMessage(); } return cz.proto.MergeAggregateStats.getDefaultInstance(); } } /** * .cz.proto.MergeAggregateStats merge_aggregate_stats = 10; */ public Builder setMergeAggregateStats(cz.proto.MergeAggregateStats value) { if (mergeAggregateStatsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } opStats_ = value; onChanged(); } else { mergeAggregateStatsBuilder_.setMessage(value); } opStatsCase_ = 10; return this; } /** * .cz.proto.MergeAggregateStats merge_aggregate_stats = 10; */ public Builder setMergeAggregateStats( cz.proto.MergeAggregateStats.Builder builderForValue) { if (mergeAggregateStatsBuilder_ == null) { opStats_ = builderForValue.build(); onChanged(); } else { mergeAggregateStatsBuilder_.setMessage(builderForValue.build()); } opStatsCase_ = 10; return this; } /** * .cz.proto.MergeAggregateStats merge_aggregate_stats = 10; */ public Builder mergeMergeAggregateStats(cz.proto.MergeAggregateStats value) { if (mergeAggregateStatsBuilder_ == null) { if (opStatsCase_ == 10 && opStats_ != cz.proto.MergeAggregateStats.getDefaultInstance()) { opStats_ = cz.proto.MergeAggregateStats.newBuilder((cz.proto.MergeAggregateStats) opStats_) .mergeFrom(value).buildPartial(); } else { opStats_ = value; } onChanged(); } else { if (opStatsCase_ == 10) { mergeAggregateStatsBuilder_.mergeFrom(value); } mergeAggregateStatsBuilder_.setMessage(value); } opStatsCase_ = 10; return this; } /** * .cz.proto.MergeAggregateStats merge_aggregate_stats = 10; */ public Builder clearMergeAggregateStats() { if (mergeAggregateStatsBuilder_ == null) { if (opStatsCase_ == 10) { opStatsCase_ = 0; opStats_ = null; onChanged(); } } else { if (opStatsCase_ == 10) { opStatsCase_ = 0; opStats_ = null; } mergeAggregateStatsBuilder_.clear(); } return this; } /** * .cz.proto.MergeAggregateStats merge_aggregate_stats = 10; */ public cz.proto.MergeAggregateStats.Builder getMergeAggregateStatsBuilder() { return getMergeAggregateStatsFieldBuilder().getBuilder(); } /** * .cz.proto.MergeAggregateStats merge_aggregate_stats = 10; */ @java.lang.Override public cz.proto.MergeAggregateStatsOrBuilder getMergeAggregateStatsOrBuilder() { if ((opStatsCase_ == 10) && (mergeAggregateStatsBuilder_ != null)) { return mergeAggregateStatsBuilder_.getMessageOrBuilder(); } else { if (opStatsCase_ == 10) { return (cz.proto.MergeAggregateStats) opStats_; } return cz.proto.MergeAggregateStats.getDefaultInstance(); } } /** * .cz.proto.MergeAggregateStats merge_aggregate_stats = 10; */ private com.google.protobuf.SingleFieldBuilderV3< cz.proto.MergeAggregateStats, cz.proto.MergeAggregateStats.Builder, cz.proto.MergeAggregateStatsOrBuilder> getMergeAggregateStatsFieldBuilder() { if (mergeAggregateStatsBuilder_ == null) { if (!(opStatsCase_ == 10)) { opStats_ = cz.proto.MergeAggregateStats.getDefaultInstance(); } mergeAggregateStatsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< cz.proto.MergeAggregateStats, cz.proto.MergeAggregateStats.Builder, cz.proto.MergeAggregateStatsOrBuilder>( (cz.proto.MergeAggregateStats) opStats_, getParentForChildren(), isClean()); opStats_ = null; } opStatsCase_ = 10; onChanged();; return mergeAggregateStatsBuilder_; } private com.google.protobuf.SingleFieldBuilderV3< cz.proto.LocalSortStats, cz.proto.LocalSortStats.Builder, cz.proto.LocalSortStatsOrBuilder> localSortStatsBuilder_; /** * .cz.proto.LocalSortStats local_sort_stats = 11; * @return Whether the localSortStats field is set. */ @java.lang.Override public boolean hasLocalSortStats() { return opStatsCase_ == 11; } /** * .cz.proto.LocalSortStats local_sort_stats = 11; * @return The localSortStats. */ @java.lang.Override public cz.proto.LocalSortStats getLocalSortStats() { if (localSortStatsBuilder_ == null) { if (opStatsCase_ == 11) { return (cz.proto.LocalSortStats) opStats_; } return cz.proto.LocalSortStats.getDefaultInstance(); } else { if (opStatsCase_ == 11) { return localSortStatsBuilder_.getMessage(); } return cz.proto.LocalSortStats.getDefaultInstance(); } } /** * .cz.proto.LocalSortStats local_sort_stats = 11; */ public Builder setLocalSortStats(cz.proto.LocalSortStats value) { if (localSortStatsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } opStats_ = value; onChanged(); } else { localSortStatsBuilder_.setMessage(value); } opStatsCase_ = 11; return this; } /** * .cz.proto.LocalSortStats local_sort_stats = 11; */ public Builder setLocalSortStats( cz.proto.LocalSortStats.Builder builderForValue) { if (localSortStatsBuilder_ == null) { opStats_ = builderForValue.build(); onChanged(); } else { localSortStatsBuilder_.setMessage(builderForValue.build()); } opStatsCase_ = 11; return this; } /** * .cz.proto.LocalSortStats local_sort_stats = 11; */ public Builder mergeLocalSortStats(cz.proto.LocalSortStats value) { if (localSortStatsBuilder_ == null) { if (opStatsCase_ == 11 && opStats_ != cz.proto.LocalSortStats.getDefaultInstance()) { opStats_ = cz.proto.LocalSortStats.newBuilder((cz.proto.LocalSortStats) opStats_) .mergeFrom(value).buildPartial(); } else { opStats_ = value; } onChanged(); } else { if (opStatsCase_ == 11) { localSortStatsBuilder_.mergeFrom(value); } localSortStatsBuilder_.setMessage(value); } opStatsCase_ = 11; return this; } /** * .cz.proto.LocalSortStats local_sort_stats = 11; */ public Builder clearLocalSortStats() { if (localSortStatsBuilder_ == null) { if (opStatsCase_ == 11) { opStatsCase_ = 0; opStats_ = null; onChanged(); } } else { if (opStatsCase_ == 11) { opStatsCase_ = 0; opStats_ = null; } localSortStatsBuilder_.clear(); } return this; } /** * .cz.proto.LocalSortStats local_sort_stats = 11; */ public cz.proto.LocalSortStats.Builder getLocalSortStatsBuilder() { return getLocalSortStatsFieldBuilder().getBuilder(); } /** * .cz.proto.LocalSortStats local_sort_stats = 11; */ @java.lang.Override public cz.proto.LocalSortStatsOrBuilder getLocalSortStatsOrBuilder() { if ((opStatsCase_ == 11) && (localSortStatsBuilder_ != null)) { return localSortStatsBuilder_.getMessageOrBuilder(); } else { if (opStatsCase_ == 11) { return (cz.proto.LocalSortStats) opStats_; } return cz.proto.LocalSortStats.getDefaultInstance(); } } /** * .cz.proto.LocalSortStats local_sort_stats = 11; */ private com.google.protobuf.SingleFieldBuilderV3< cz.proto.LocalSortStats, cz.proto.LocalSortStats.Builder, cz.proto.LocalSortStatsOrBuilder> getLocalSortStatsFieldBuilder() { if (localSortStatsBuilder_ == null) { if (!(opStatsCase_ == 11)) { opStats_ = cz.proto.LocalSortStats.getDefaultInstance(); } localSortStatsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< cz.proto.LocalSortStats, cz.proto.LocalSortStats.Builder, cz.proto.LocalSortStatsOrBuilder>( (cz.proto.LocalSortStats) opStats_, getParentForChildren(), isClean()); opStats_ = null; } opStatsCase_ = 11; onChanged();; return localSortStatsBuilder_; } private com.google.protobuf.SingleFieldBuilderV3< cz.proto.MergeSortStats, cz.proto.MergeSortStats.Builder, cz.proto.MergeSortStatsOrBuilder> mergeSortStatsBuilder_; /** * .cz.proto.MergeSortStats merge_sort_stats = 12; * @return Whether the mergeSortStats field is set. */ @java.lang.Override public boolean hasMergeSortStats() { return opStatsCase_ == 12; } /** * .cz.proto.MergeSortStats merge_sort_stats = 12; * @return The mergeSortStats. */ @java.lang.Override public cz.proto.MergeSortStats getMergeSortStats() { if (mergeSortStatsBuilder_ == null) { if (opStatsCase_ == 12) { return (cz.proto.MergeSortStats) opStats_; } return cz.proto.MergeSortStats.getDefaultInstance(); } else { if (opStatsCase_ == 12) { return mergeSortStatsBuilder_.getMessage(); } return cz.proto.MergeSortStats.getDefaultInstance(); } } /** * .cz.proto.MergeSortStats merge_sort_stats = 12; */ public Builder setMergeSortStats(cz.proto.MergeSortStats value) { if (mergeSortStatsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } opStats_ = value; onChanged(); } else { mergeSortStatsBuilder_.setMessage(value); } opStatsCase_ = 12; return this; } /** * .cz.proto.MergeSortStats merge_sort_stats = 12; */ public Builder setMergeSortStats( cz.proto.MergeSortStats.Builder builderForValue) { if (mergeSortStatsBuilder_ == null) { opStats_ = builderForValue.build(); onChanged(); } else { mergeSortStatsBuilder_.setMessage(builderForValue.build()); } opStatsCase_ = 12; return this; } /** * .cz.proto.MergeSortStats merge_sort_stats = 12; */ public Builder mergeMergeSortStats(cz.proto.MergeSortStats value) { if (mergeSortStatsBuilder_ == null) { if (opStatsCase_ == 12 && opStats_ != cz.proto.MergeSortStats.getDefaultInstance()) { opStats_ = cz.proto.MergeSortStats.newBuilder((cz.proto.MergeSortStats) opStats_) .mergeFrom(value).buildPartial(); } else { opStats_ = value; } onChanged(); } else { if (opStatsCase_ == 12) { mergeSortStatsBuilder_.mergeFrom(value); } mergeSortStatsBuilder_.setMessage(value); } opStatsCase_ = 12; return this; } /** * .cz.proto.MergeSortStats merge_sort_stats = 12; */ public Builder clearMergeSortStats() { if (mergeSortStatsBuilder_ == null) { if (opStatsCase_ == 12) { opStatsCase_ = 0; opStats_ = null; onChanged(); } } else { if (opStatsCase_ == 12) { opStatsCase_ = 0; opStats_ = null; } mergeSortStatsBuilder_.clear(); } return this; } /** * .cz.proto.MergeSortStats merge_sort_stats = 12; */ public cz.proto.MergeSortStats.Builder getMergeSortStatsBuilder() { return getMergeSortStatsFieldBuilder().getBuilder(); } /** * .cz.proto.MergeSortStats merge_sort_stats = 12; */ @java.lang.Override public cz.proto.MergeSortStatsOrBuilder getMergeSortStatsOrBuilder() { if ((opStatsCase_ == 12) && (mergeSortStatsBuilder_ != null)) { return mergeSortStatsBuilder_.getMessageOrBuilder(); } else { if (opStatsCase_ == 12) { return (cz.proto.MergeSortStats) opStats_; } return cz.proto.MergeSortStats.getDefaultInstance(); } } /** * .cz.proto.MergeSortStats merge_sort_stats = 12; */ private com.google.protobuf.SingleFieldBuilderV3< cz.proto.MergeSortStats, cz.proto.MergeSortStats.Builder, cz.proto.MergeSortStatsOrBuilder> getMergeSortStatsFieldBuilder() { if (mergeSortStatsBuilder_ == null) { if (!(opStatsCase_ == 12)) { opStats_ = cz.proto.MergeSortStats.getDefaultInstance(); } mergeSortStatsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< cz.proto.MergeSortStats, cz.proto.MergeSortStats.Builder, cz.proto.MergeSortStatsOrBuilder>( (cz.proto.MergeSortStats) opStats_, getParentForChildren(), isClean()); opStats_ = null; } opStatsCase_ = 12; onChanged();; return mergeSortStatsBuilder_; } private com.google.protobuf.SingleFieldBuilderV3< cz.proto.ValuesStats, cz.proto.ValuesStats.Builder, cz.proto.ValuesStatsOrBuilder> valuesStatsBuilder_; /** * .cz.proto.ValuesStats values_stats = 13; * @return Whether the valuesStats field is set. */ @java.lang.Override public boolean hasValuesStats() { return opStatsCase_ == 13; } /** * .cz.proto.ValuesStats values_stats = 13; * @return The valuesStats. */ @java.lang.Override public cz.proto.ValuesStats getValuesStats() { if (valuesStatsBuilder_ == null) { if (opStatsCase_ == 13) { return (cz.proto.ValuesStats) opStats_; } return cz.proto.ValuesStats.getDefaultInstance(); } else { if (opStatsCase_ == 13) { return valuesStatsBuilder_.getMessage(); } return cz.proto.ValuesStats.getDefaultInstance(); } } /** * .cz.proto.ValuesStats values_stats = 13; */ public Builder setValuesStats(cz.proto.ValuesStats value) { if (valuesStatsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } opStats_ = value; onChanged(); } else { valuesStatsBuilder_.setMessage(value); } opStatsCase_ = 13; return this; } /** * .cz.proto.ValuesStats values_stats = 13; */ public Builder setValuesStats( cz.proto.ValuesStats.Builder builderForValue) { if (valuesStatsBuilder_ == null) { opStats_ = builderForValue.build(); onChanged(); } else { valuesStatsBuilder_.setMessage(builderForValue.build()); } opStatsCase_ = 13; return this; } /** * .cz.proto.ValuesStats values_stats = 13; */ public Builder mergeValuesStats(cz.proto.ValuesStats value) { if (valuesStatsBuilder_ == null) { if (opStatsCase_ == 13 && opStats_ != cz.proto.ValuesStats.getDefaultInstance()) { opStats_ = cz.proto.ValuesStats.newBuilder((cz.proto.ValuesStats) opStats_) .mergeFrom(value).buildPartial(); } else { opStats_ = value; } onChanged(); } else { if (opStatsCase_ == 13) { valuesStatsBuilder_.mergeFrom(value); } valuesStatsBuilder_.setMessage(value); } opStatsCase_ = 13; return this; } /** * .cz.proto.ValuesStats values_stats = 13; */ public Builder clearValuesStats() { if (valuesStatsBuilder_ == null) { if (opStatsCase_ == 13) { opStatsCase_ = 0; opStats_ = null; onChanged(); } } else { if (opStatsCase_ == 13) { opStatsCase_ = 0; opStats_ = null; } valuesStatsBuilder_.clear(); } return this; } /** * .cz.proto.ValuesStats values_stats = 13; */ public cz.proto.ValuesStats.Builder getValuesStatsBuilder() { return getValuesStatsFieldBuilder().getBuilder(); } /** * .cz.proto.ValuesStats values_stats = 13; */ @java.lang.Override public cz.proto.ValuesStatsOrBuilder getValuesStatsOrBuilder() { if ((opStatsCase_ == 13) && (valuesStatsBuilder_ != null)) { return valuesStatsBuilder_.getMessageOrBuilder(); } else { if (opStatsCase_ == 13) { return (cz.proto.ValuesStats) opStats_; } return cz.proto.ValuesStats.getDefaultInstance(); } } /** * .cz.proto.ValuesStats values_stats = 13; */ private com.google.protobuf.SingleFieldBuilderV3< cz.proto.ValuesStats, cz.proto.ValuesStats.Builder, cz.proto.ValuesStatsOrBuilder> getValuesStatsFieldBuilder() { if (valuesStatsBuilder_ == null) { if (!(opStatsCase_ == 13)) { opStats_ = cz.proto.ValuesStats.getDefaultInstance(); } valuesStatsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< cz.proto.ValuesStats, cz.proto.ValuesStats.Builder, cz.proto.ValuesStatsOrBuilder>( (cz.proto.ValuesStats) opStats_, getParentForChildren(), isClean()); opStats_ = null; } opStatsCase_ = 13; onChanged();; return valuesStatsBuilder_; } private com.google.protobuf.SingleFieldBuilderV3< cz.proto.ExchangeSinkStats, cz.proto.ExchangeSinkStats.Builder, cz.proto.ExchangeSinkStatsOrBuilder> exchangeSinkStatsBuilder_; /** * .cz.proto.ExchangeSinkStats exchange_sink_stats = 14; * @return Whether the exchangeSinkStats field is set. */ @java.lang.Override public boolean hasExchangeSinkStats() { return opStatsCase_ == 14; } /** * .cz.proto.ExchangeSinkStats exchange_sink_stats = 14; * @return The exchangeSinkStats. */ @java.lang.Override public cz.proto.ExchangeSinkStats getExchangeSinkStats() { if (exchangeSinkStatsBuilder_ == null) { if (opStatsCase_ == 14) { return (cz.proto.ExchangeSinkStats) opStats_; } return cz.proto.ExchangeSinkStats.getDefaultInstance(); } else { if (opStatsCase_ == 14) { return exchangeSinkStatsBuilder_.getMessage(); } return cz.proto.ExchangeSinkStats.getDefaultInstance(); } } /** * .cz.proto.ExchangeSinkStats exchange_sink_stats = 14; */ public Builder setExchangeSinkStats(cz.proto.ExchangeSinkStats value) { if (exchangeSinkStatsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } opStats_ = value; onChanged(); } else { exchangeSinkStatsBuilder_.setMessage(value); } opStatsCase_ = 14; return this; } /** * .cz.proto.ExchangeSinkStats exchange_sink_stats = 14; */ public Builder setExchangeSinkStats( cz.proto.ExchangeSinkStats.Builder builderForValue) { if (exchangeSinkStatsBuilder_ == null) { opStats_ = builderForValue.build(); onChanged(); } else { exchangeSinkStatsBuilder_.setMessage(builderForValue.build()); } opStatsCase_ = 14; return this; } /** * .cz.proto.ExchangeSinkStats exchange_sink_stats = 14; */ public Builder mergeExchangeSinkStats(cz.proto.ExchangeSinkStats value) { if (exchangeSinkStatsBuilder_ == null) { if (opStatsCase_ == 14 && opStats_ != cz.proto.ExchangeSinkStats.getDefaultInstance()) { opStats_ = cz.proto.ExchangeSinkStats.newBuilder((cz.proto.ExchangeSinkStats) opStats_) .mergeFrom(value).buildPartial(); } else { opStats_ = value; } onChanged(); } else { if (opStatsCase_ == 14) { exchangeSinkStatsBuilder_.mergeFrom(value); } exchangeSinkStatsBuilder_.setMessage(value); } opStatsCase_ = 14; return this; } /** * .cz.proto.ExchangeSinkStats exchange_sink_stats = 14; */ public Builder clearExchangeSinkStats() { if (exchangeSinkStatsBuilder_ == null) { if (opStatsCase_ == 14) { opStatsCase_ = 0; opStats_ = null; onChanged(); } } else { if (opStatsCase_ == 14) { opStatsCase_ = 0; opStats_ = null; } exchangeSinkStatsBuilder_.clear(); } return this; } /** * .cz.proto.ExchangeSinkStats exchange_sink_stats = 14; */ public cz.proto.ExchangeSinkStats.Builder getExchangeSinkStatsBuilder() { return getExchangeSinkStatsFieldBuilder().getBuilder(); } /** * .cz.proto.ExchangeSinkStats exchange_sink_stats = 14; */ @java.lang.Override public cz.proto.ExchangeSinkStatsOrBuilder getExchangeSinkStatsOrBuilder() { if ((opStatsCase_ == 14) && (exchangeSinkStatsBuilder_ != null)) { return exchangeSinkStatsBuilder_.getMessageOrBuilder(); } else { if (opStatsCase_ == 14) { return (cz.proto.ExchangeSinkStats) opStats_; } return cz.proto.ExchangeSinkStats.getDefaultInstance(); } } /** * .cz.proto.ExchangeSinkStats exchange_sink_stats = 14; */ private com.google.protobuf.SingleFieldBuilderV3< cz.proto.ExchangeSinkStats, cz.proto.ExchangeSinkStats.Builder, cz.proto.ExchangeSinkStatsOrBuilder> getExchangeSinkStatsFieldBuilder() { if (exchangeSinkStatsBuilder_ == null) { if (!(opStatsCase_ == 14)) { opStats_ = cz.proto.ExchangeSinkStats.getDefaultInstance(); } exchangeSinkStatsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< cz.proto.ExchangeSinkStats, cz.proto.ExchangeSinkStats.Builder, cz.proto.ExchangeSinkStatsOrBuilder>( (cz.proto.ExchangeSinkStats) opStats_, getParentForChildren(), isClean()); opStats_ = null; } opStatsCase_ = 14; onChanged();; return exchangeSinkStatsBuilder_; } private com.google.protobuf.SingleFieldBuilderV3< cz.proto.ExchangeSourceStats, cz.proto.ExchangeSourceStats.Builder, cz.proto.ExchangeSourceStatsOrBuilder> exchangeSourceStatsBuilder_; /** * .cz.proto.ExchangeSourceStats exchange_source_stats = 15; * @return Whether the exchangeSourceStats field is set. */ @java.lang.Override public boolean hasExchangeSourceStats() { return opStatsCase_ == 15; } /** * .cz.proto.ExchangeSourceStats exchange_source_stats = 15; * @return The exchangeSourceStats. */ @java.lang.Override public cz.proto.ExchangeSourceStats getExchangeSourceStats() { if (exchangeSourceStatsBuilder_ == null) { if (opStatsCase_ == 15) { return (cz.proto.ExchangeSourceStats) opStats_; } return cz.proto.ExchangeSourceStats.getDefaultInstance(); } else { if (opStatsCase_ == 15) { return exchangeSourceStatsBuilder_.getMessage(); } return cz.proto.ExchangeSourceStats.getDefaultInstance(); } } /** * .cz.proto.ExchangeSourceStats exchange_source_stats = 15; */ public Builder setExchangeSourceStats(cz.proto.ExchangeSourceStats value) { if (exchangeSourceStatsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } opStats_ = value; onChanged(); } else { exchangeSourceStatsBuilder_.setMessage(value); } opStatsCase_ = 15; return this; } /** * .cz.proto.ExchangeSourceStats exchange_source_stats = 15; */ public Builder setExchangeSourceStats( cz.proto.ExchangeSourceStats.Builder builderForValue) { if (exchangeSourceStatsBuilder_ == null) { opStats_ = builderForValue.build(); onChanged(); } else { exchangeSourceStatsBuilder_.setMessage(builderForValue.build()); } opStatsCase_ = 15; return this; } /** * .cz.proto.ExchangeSourceStats exchange_source_stats = 15; */ public Builder mergeExchangeSourceStats(cz.proto.ExchangeSourceStats value) { if (exchangeSourceStatsBuilder_ == null) { if (opStatsCase_ == 15 && opStats_ != cz.proto.ExchangeSourceStats.getDefaultInstance()) { opStats_ = cz.proto.ExchangeSourceStats.newBuilder((cz.proto.ExchangeSourceStats) opStats_) .mergeFrom(value).buildPartial(); } else { opStats_ = value; } onChanged(); } else { if (opStatsCase_ == 15) { exchangeSourceStatsBuilder_.mergeFrom(value); } exchangeSourceStatsBuilder_.setMessage(value); } opStatsCase_ = 15; return this; } /** * .cz.proto.ExchangeSourceStats exchange_source_stats = 15; */ public Builder clearExchangeSourceStats() { if (exchangeSourceStatsBuilder_ == null) { if (opStatsCase_ == 15) { opStatsCase_ = 0; opStats_ = null; onChanged(); } } else { if (opStatsCase_ == 15) { opStatsCase_ = 0; opStats_ = null; } exchangeSourceStatsBuilder_.clear(); } return this; } /** * .cz.proto.ExchangeSourceStats exchange_source_stats = 15; */ public cz.proto.ExchangeSourceStats.Builder getExchangeSourceStatsBuilder() { return getExchangeSourceStatsFieldBuilder().getBuilder(); } /** * .cz.proto.ExchangeSourceStats exchange_source_stats = 15; */ @java.lang.Override public cz.proto.ExchangeSourceStatsOrBuilder getExchangeSourceStatsOrBuilder() { if ((opStatsCase_ == 15) && (exchangeSourceStatsBuilder_ != null)) { return exchangeSourceStatsBuilder_.getMessageOrBuilder(); } else { if (opStatsCase_ == 15) { return (cz.proto.ExchangeSourceStats) opStats_; } return cz.proto.ExchangeSourceStats.getDefaultInstance(); } } /** * .cz.proto.ExchangeSourceStats exchange_source_stats = 15; */ private com.google.protobuf.SingleFieldBuilderV3< cz.proto.ExchangeSourceStats, cz.proto.ExchangeSourceStats.Builder, cz.proto.ExchangeSourceStatsOrBuilder> getExchangeSourceStatsFieldBuilder() { if (exchangeSourceStatsBuilder_ == null) { if (!(opStatsCase_ == 15)) { opStats_ = cz.proto.ExchangeSourceStats.getDefaultInstance(); } exchangeSourceStatsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< cz.proto.ExchangeSourceStats, cz.proto.ExchangeSourceStats.Builder, cz.proto.ExchangeSourceStatsOrBuilder>( (cz.proto.ExchangeSourceStats) opStats_, getParentForChildren(), isClean()); opStats_ = null; } opStatsCase_ = 15; onChanged();; return exchangeSourceStatsBuilder_; } private com.google.protobuf.SingleFieldBuilderV3< cz.proto.UnionAllStats, cz.proto.UnionAllStats.Builder, cz.proto.UnionAllStatsOrBuilder> unionAllStatsBuilder_; /** * .cz.proto.UnionAllStats union_all_stats = 16; * @return Whether the unionAllStats field is set. */ @java.lang.Override public boolean hasUnionAllStats() { return opStatsCase_ == 16; } /** * .cz.proto.UnionAllStats union_all_stats = 16; * @return The unionAllStats. */ @java.lang.Override public cz.proto.UnionAllStats getUnionAllStats() { if (unionAllStatsBuilder_ == null) { if (opStatsCase_ == 16) { return (cz.proto.UnionAllStats) opStats_; } return cz.proto.UnionAllStats.getDefaultInstance(); } else { if (opStatsCase_ == 16) { return unionAllStatsBuilder_.getMessage(); } return cz.proto.UnionAllStats.getDefaultInstance(); } } /** * .cz.proto.UnionAllStats union_all_stats = 16; */ public Builder setUnionAllStats(cz.proto.UnionAllStats value) { if (unionAllStatsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } opStats_ = value; onChanged(); } else { unionAllStatsBuilder_.setMessage(value); } opStatsCase_ = 16; return this; } /** * .cz.proto.UnionAllStats union_all_stats = 16; */ public Builder setUnionAllStats( cz.proto.UnionAllStats.Builder builderForValue) { if (unionAllStatsBuilder_ == null) { opStats_ = builderForValue.build(); onChanged(); } else { unionAllStatsBuilder_.setMessage(builderForValue.build()); } opStatsCase_ = 16; return this; } /** * .cz.proto.UnionAllStats union_all_stats = 16; */ public Builder mergeUnionAllStats(cz.proto.UnionAllStats value) { if (unionAllStatsBuilder_ == null) { if (opStatsCase_ == 16 && opStats_ != cz.proto.UnionAllStats.getDefaultInstance()) { opStats_ = cz.proto.UnionAllStats.newBuilder((cz.proto.UnionAllStats) opStats_) .mergeFrom(value).buildPartial(); } else { opStats_ = value; } onChanged(); } else { if (opStatsCase_ == 16) { unionAllStatsBuilder_.mergeFrom(value); } unionAllStatsBuilder_.setMessage(value); } opStatsCase_ = 16; return this; } /** * .cz.proto.UnionAllStats union_all_stats = 16; */ public Builder clearUnionAllStats() { if (unionAllStatsBuilder_ == null) { if (opStatsCase_ == 16) { opStatsCase_ = 0; opStats_ = null; onChanged(); } } else { if (opStatsCase_ == 16) { opStatsCase_ = 0; opStats_ = null; } unionAllStatsBuilder_.clear(); } return this; } /** * .cz.proto.UnionAllStats union_all_stats = 16; */ public cz.proto.UnionAllStats.Builder getUnionAllStatsBuilder() { return getUnionAllStatsFieldBuilder().getBuilder(); } /** * .cz.proto.UnionAllStats union_all_stats = 16; */ @java.lang.Override public cz.proto.UnionAllStatsOrBuilder getUnionAllStatsOrBuilder() { if ((opStatsCase_ == 16) && (unionAllStatsBuilder_ != null)) { return unionAllStatsBuilder_.getMessageOrBuilder(); } else { if (opStatsCase_ == 16) { return (cz.proto.UnionAllStats) opStats_; } return cz.proto.UnionAllStats.getDefaultInstance(); } } /** * .cz.proto.UnionAllStats union_all_stats = 16; */ private com.google.protobuf.SingleFieldBuilderV3< cz.proto.UnionAllStats, cz.proto.UnionAllStats.Builder, cz.proto.UnionAllStatsOrBuilder> getUnionAllStatsFieldBuilder() { if (unionAllStatsBuilder_ == null) { if (!(opStatsCase_ == 16)) { opStats_ = cz.proto.UnionAllStats.getDefaultInstance(); } unionAllStatsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< cz.proto.UnionAllStats, cz.proto.UnionAllStats.Builder, cz.proto.UnionAllStatsOrBuilder>( (cz.proto.UnionAllStats) opStats_, getParentForChildren(), isClean()); opStats_ = null; } opStatsCase_ = 16; onChanged();; return unionAllStatsBuilder_; } private com.google.protobuf.SingleFieldBuilderV3< cz.proto.BufferStats, cz.proto.BufferStats.Builder, cz.proto.BufferStatsOrBuilder> bufferStatsBuilder_; /** * .cz.proto.BufferStats buffer_stats = 17; * @return Whether the bufferStats field is set. */ @java.lang.Override public boolean hasBufferStats() { return opStatsCase_ == 17; } /** * .cz.proto.BufferStats buffer_stats = 17; * @return The bufferStats. */ @java.lang.Override public cz.proto.BufferStats getBufferStats() { if (bufferStatsBuilder_ == null) { if (opStatsCase_ == 17) { return (cz.proto.BufferStats) opStats_; } return cz.proto.BufferStats.getDefaultInstance(); } else { if (opStatsCase_ == 17) { return bufferStatsBuilder_.getMessage(); } return cz.proto.BufferStats.getDefaultInstance(); } } /** * .cz.proto.BufferStats buffer_stats = 17; */ public Builder setBufferStats(cz.proto.BufferStats value) { if (bufferStatsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } opStats_ = value; onChanged(); } else { bufferStatsBuilder_.setMessage(value); } opStatsCase_ = 17; return this; } /** * .cz.proto.BufferStats buffer_stats = 17; */ public Builder setBufferStats( cz.proto.BufferStats.Builder builderForValue) { if (bufferStatsBuilder_ == null) { opStats_ = builderForValue.build(); onChanged(); } else { bufferStatsBuilder_.setMessage(builderForValue.build()); } opStatsCase_ = 17; return this; } /** * .cz.proto.BufferStats buffer_stats = 17; */ public Builder mergeBufferStats(cz.proto.BufferStats value) { if (bufferStatsBuilder_ == null) { if (opStatsCase_ == 17 && opStats_ != cz.proto.BufferStats.getDefaultInstance()) { opStats_ = cz.proto.BufferStats.newBuilder((cz.proto.BufferStats) opStats_) .mergeFrom(value).buildPartial(); } else { opStats_ = value; } onChanged(); } else { if (opStatsCase_ == 17) { bufferStatsBuilder_.mergeFrom(value); } bufferStatsBuilder_.setMessage(value); } opStatsCase_ = 17; return this; } /** * .cz.proto.BufferStats buffer_stats = 17; */ public Builder clearBufferStats() { if (bufferStatsBuilder_ == null) { if (opStatsCase_ == 17) { opStatsCase_ = 0; opStats_ = null; onChanged(); } } else { if (opStatsCase_ == 17) { opStatsCase_ = 0; opStats_ = null; } bufferStatsBuilder_.clear(); } return this; } /** * .cz.proto.BufferStats buffer_stats = 17; */ public cz.proto.BufferStats.Builder getBufferStatsBuilder() { return getBufferStatsFieldBuilder().getBuilder(); } /** * .cz.proto.BufferStats buffer_stats = 17; */ @java.lang.Override public cz.proto.BufferStatsOrBuilder getBufferStatsOrBuilder() { if ((opStatsCase_ == 17) && (bufferStatsBuilder_ != null)) { return bufferStatsBuilder_.getMessageOrBuilder(); } else { if (opStatsCase_ == 17) { return (cz.proto.BufferStats) opStats_; } return cz.proto.BufferStats.getDefaultInstance(); } } /** * .cz.proto.BufferStats buffer_stats = 17; */ private com.google.protobuf.SingleFieldBuilderV3< cz.proto.BufferStats, cz.proto.BufferStats.Builder, cz.proto.BufferStatsOrBuilder> getBufferStatsFieldBuilder() { if (bufferStatsBuilder_ == null) { if (!(opStatsCase_ == 17)) { opStats_ = cz.proto.BufferStats.getDefaultInstance(); } bufferStatsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< cz.proto.BufferStats, cz.proto.BufferStats.Builder, cz.proto.BufferStatsOrBuilder>( (cz.proto.BufferStats) opStats_, getParentForChildren(), isClean()); opStats_ = null; } opStatsCase_ = 17; onChanged();; return bufferStatsBuilder_; } private com.google.protobuf.SingleFieldBuilderV3< cz.proto.WindowStats, cz.proto.WindowStats.Builder, cz.proto.WindowStatsOrBuilder> windowStatsBuilder_; /** * .cz.proto.WindowStats window_stats = 18; * @return Whether the windowStats field is set. */ @java.lang.Override public boolean hasWindowStats() { return opStatsCase_ == 18; } /** * .cz.proto.WindowStats window_stats = 18; * @return The windowStats. */ @java.lang.Override public cz.proto.WindowStats getWindowStats() { if (windowStatsBuilder_ == null) { if (opStatsCase_ == 18) { return (cz.proto.WindowStats) opStats_; } return cz.proto.WindowStats.getDefaultInstance(); } else { if (opStatsCase_ == 18) { return windowStatsBuilder_.getMessage(); } return cz.proto.WindowStats.getDefaultInstance(); } } /** * .cz.proto.WindowStats window_stats = 18; */ public Builder setWindowStats(cz.proto.WindowStats value) { if (windowStatsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } opStats_ = value; onChanged(); } else { windowStatsBuilder_.setMessage(value); } opStatsCase_ = 18; return this; } /** * .cz.proto.WindowStats window_stats = 18; */ public Builder setWindowStats( cz.proto.WindowStats.Builder builderForValue) { if (windowStatsBuilder_ == null) { opStats_ = builderForValue.build(); onChanged(); } else { windowStatsBuilder_.setMessage(builderForValue.build()); } opStatsCase_ = 18; return this; } /** * .cz.proto.WindowStats window_stats = 18; */ public Builder mergeWindowStats(cz.proto.WindowStats value) { if (windowStatsBuilder_ == null) { if (opStatsCase_ == 18 && opStats_ != cz.proto.WindowStats.getDefaultInstance()) { opStats_ = cz.proto.WindowStats.newBuilder((cz.proto.WindowStats) opStats_) .mergeFrom(value).buildPartial(); } else { opStats_ = value; } onChanged(); } else { if (opStatsCase_ == 18) { windowStatsBuilder_.mergeFrom(value); } windowStatsBuilder_.setMessage(value); } opStatsCase_ = 18; return this; } /** * .cz.proto.WindowStats window_stats = 18; */ public Builder clearWindowStats() { if (windowStatsBuilder_ == null) { if (opStatsCase_ == 18) { opStatsCase_ = 0; opStats_ = null; onChanged(); } } else { if (opStatsCase_ == 18) { opStatsCase_ = 0; opStats_ = null; } windowStatsBuilder_.clear(); } return this; } /** * .cz.proto.WindowStats window_stats = 18; */ public cz.proto.WindowStats.Builder getWindowStatsBuilder() { return getWindowStatsFieldBuilder().getBuilder(); } /** * .cz.proto.WindowStats window_stats = 18; */ @java.lang.Override public cz.proto.WindowStatsOrBuilder getWindowStatsOrBuilder() { if ((opStatsCase_ == 18) && (windowStatsBuilder_ != null)) { return windowStatsBuilder_.getMessageOrBuilder(); } else { if (opStatsCase_ == 18) { return (cz.proto.WindowStats) opStats_; } return cz.proto.WindowStats.getDefaultInstance(); } } /** * .cz.proto.WindowStats window_stats = 18; */ private com.google.protobuf.SingleFieldBuilderV3< cz.proto.WindowStats, cz.proto.WindowStats.Builder, cz.proto.WindowStatsOrBuilder> getWindowStatsFieldBuilder() { if (windowStatsBuilder_ == null) { if (!(opStatsCase_ == 18)) { opStats_ = cz.proto.WindowStats.getDefaultInstance(); } windowStatsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< cz.proto.WindowStats, cz.proto.WindowStats.Builder, cz.proto.WindowStatsOrBuilder>( (cz.proto.WindowStats) opStats_, getParentForChildren(), isClean()); opStats_ = null; } opStatsCase_ = 18; onChanged();; return windowStatsBuilder_; } private com.google.protobuf.SingleFieldBuilderV3< cz.proto.ExpandStats, cz.proto.ExpandStats.Builder, cz.proto.ExpandStatsOrBuilder> expandStatsBuilder_; /** * .cz.proto.ExpandStats expand_stats = 19; * @return Whether the expandStats field is set. */ @java.lang.Override public boolean hasExpandStats() { return opStatsCase_ == 19; } /** * .cz.proto.ExpandStats expand_stats = 19; * @return The expandStats. */ @java.lang.Override public cz.proto.ExpandStats getExpandStats() { if (expandStatsBuilder_ == null) { if (opStatsCase_ == 19) { return (cz.proto.ExpandStats) opStats_; } return cz.proto.ExpandStats.getDefaultInstance(); } else { if (opStatsCase_ == 19) { return expandStatsBuilder_.getMessage(); } return cz.proto.ExpandStats.getDefaultInstance(); } } /** * .cz.proto.ExpandStats expand_stats = 19; */ public Builder setExpandStats(cz.proto.ExpandStats value) { if (expandStatsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } opStats_ = value; onChanged(); } else { expandStatsBuilder_.setMessage(value); } opStatsCase_ = 19; return this; } /** * .cz.proto.ExpandStats expand_stats = 19; */ public Builder setExpandStats( cz.proto.ExpandStats.Builder builderForValue) { if (expandStatsBuilder_ == null) { opStats_ = builderForValue.build(); onChanged(); } else { expandStatsBuilder_.setMessage(builderForValue.build()); } opStatsCase_ = 19; return this; } /** * .cz.proto.ExpandStats expand_stats = 19; */ public Builder mergeExpandStats(cz.proto.ExpandStats value) { if (expandStatsBuilder_ == null) { if (opStatsCase_ == 19 && opStats_ != cz.proto.ExpandStats.getDefaultInstance()) { opStats_ = cz.proto.ExpandStats.newBuilder((cz.proto.ExpandStats) opStats_) .mergeFrom(value).buildPartial(); } else { opStats_ = value; } onChanged(); } else { if (opStatsCase_ == 19) { expandStatsBuilder_.mergeFrom(value); } expandStatsBuilder_.setMessage(value); } opStatsCase_ = 19; return this; } /** * .cz.proto.ExpandStats expand_stats = 19; */ public Builder clearExpandStats() { if (expandStatsBuilder_ == null) { if (opStatsCase_ == 19) { opStatsCase_ = 0; opStats_ = null; onChanged(); } } else { if (opStatsCase_ == 19) { opStatsCase_ = 0; opStats_ = null; } expandStatsBuilder_.clear(); } return this; } /** * .cz.proto.ExpandStats expand_stats = 19; */ public cz.proto.ExpandStats.Builder getExpandStatsBuilder() { return getExpandStatsFieldBuilder().getBuilder(); } /** * .cz.proto.ExpandStats expand_stats = 19; */ @java.lang.Override public cz.proto.ExpandStatsOrBuilder getExpandStatsOrBuilder() { if ((opStatsCase_ == 19) && (expandStatsBuilder_ != null)) { return expandStatsBuilder_.getMessageOrBuilder(); } else { if (opStatsCase_ == 19) { return (cz.proto.ExpandStats) opStats_; } return cz.proto.ExpandStats.getDefaultInstance(); } } /** * .cz.proto.ExpandStats expand_stats = 19; */ private com.google.protobuf.SingleFieldBuilderV3< cz.proto.ExpandStats, cz.proto.ExpandStats.Builder, cz.proto.ExpandStatsOrBuilder> getExpandStatsFieldBuilder() { if (expandStatsBuilder_ == null) { if (!(opStatsCase_ == 19)) { opStats_ = cz.proto.ExpandStats.getDefaultInstance(); } expandStatsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< cz.proto.ExpandStats, cz.proto.ExpandStats.Builder, cz.proto.ExpandStatsOrBuilder>( (cz.proto.ExpandStats) opStats_, getParentForChildren(), isClean()); opStats_ = null; } opStatsCase_ = 19; onChanged();; return expandStatsBuilder_; } private com.google.protobuf.SingleFieldBuilderV3< cz.proto.LateralViewStats, cz.proto.LateralViewStats.Builder, cz.proto.LateralViewStatsOrBuilder> lateralViewStatsBuilder_; /** * .cz.proto.LateralViewStats lateral_view_stats = 20; * @return Whether the lateralViewStats field is set. */ @java.lang.Override public boolean hasLateralViewStats() { return opStatsCase_ == 20; } /** * .cz.proto.LateralViewStats lateral_view_stats = 20; * @return The lateralViewStats. */ @java.lang.Override public cz.proto.LateralViewStats getLateralViewStats() { if (lateralViewStatsBuilder_ == null) { if (opStatsCase_ == 20) { return (cz.proto.LateralViewStats) opStats_; } return cz.proto.LateralViewStats.getDefaultInstance(); } else { if (opStatsCase_ == 20) { return lateralViewStatsBuilder_.getMessage(); } return cz.proto.LateralViewStats.getDefaultInstance(); } } /** * .cz.proto.LateralViewStats lateral_view_stats = 20; */ public Builder setLateralViewStats(cz.proto.LateralViewStats value) { if (lateralViewStatsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } opStats_ = value; onChanged(); } else { lateralViewStatsBuilder_.setMessage(value); } opStatsCase_ = 20; return this; } /** * .cz.proto.LateralViewStats lateral_view_stats = 20; */ public Builder setLateralViewStats( cz.proto.LateralViewStats.Builder builderForValue) { if (lateralViewStatsBuilder_ == null) { opStats_ = builderForValue.build(); onChanged(); } else { lateralViewStatsBuilder_.setMessage(builderForValue.build()); } opStatsCase_ = 20; return this; } /** * .cz.proto.LateralViewStats lateral_view_stats = 20; */ public Builder mergeLateralViewStats(cz.proto.LateralViewStats value) { if (lateralViewStatsBuilder_ == null) { if (opStatsCase_ == 20 && opStats_ != cz.proto.LateralViewStats.getDefaultInstance()) { opStats_ = cz.proto.LateralViewStats.newBuilder((cz.proto.LateralViewStats) opStats_) .mergeFrom(value).buildPartial(); } else { opStats_ = value; } onChanged(); } else { if (opStatsCase_ == 20) { lateralViewStatsBuilder_.mergeFrom(value); } lateralViewStatsBuilder_.setMessage(value); } opStatsCase_ = 20; return this; } /** * .cz.proto.LateralViewStats lateral_view_stats = 20; */ public Builder clearLateralViewStats() { if (lateralViewStatsBuilder_ == null) { if (opStatsCase_ == 20) { opStatsCase_ = 0; opStats_ = null; onChanged(); } } else { if (opStatsCase_ == 20) { opStatsCase_ = 0; opStats_ = null; } lateralViewStatsBuilder_.clear(); } return this; } /** * .cz.proto.LateralViewStats lateral_view_stats = 20; */ public cz.proto.LateralViewStats.Builder getLateralViewStatsBuilder() { return getLateralViewStatsFieldBuilder().getBuilder(); } /** * .cz.proto.LateralViewStats lateral_view_stats = 20; */ @java.lang.Override public cz.proto.LateralViewStatsOrBuilder getLateralViewStatsOrBuilder() { if ((opStatsCase_ == 20) && (lateralViewStatsBuilder_ != null)) { return lateralViewStatsBuilder_.getMessageOrBuilder(); } else { if (opStatsCase_ == 20) { return (cz.proto.LateralViewStats) opStats_; } return cz.proto.LateralViewStats.getDefaultInstance(); } } /** * .cz.proto.LateralViewStats lateral_view_stats = 20; */ private com.google.protobuf.SingleFieldBuilderV3< cz.proto.LateralViewStats, cz.proto.LateralViewStats.Builder, cz.proto.LateralViewStatsOrBuilder> getLateralViewStatsFieldBuilder() { if (lateralViewStatsBuilder_ == null) { if (!(opStatsCase_ == 20)) { opStats_ = cz.proto.LateralViewStats.getDefaultInstance(); } lateralViewStatsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< cz.proto.LateralViewStats, cz.proto.LateralViewStats.Builder, cz.proto.LateralViewStatsOrBuilder>( (cz.proto.LateralViewStats) opStats_, getParentForChildren(), isClean()); opStats_ = null; } opStatsCase_ = 20; onChanged();; return lateralViewStatsBuilder_; } private com.google.protobuf.SingleFieldBuilderV3< cz.proto.PartialWindowStats, cz.proto.PartialWindowStats.Builder, cz.proto.PartialWindowStatsOrBuilder> partialWindowStatsBuilder_; /** * .cz.proto.PartialWindowStats partial_window_stats = 21; * @return Whether the partialWindowStats field is set. */ @java.lang.Override public boolean hasPartialWindowStats() { return opStatsCase_ == 21; } /** * .cz.proto.PartialWindowStats partial_window_stats = 21; * @return The partialWindowStats. */ @java.lang.Override public cz.proto.PartialWindowStats getPartialWindowStats() { if (partialWindowStatsBuilder_ == null) { if (opStatsCase_ == 21) { return (cz.proto.PartialWindowStats) opStats_; } return cz.proto.PartialWindowStats.getDefaultInstance(); } else { if (opStatsCase_ == 21) { return partialWindowStatsBuilder_.getMessage(); } return cz.proto.PartialWindowStats.getDefaultInstance(); } } /** * .cz.proto.PartialWindowStats partial_window_stats = 21; */ public Builder setPartialWindowStats(cz.proto.PartialWindowStats value) { if (partialWindowStatsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } opStats_ = value; onChanged(); } else { partialWindowStatsBuilder_.setMessage(value); } opStatsCase_ = 21; return this; } /** * .cz.proto.PartialWindowStats partial_window_stats = 21; */ public Builder setPartialWindowStats( cz.proto.PartialWindowStats.Builder builderForValue) { if (partialWindowStatsBuilder_ == null) { opStats_ = builderForValue.build(); onChanged(); } else { partialWindowStatsBuilder_.setMessage(builderForValue.build()); } opStatsCase_ = 21; return this; } /** * .cz.proto.PartialWindowStats partial_window_stats = 21; */ public Builder mergePartialWindowStats(cz.proto.PartialWindowStats value) { if (partialWindowStatsBuilder_ == null) { if (opStatsCase_ == 21 && opStats_ != cz.proto.PartialWindowStats.getDefaultInstance()) { opStats_ = cz.proto.PartialWindowStats.newBuilder((cz.proto.PartialWindowStats) opStats_) .mergeFrom(value).buildPartial(); } else { opStats_ = value; } onChanged(); } else { if (opStatsCase_ == 21) { partialWindowStatsBuilder_.mergeFrom(value); } partialWindowStatsBuilder_.setMessage(value); } opStatsCase_ = 21; return this; } /** * .cz.proto.PartialWindowStats partial_window_stats = 21; */ public Builder clearPartialWindowStats() { if (partialWindowStatsBuilder_ == null) { if (opStatsCase_ == 21) { opStatsCase_ = 0; opStats_ = null; onChanged(); } } else { if (opStatsCase_ == 21) { opStatsCase_ = 0; opStats_ = null; } partialWindowStatsBuilder_.clear(); } return this; } /** * .cz.proto.PartialWindowStats partial_window_stats = 21; */ public cz.proto.PartialWindowStats.Builder getPartialWindowStatsBuilder() { return getPartialWindowStatsFieldBuilder().getBuilder(); } /** * .cz.proto.PartialWindowStats partial_window_stats = 21; */ @java.lang.Override public cz.proto.PartialWindowStatsOrBuilder getPartialWindowStatsOrBuilder() { if ((opStatsCase_ == 21) && (partialWindowStatsBuilder_ != null)) { return partialWindowStatsBuilder_.getMessageOrBuilder(); } else { if (opStatsCase_ == 21) { return (cz.proto.PartialWindowStats) opStats_; } return cz.proto.PartialWindowStats.getDefaultInstance(); } } /** * .cz.proto.PartialWindowStats partial_window_stats = 21; */ private com.google.protobuf.SingleFieldBuilderV3< cz.proto.PartialWindowStats, cz.proto.PartialWindowStats.Builder, cz.proto.PartialWindowStatsOrBuilder> getPartialWindowStatsFieldBuilder() { if (partialWindowStatsBuilder_ == null) { if (!(opStatsCase_ == 21)) { opStats_ = cz.proto.PartialWindowStats.getDefaultInstance(); } partialWindowStatsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< cz.proto.PartialWindowStats, cz.proto.PartialWindowStats.Builder, cz.proto.PartialWindowStatsOrBuilder>( (cz.proto.PartialWindowStats) opStats_, getParentForChildren(), isClean()); opStats_ = null; } opStatsCase_ = 21; onChanged();; return partialWindowStatsBuilder_; } private com.google.protobuf.SingleFieldBuilderV3< cz.proto.LocalExchangeStats, cz.proto.LocalExchangeStats.Builder, cz.proto.LocalExchangeStatsOrBuilder> localExchangeStatsBuilder_; /** * .cz.proto.LocalExchangeStats local_exchange_stats = 22; * @return Whether the localExchangeStats field is set. */ @java.lang.Override public boolean hasLocalExchangeStats() { return opStatsCase_ == 22; } /** * .cz.proto.LocalExchangeStats local_exchange_stats = 22; * @return The localExchangeStats. */ @java.lang.Override public cz.proto.LocalExchangeStats getLocalExchangeStats() { if (localExchangeStatsBuilder_ == null) { if (opStatsCase_ == 22) { return (cz.proto.LocalExchangeStats) opStats_; } return cz.proto.LocalExchangeStats.getDefaultInstance(); } else { if (opStatsCase_ == 22) { return localExchangeStatsBuilder_.getMessage(); } return cz.proto.LocalExchangeStats.getDefaultInstance(); } } /** * .cz.proto.LocalExchangeStats local_exchange_stats = 22; */ public Builder setLocalExchangeStats(cz.proto.LocalExchangeStats value) { if (localExchangeStatsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } opStats_ = value; onChanged(); } else { localExchangeStatsBuilder_.setMessage(value); } opStatsCase_ = 22; return this; } /** * .cz.proto.LocalExchangeStats local_exchange_stats = 22; */ public Builder setLocalExchangeStats( cz.proto.LocalExchangeStats.Builder builderForValue) { if (localExchangeStatsBuilder_ == null) { opStats_ = builderForValue.build(); onChanged(); } else { localExchangeStatsBuilder_.setMessage(builderForValue.build()); } opStatsCase_ = 22; return this; } /** * .cz.proto.LocalExchangeStats local_exchange_stats = 22; */ public Builder mergeLocalExchangeStats(cz.proto.LocalExchangeStats value) { if (localExchangeStatsBuilder_ == null) { if (opStatsCase_ == 22 && opStats_ != cz.proto.LocalExchangeStats.getDefaultInstance()) { opStats_ = cz.proto.LocalExchangeStats.newBuilder((cz.proto.LocalExchangeStats) opStats_) .mergeFrom(value).buildPartial(); } else { opStats_ = value; } onChanged(); } else { if (opStatsCase_ == 22) { localExchangeStatsBuilder_.mergeFrom(value); } localExchangeStatsBuilder_.setMessage(value); } opStatsCase_ = 22; return this; } /** * .cz.proto.LocalExchangeStats local_exchange_stats = 22; */ public Builder clearLocalExchangeStats() { if (localExchangeStatsBuilder_ == null) { if (opStatsCase_ == 22) { opStatsCase_ = 0; opStats_ = null; onChanged(); } } else { if (opStatsCase_ == 22) { opStatsCase_ = 0; opStats_ = null; } localExchangeStatsBuilder_.clear(); } return this; } /** * .cz.proto.LocalExchangeStats local_exchange_stats = 22; */ public cz.proto.LocalExchangeStats.Builder getLocalExchangeStatsBuilder() { return getLocalExchangeStatsFieldBuilder().getBuilder(); } /** * .cz.proto.LocalExchangeStats local_exchange_stats = 22; */ @java.lang.Override public cz.proto.LocalExchangeStatsOrBuilder getLocalExchangeStatsOrBuilder() { if ((opStatsCase_ == 22) && (localExchangeStatsBuilder_ != null)) { return localExchangeStatsBuilder_.getMessageOrBuilder(); } else { if (opStatsCase_ == 22) { return (cz.proto.LocalExchangeStats) opStats_; } return cz.proto.LocalExchangeStats.getDefaultInstance(); } } /** * .cz.proto.LocalExchangeStats local_exchange_stats = 22; */ private com.google.protobuf.SingleFieldBuilderV3< cz.proto.LocalExchangeStats, cz.proto.LocalExchangeStats.Builder, cz.proto.LocalExchangeStatsOrBuilder> getLocalExchangeStatsFieldBuilder() { if (localExchangeStatsBuilder_ == null) { if (!(opStatsCase_ == 22)) { opStats_ = cz.proto.LocalExchangeStats.getDefaultInstance(); } localExchangeStatsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< cz.proto.LocalExchangeStats, cz.proto.LocalExchangeStats.Builder, cz.proto.LocalExchangeStatsOrBuilder>( (cz.proto.LocalExchangeStats) opStats_, getParentForChildren(), isClean()); opStats_ = null; } opStatsCase_ = 22; onChanged();; return localExchangeStatsBuilder_; } private cz.proto.Timing initTiming_; private com.google.protobuf.SingleFieldBuilderV3< cz.proto.Timing, cz.proto.Timing.Builder, cz.proto.TimingOrBuilder> initTimingBuilder_; /** * .cz.proto.Timing init_timing = 100; * @return Whether the initTiming field is set. */ public boolean hasInitTiming() { return initTimingBuilder_ != null || initTiming_ != null; } /** * .cz.proto.Timing init_timing = 100; * @return The initTiming. */ public cz.proto.Timing getInitTiming() { if (initTimingBuilder_ == null) { return initTiming_ == null ? cz.proto.Timing.getDefaultInstance() : initTiming_; } else { return initTimingBuilder_.getMessage(); } } /** * .cz.proto.Timing init_timing = 100; */ public Builder setInitTiming(cz.proto.Timing value) { if (initTimingBuilder_ == null) { if (value == null) { throw new NullPointerException(); } initTiming_ = value; onChanged(); } else { initTimingBuilder_.setMessage(value); } return this; } /** * .cz.proto.Timing init_timing = 100; */ public Builder setInitTiming( cz.proto.Timing.Builder builderForValue) { if (initTimingBuilder_ == null) { initTiming_ = builderForValue.build(); onChanged(); } else { initTimingBuilder_.setMessage(builderForValue.build()); } return this; } /** * .cz.proto.Timing init_timing = 100; */ public Builder mergeInitTiming(cz.proto.Timing value) { if (initTimingBuilder_ == null) { if (initTiming_ != null) { initTiming_ = cz.proto.Timing.newBuilder(initTiming_).mergeFrom(value).buildPartial(); } else { initTiming_ = value; } onChanged(); } else { initTimingBuilder_.mergeFrom(value); } return this; } /** * .cz.proto.Timing init_timing = 100; */ public Builder clearInitTiming() { if (initTimingBuilder_ == null) { initTiming_ = null; onChanged(); } else { initTiming_ = null; initTimingBuilder_ = null; } return this; } /** * .cz.proto.Timing init_timing = 100; */ public cz.proto.Timing.Builder getInitTimingBuilder() { onChanged(); return getInitTimingFieldBuilder().getBuilder(); } /** * .cz.proto.Timing init_timing = 100; */ public cz.proto.TimingOrBuilder getInitTimingOrBuilder() { if (initTimingBuilder_ != null) { return initTimingBuilder_.getMessageOrBuilder(); } else { return initTiming_ == null ? cz.proto.Timing.getDefaultInstance() : initTiming_; } } /** * .cz.proto.Timing init_timing = 100; */ private com.google.protobuf.SingleFieldBuilderV3< cz.proto.Timing, cz.proto.Timing.Builder, cz.proto.TimingOrBuilder> getInitTimingFieldBuilder() { if (initTimingBuilder_ == null) { initTimingBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< cz.proto.Timing, cz.proto.Timing.Builder, cz.proto.TimingOrBuilder>( getInitTiming(), getParentForChildren(), isClean()); initTiming_ = null; } return initTimingBuilder_; } private long batchCount_ ; /** * uint64 batch_count = 101; * @return The batchCount. */ @java.lang.Override public long getBatchCount() { return batchCount_; } /** * uint64 batch_count = 101; * @param value The batchCount to set. * @return This builder for chaining. */ public Builder setBatchCount(long value) { batchCount_ = value; onChanged(); return this; } /** * uint64 batch_count = 101; * @return This builder for chaining. */ public Builder clearBatchCount() { batchCount_ = 0L; onChanged(); return this; } private long peakMemory_ ; /** * uint64 peak_memory = 102; * @return The peakMemory. */ @java.lang.Override public long getPeakMemory() { return peakMemory_; } /** * uint64 peak_memory = 102; * @param value The peakMemory to set. * @return This builder for chaining. */ public Builder setPeakMemory(long value) { peakMemory_ = value; onChanged(); return this; } /** * uint64 peak_memory = 102; * @return This builder for chaining. */ public Builder clearPeakMemory() { peakMemory_ = 0L; onChanged(); return this; } private long startTimeNanos_ ; /** * uint64 start_time_nanos = 103; * @return The startTimeNanos. */ @java.lang.Override public long getStartTimeNanos() { return startTimeNanos_; } /** * uint64 start_time_nanos = 103; * @param value The startTimeNanos to set. * @return This builder for chaining. */ public Builder setStartTimeNanos(long value) { startTimeNanos_ = value; onChanged(); return this; } /** * uint64 start_time_nanos = 103; * @return This builder for chaining. */ public Builder clearStartTimeNanos() { startTimeNanos_ = 0L; onChanged(); return this; } private long endTimeNanos_ ; /** * uint64 end_time_nanos = 104; * @return The endTimeNanos. */ @java.lang.Override public long getEndTimeNanos() { return endTimeNanos_; } /** * uint64 end_time_nanos = 104; * @param value The endTimeNanos to set. * @return This builder for chaining. */ public Builder setEndTimeNanos(long value) { endTimeNanos_ = value; onChanged(); return this; } /** * uint64 end_time_nanos = 104; * @return This builder for chaining. */ public Builder clearEndTimeNanos() { endTimeNanos_ = 0L; onChanged(); return this; } private long batchSignature_ ; /** * uint64 batch_signature = 105; * @return The batchSignature. */ @java.lang.Override public long getBatchSignature() { return batchSignature_; } /** * uint64 batch_signature = 105; * @param value The batchSignature to set. * @return This builder for chaining. */ public Builder setBatchSignature(long value) { batchSignature_ = value; onChanged(); return this; } /** * uint64 batch_signature = 105; * @return This builder for chaining. */ public Builder clearBatchSignature() { batchSignature_ = 0L; onChanged(); return this; } private java.lang.Object execNodeId_ = ""; /** * string exec_node_id = 106; * @return The execNodeId. */ public java.lang.String getExecNodeId() { java.lang.Object ref = execNodeId_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); execNodeId_ = s; return s; } else { return (java.lang.String) ref; } } /** * string exec_node_id = 106; * @return The bytes for execNodeId. */ public com.google.protobuf.ByteString getExecNodeIdBytes() { java.lang.Object ref = execNodeId_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); execNodeId_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * string exec_node_id = 106; * @param value The execNodeId to set. * @return This builder for chaining. */ public Builder setExecNodeId( java.lang.String value) { if (value == null) { throw new NullPointerException(); } execNodeId_ = value; onChanged(); return this; } /** * string exec_node_id = 106; * @return This builder for chaining. */ public Builder clearExecNodeId() { execNodeId_ = getDefaultInstance().getExecNodeId(); onChanged(); return this; } /** * string exec_node_id = 106; * @param value The bytes for execNodeId to set. * @return This builder for chaining. */ public Builder setExecNodeIdBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); execNodeId_ = value; onChanged(); return this; } private long pipelineId_ ; /** * uint64 pipeline_id = 107; * @return The pipelineId. */ @java.lang.Override public long getPipelineId() { return pipelineId_; } /** * uint64 pipeline_id = 107; * @param value The pipelineId to set. * @return This builder for chaining. */ public Builder setPipelineId(long value) { pipelineId_ = value; onChanged(); return this; } /** * uint64 pipeline_id = 107; * @return This builder for chaining. */ public Builder clearPipelineId() { pipelineId_ = 0L; onChanged(); return this; } private long driverSequence_ ; /** * uint64 driver_sequence = 108; * @return The driverSequence. */ @java.lang.Override public long getDriverSequence() { return driverSequence_; } /** * uint64 driver_sequence = 108; * @param value The driverSequence to set. * @return This builder for chaining. */ public Builder setDriverSequence(long value) { driverSequence_ = value; onChanged(); return this; } /** * uint64 driver_sequence = 108; * @return This builder for chaining. */ public Builder clearDriverSequence() { driverSequence_ = 0L; onChanged(); return this; } private long blockTimingNanos_ ; /** * uint64 block_timing_nanos = 109; * @return The blockTimingNanos. */ @java.lang.Override public long getBlockTimingNanos() { return blockTimingNanos_; } /** * uint64 block_timing_nanos = 109; * @param value The blockTimingNanos to set. * @return This builder for chaining. */ public Builder setBlockTimingNanos(long value) { blockTimingNanos_ = value; onChanged(); return this; } /** * uint64 block_timing_nanos = 109; * @return This builder for chaining. */ public Builder clearBlockTimingNanos() { blockTimingNanos_ = 0L; onChanged(); return this; } private cz.proto.Timing constructTiming_; private com.google.protobuf.SingleFieldBuilderV3< cz.proto.Timing, cz.proto.Timing.Builder, cz.proto.TimingOrBuilder> constructTimingBuilder_; /** * .cz.proto.Timing construct_timing = 110; * @return Whether the constructTiming field is set. */ public boolean hasConstructTiming() { return constructTimingBuilder_ != null || constructTiming_ != null; } /** * .cz.proto.Timing construct_timing = 110; * @return The constructTiming. */ public cz.proto.Timing getConstructTiming() { if (constructTimingBuilder_ == null) { return constructTiming_ == null ? cz.proto.Timing.getDefaultInstance() : constructTiming_; } else { return constructTimingBuilder_.getMessage(); } } /** * .cz.proto.Timing construct_timing = 110; */ public Builder setConstructTiming(cz.proto.Timing value) { if (constructTimingBuilder_ == null) { if (value == null) { throw new NullPointerException(); } constructTiming_ = value; onChanged(); } else { constructTimingBuilder_.setMessage(value); } return this; } /** * .cz.proto.Timing construct_timing = 110; */ public Builder setConstructTiming( cz.proto.Timing.Builder builderForValue) { if (constructTimingBuilder_ == null) { constructTiming_ = builderForValue.build(); onChanged(); } else { constructTimingBuilder_.setMessage(builderForValue.build()); } return this; } /** * .cz.proto.Timing construct_timing = 110; */ public Builder mergeConstructTiming(cz.proto.Timing value) { if (constructTimingBuilder_ == null) { if (constructTiming_ != null) { constructTiming_ = cz.proto.Timing.newBuilder(constructTiming_).mergeFrom(value).buildPartial(); } else { constructTiming_ = value; } onChanged(); } else { constructTimingBuilder_.mergeFrom(value); } return this; } /** * .cz.proto.Timing construct_timing = 110; */ public Builder clearConstructTiming() { if (constructTimingBuilder_ == null) { constructTiming_ = null; onChanged(); } else { constructTiming_ = null; constructTimingBuilder_ = null; } return this; } /** * .cz.proto.Timing construct_timing = 110; */ public cz.proto.Timing.Builder getConstructTimingBuilder() { onChanged(); return getConstructTimingFieldBuilder().getBuilder(); } /** * .cz.proto.Timing construct_timing = 110; */ public cz.proto.TimingOrBuilder getConstructTimingOrBuilder() { if (constructTimingBuilder_ != null) { return constructTimingBuilder_.getMessageOrBuilder(); } else { return constructTiming_ == null ? cz.proto.Timing.getDefaultInstance() : constructTiming_; } } /** * .cz.proto.Timing construct_timing = 110; */ private com.google.protobuf.SingleFieldBuilderV3< cz.proto.Timing, cz.proto.Timing.Builder, cz.proto.TimingOrBuilder> getConstructTimingFieldBuilder() { if (constructTimingBuilder_ == null) { constructTimingBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< cz.proto.Timing, cz.proto.Timing.Builder, cz.proto.TimingOrBuilder>( getConstructTiming(), getParentForChildren(), isClean()); constructTiming_ = null; } return constructTimingBuilder_; } private cz.proto.Timing finishTiming_; private com.google.protobuf.SingleFieldBuilderV3< cz.proto.Timing, cz.proto.Timing.Builder, cz.proto.TimingOrBuilder> finishTimingBuilder_; /** * .cz.proto.Timing finish_timing = 111; * @return Whether the finishTiming field is set. */ public boolean hasFinishTiming() { return finishTimingBuilder_ != null || finishTiming_ != null; } /** * .cz.proto.Timing finish_timing = 111; * @return The finishTiming. */ public cz.proto.Timing getFinishTiming() { if (finishTimingBuilder_ == null) { return finishTiming_ == null ? cz.proto.Timing.getDefaultInstance() : finishTiming_; } else { return finishTimingBuilder_.getMessage(); } } /** * .cz.proto.Timing finish_timing = 111; */ public Builder setFinishTiming(cz.proto.Timing value) { if (finishTimingBuilder_ == null) { if (value == null) { throw new NullPointerException(); } finishTiming_ = value; onChanged(); } else { finishTimingBuilder_.setMessage(value); } return this; } /** * .cz.proto.Timing finish_timing = 111; */ public Builder setFinishTiming( cz.proto.Timing.Builder builderForValue) { if (finishTimingBuilder_ == null) { finishTiming_ = builderForValue.build(); onChanged(); } else { finishTimingBuilder_.setMessage(builderForValue.build()); } return this; } /** * .cz.proto.Timing finish_timing = 111; */ public Builder mergeFinishTiming(cz.proto.Timing value) { if (finishTimingBuilder_ == null) { if (finishTiming_ != null) { finishTiming_ = cz.proto.Timing.newBuilder(finishTiming_).mergeFrom(value).buildPartial(); } else { finishTiming_ = value; } onChanged(); } else { finishTimingBuilder_.mergeFrom(value); } return this; } /** * .cz.proto.Timing finish_timing = 111; */ public Builder clearFinishTiming() { if (finishTimingBuilder_ == null) { finishTiming_ = null; onChanged(); } else { finishTiming_ = null; finishTimingBuilder_ = null; } return this; } /** * .cz.proto.Timing finish_timing = 111; */ public cz.proto.Timing.Builder getFinishTimingBuilder() { onChanged(); return getFinishTimingFieldBuilder().getBuilder(); } /** * .cz.proto.Timing finish_timing = 111; */ public cz.proto.TimingOrBuilder getFinishTimingOrBuilder() { if (finishTimingBuilder_ != null) { return finishTimingBuilder_.getMessageOrBuilder(); } else { return finishTiming_ == null ? cz.proto.Timing.getDefaultInstance() : finishTiming_; } } /** * .cz.proto.Timing finish_timing = 111; */ private com.google.protobuf.SingleFieldBuilderV3< cz.proto.Timing, cz.proto.Timing.Builder, cz.proto.TimingOrBuilder> getFinishTimingFieldBuilder() { if (finishTimingBuilder_ == null) { finishTimingBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< cz.proto.Timing, cz.proto.Timing.Builder, cz.proto.TimingOrBuilder>( getFinishTiming(), getParentForChildren(), isClean()); finishTiming_ = null; } return finishTimingBuilder_; } private long dataSizeBytes_ ; /** * uint64 data_size_bytes = 112; * @return The dataSizeBytes. */ @java.lang.Override public long getDataSizeBytes() { return dataSizeBytes_; } /** * uint64 data_size_bytes = 112; * @param value The dataSizeBytes to set. * @return This builder for chaining. */ public Builder setDataSizeBytes(long value) { dataSizeBytes_ = value; onChanged(); return this; } /** * uint64 data_size_bytes = 112; * @return This builder for chaining. */ public Builder clearDataSizeBytes() { dataSizeBytes_ = 0L; onChanged(); return this; } private java.util.List runStats_ = java.util.Collections.emptyList(); private void ensureRunStatsIsMutable() { if (!((bitField0_ & 0x00000001) != 0)) { runStats_ = new java.util.ArrayList(runStats_); bitField0_ |= 0x00000001; } } private com.google.protobuf.RepeatedFieldBuilderV3< cz.proto.RuntimeRunSpanStatsOuterClass.RuntimeRunSpanStats, cz.proto.RuntimeRunSpanStatsOuterClass.RuntimeRunSpanStats.Builder, cz.proto.RuntimeRunSpanStatsOuterClass.RuntimeRunSpanStatsOrBuilder> runStatsBuilder_; /** * repeated .cz.proto.RuntimeRunSpanStats run_stats = 200; */ public java.util.List getRunStatsList() { if (runStatsBuilder_ == null) { return java.util.Collections.unmodifiableList(runStats_); } else { return runStatsBuilder_.getMessageList(); } } /** * repeated .cz.proto.RuntimeRunSpanStats run_stats = 200; */ public int getRunStatsCount() { if (runStatsBuilder_ == null) { return runStats_.size(); } else { return runStatsBuilder_.getCount(); } } /** * repeated .cz.proto.RuntimeRunSpanStats run_stats = 200; */ public cz.proto.RuntimeRunSpanStatsOuterClass.RuntimeRunSpanStats getRunStats(int index) { if (runStatsBuilder_ == null) { return runStats_.get(index); } else { return runStatsBuilder_.getMessage(index); } } /** * repeated .cz.proto.RuntimeRunSpanStats run_stats = 200; */ public Builder setRunStats( int index, cz.proto.RuntimeRunSpanStatsOuterClass.RuntimeRunSpanStats value) { if (runStatsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureRunStatsIsMutable(); runStats_.set(index, value); onChanged(); } else { runStatsBuilder_.setMessage(index, value); } return this; } /** * repeated .cz.proto.RuntimeRunSpanStats run_stats = 200; */ public Builder setRunStats( int index, cz.proto.RuntimeRunSpanStatsOuterClass.RuntimeRunSpanStats.Builder builderForValue) { if (runStatsBuilder_ == null) { ensureRunStatsIsMutable(); runStats_.set(index, builderForValue.build()); onChanged(); } else { runStatsBuilder_.setMessage(index, builderForValue.build()); } return this; } /** * repeated .cz.proto.RuntimeRunSpanStats run_stats = 200; */ public Builder addRunStats(cz.proto.RuntimeRunSpanStatsOuterClass.RuntimeRunSpanStats value) { if (runStatsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureRunStatsIsMutable(); runStats_.add(value); onChanged(); } else { runStatsBuilder_.addMessage(value); } return this; } /** * repeated .cz.proto.RuntimeRunSpanStats run_stats = 200; */ public Builder addRunStats( int index, cz.proto.RuntimeRunSpanStatsOuterClass.RuntimeRunSpanStats value) { if (runStatsBuilder_ == null) { if (value == null) { throw new NullPointerException(); } ensureRunStatsIsMutable(); runStats_.add(index, value); onChanged(); } else { runStatsBuilder_.addMessage(index, value); } return this; } /** * repeated .cz.proto.RuntimeRunSpanStats run_stats = 200; */ public Builder addRunStats( cz.proto.RuntimeRunSpanStatsOuterClass.RuntimeRunSpanStats.Builder builderForValue) { if (runStatsBuilder_ == null) { ensureRunStatsIsMutable(); runStats_.add(builderForValue.build()); onChanged(); } else { runStatsBuilder_.addMessage(builderForValue.build()); } return this; } /** * repeated .cz.proto.RuntimeRunSpanStats run_stats = 200; */ public Builder addRunStats( int index, cz.proto.RuntimeRunSpanStatsOuterClass.RuntimeRunSpanStats.Builder builderForValue) { if (runStatsBuilder_ == null) { ensureRunStatsIsMutable(); runStats_.add(index, builderForValue.build()); onChanged(); } else { runStatsBuilder_.addMessage(index, builderForValue.build()); } return this; } /** * repeated .cz.proto.RuntimeRunSpanStats run_stats = 200; */ public Builder addAllRunStats( java.lang.Iterable values) { if (runStatsBuilder_ == null) { ensureRunStatsIsMutable(); com.google.protobuf.AbstractMessageLite.Builder.addAll( values, runStats_); onChanged(); } else { runStatsBuilder_.addAllMessages(values); } return this; } /** * repeated .cz.proto.RuntimeRunSpanStats run_stats = 200; */ public Builder clearRunStats() { if (runStatsBuilder_ == null) { runStats_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); } else { runStatsBuilder_.clear(); } return this; } /** * repeated .cz.proto.RuntimeRunSpanStats run_stats = 200; */ public Builder removeRunStats(int index) { if (runStatsBuilder_ == null) { ensureRunStatsIsMutable(); runStats_.remove(index); onChanged(); } else { runStatsBuilder_.remove(index); } return this; } /** * repeated .cz.proto.RuntimeRunSpanStats run_stats = 200; */ public cz.proto.RuntimeRunSpanStatsOuterClass.RuntimeRunSpanStats.Builder getRunStatsBuilder( int index) { return getRunStatsFieldBuilder().getBuilder(index); } /** * repeated .cz.proto.RuntimeRunSpanStats run_stats = 200; */ public cz.proto.RuntimeRunSpanStatsOuterClass.RuntimeRunSpanStatsOrBuilder getRunStatsOrBuilder( int index) { if (runStatsBuilder_ == null) { return runStats_.get(index); } else { return runStatsBuilder_.getMessageOrBuilder(index); } } /** * repeated .cz.proto.RuntimeRunSpanStats run_stats = 200; */ public java.util.List getRunStatsOrBuilderList() { if (runStatsBuilder_ != null) { return runStatsBuilder_.getMessageOrBuilderList(); } else { return java.util.Collections.unmodifiableList(runStats_); } } /** * repeated .cz.proto.RuntimeRunSpanStats run_stats = 200; */ public cz.proto.RuntimeRunSpanStatsOuterClass.RuntimeRunSpanStats.Builder addRunStatsBuilder() { return getRunStatsFieldBuilder().addBuilder( cz.proto.RuntimeRunSpanStatsOuterClass.RuntimeRunSpanStats.getDefaultInstance()); } /** * repeated .cz.proto.RuntimeRunSpanStats run_stats = 200; */ public cz.proto.RuntimeRunSpanStatsOuterClass.RuntimeRunSpanStats.Builder addRunStatsBuilder( int index) { return getRunStatsFieldBuilder().addBuilder( index, cz.proto.RuntimeRunSpanStatsOuterClass.RuntimeRunSpanStats.getDefaultInstance()); } /** * repeated .cz.proto.RuntimeRunSpanStats run_stats = 200; */ public java.util.List getRunStatsBuilderList() { return getRunStatsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilderV3< cz.proto.RuntimeRunSpanStatsOuterClass.RuntimeRunSpanStats, cz.proto.RuntimeRunSpanStatsOuterClass.RuntimeRunSpanStats.Builder, cz.proto.RuntimeRunSpanStatsOuterClass.RuntimeRunSpanStatsOrBuilder> getRunStatsFieldBuilder() { if (runStatsBuilder_ == null) { runStatsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3< cz.proto.RuntimeRunSpanStatsOuterClass.RuntimeRunSpanStats, cz.proto.RuntimeRunSpanStatsOuterClass.RuntimeRunSpanStats.Builder, cz.proto.RuntimeRunSpanStatsOuterClass.RuntimeRunSpanStatsOrBuilder>( runStats_, ((bitField0_ & 0x00000001) != 0), getParentForChildren(), isClean()); runStats_ = null; } return runStatsBuilder_; } private com.google.protobuf.ByteString extraStatsBinary_ = com.google.protobuf.ByteString.EMPTY; /** * bytes extra_stats_binary = 254; * @return The extraStatsBinary. */ @java.lang.Override public com.google.protobuf.ByteString getExtraStatsBinary() { return extraStatsBinary_; } /** * bytes extra_stats_binary = 254; * @param value The extraStatsBinary to set. * @return This builder for chaining. */ public Builder setExtraStatsBinary(com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } extraStatsBinary_ = value; onChanged(); return this; } /** * bytes extra_stats_binary = 254; * @return This builder for chaining. */ public Builder clearExtraStatsBinary() { extraStatsBinary_ = getDefaultInstance().getExtraStatsBinary(); onChanged(); return this; } private java.lang.Object extraStats_ = ""; /** *
     * deprecated
     * 
* * string extra_stats = 255; * @return The extraStats. */ public java.lang.String getExtraStats() { java.lang.Object ref = extraStats_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); extraStats_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * deprecated
     * 
* * string extra_stats = 255; * @return The bytes for extraStats. */ public com.google.protobuf.ByteString getExtraStatsBytes() { java.lang.Object ref = extraStats_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); extraStats_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * deprecated
     * 
* * string extra_stats = 255; * @param value The extraStats to set. * @return This builder for chaining. */ public Builder setExtraStats( java.lang.String value) { if (value == null) { throw new NullPointerException(); } extraStats_ = value; onChanged(); return this; } /** *
     * deprecated
     * 
* * string extra_stats = 255; * @return This builder for chaining. */ public Builder clearExtraStats() { extraStats_ = getDefaultInstance().getExtraStats(); onChanged(); return this; } /** *
     * deprecated
     * 
* * string extra_stats = 255; * @param value The bytes for extraStats to set. * @return This builder for chaining. */ public Builder setExtraStatsBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); extraStats_ = value; onChanged(); return this; } @java.lang.Override public final Builder setUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.setUnknownFields(unknownFields); } @java.lang.Override public final Builder mergeUnknownFields( final com.google.protobuf.UnknownFieldSet unknownFields) { return super.mergeUnknownFields(unknownFields); } // @@protoc_insertion_point(builder_scope:cz.proto.OperatorStats) } // @@protoc_insertion_point(class_scope:cz.proto.OperatorStats) private static final cz.proto.OperatorStats DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new cz.proto.OperatorStats(); } public static cz.proto.OperatorStats getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public OperatorStats parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new OperatorStats(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public cz.proto.OperatorStats getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy