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

cz.proto.Values 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.Values}
 */
public final class Values extends
    com.google.protobuf.GeneratedMessageV3 implements
    // @@protoc_insertion_point(message_implements:cz.proto.Values)
    ValuesOrBuilder {
private static final long serialVersionUID = 0L;
  // Use Values.newBuilder() to construct.
  private Values(com.google.protobuf.GeneratedMessageV3.Builder builder) {
    super(builder);
  }
  private Values() {
    data_ = java.util.Collections.emptyList();
  }

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

  @java.lang.Override
  public final com.google.protobuf.UnknownFieldSet
  getUnknownFields() {
    return this.unknownFields;
  }
  private Values(
      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 8: {

            rowCount_ = input.readUInt32();
            break;
          }
          case 16: {

            colCount_ = input.readUInt32();
            break;
          }
          case 26: {
            if (!((mutable_bitField0_ & 0x00000001) != 0)) {
              data_ = new java.util.ArrayList();
              mutable_bitField0_ |= 0x00000001;
            }
            data_.add(
                input.readMessage(cz.proto.Expression.ScalarExpression.parser(), extensionRegistry));
            break;
          }
          case 32: {

            broadcast_ = input.readBool();
            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)) {
        data_ = java.util.Collections.unmodifiableList(data_);
      }
      this.unknownFields = unknownFields.build();
      makeExtensionsImmutable();
    }
  }
  public static final com.google.protobuf.Descriptors.Descriptor
      getDescriptor() {
    return cz.proto.OperatorProto.internal_static_cz_proto_Values_descriptor;
  }

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

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

  public static final int COL_COUNT_FIELD_NUMBER = 2;
  private int colCount_;
  /**
   * uint32 col_count = 2;
   * @return The colCount.
   */
  @java.lang.Override
  public int getColCount() {
    return colCount_;
  }

  public static final int DATA_FIELD_NUMBER = 3;
  private java.util.List data_;
  /**
   * repeated .cz.proto.ScalarExpression data = 3;
   */
  @java.lang.Override
  public java.util.List getDataList() {
    return data_;
  }
  /**
   * repeated .cz.proto.ScalarExpression data = 3;
   */
  @java.lang.Override
  public java.util.List 
      getDataOrBuilderList() {
    return data_;
  }
  /**
   * repeated .cz.proto.ScalarExpression data = 3;
   */
  @java.lang.Override
  public int getDataCount() {
    return data_.size();
  }
  /**
   * repeated .cz.proto.ScalarExpression data = 3;
   */
  @java.lang.Override
  public cz.proto.Expression.ScalarExpression getData(int index) {
    return data_.get(index);
  }
  /**
   * repeated .cz.proto.ScalarExpression data = 3;
   */
  @java.lang.Override
  public cz.proto.Expression.ScalarExpressionOrBuilder getDataOrBuilder(
      int index) {
    return data_.get(index);
  }

  public static final int BROADCAST_FIELD_NUMBER = 4;
  private boolean broadcast_;
  /**
   * bool broadcast = 4;
   * @return The broadcast.
   */
  @java.lang.Override
  public boolean getBroadcast() {
    return broadcast_;
  }

  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 (rowCount_ != 0) {
      output.writeUInt32(1, rowCount_);
    }
    if (colCount_ != 0) {
      output.writeUInt32(2, colCount_);
    }
    for (int i = 0; i < data_.size(); i++) {
      output.writeMessage(3, data_.get(i));
    }
    if (broadcast_ != false) {
      output.writeBool(4, broadcast_);
    }
    unknownFields.writeTo(output);
  }

  @java.lang.Override
  public int getSerializedSize() {
    int size = memoizedSize;
    if (size != -1) return size;

    size = 0;
    if (rowCount_ != 0) {
      size += com.google.protobuf.CodedOutputStream
        .computeUInt32Size(1, rowCount_);
    }
    if (colCount_ != 0) {
      size += com.google.protobuf.CodedOutputStream
        .computeUInt32Size(2, colCount_);
    }
    for (int i = 0; i < data_.size(); i++) {
      size += com.google.protobuf.CodedOutputStream
        .computeMessageSize(3, data_.get(i));
    }
    if (broadcast_ != false) {
      size += com.google.protobuf.CodedOutputStream
        .computeBoolSize(4, broadcast_);
    }
    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.Values)) {
      return super.equals(obj);
    }
    cz.proto.Values other = (cz.proto.Values) obj;

    if (getRowCount()
        != other.getRowCount()) return false;
    if (getColCount()
        != other.getColCount()) return false;
    if (!getDataList()
        .equals(other.getDataList())) return false;
    if (getBroadcast()
        != other.getBroadcast()) return false;
    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) + ROW_COUNT_FIELD_NUMBER;
    hash = (53 * hash) + getRowCount();
    hash = (37 * hash) + COL_COUNT_FIELD_NUMBER;
    hash = (53 * hash) + getColCount();
    if (getDataCount() > 0) {
      hash = (37 * hash) + DATA_FIELD_NUMBER;
      hash = (53 * hash) + getDataList().hashCode();
    }
    hash = (37 * hash) + BROADCAST_FIELD_NUMBER;
    hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
        getBroadcast());
    hash = (29 * hash) + unknownFields.hashCode();
    memoizedHashCode = hash;
    return hash;
  }

  public static cz.proto.Values parseFrom(
      java.nio.ByteBuffer data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static cz.proto.Values parseFrom(
      java.nio.ByteBuffer data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static cz.proto.Values parseFrom(
      com.google.protobuf.ByteString data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static cz.proto.Values 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.Values parseFrom(byte[] data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static cz.proto.Values parseFrom(
      byte[] data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static cz.proto.Values parseFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input);
  }
  public static cz.proto.Values 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.Values parseDelimitedFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseDelimitedWithIOException(PARSER, input);
  }
  public static cz.proto.Values 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.Values parseFrom(
      com.google.protobuf.CodedInputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input);
  }
  public static cz.proto.Values 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.Values 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.Values}
   */
  public static final class Builder extends
      com.google.protobuf.GeneratedMessageV3.Builder implements
      // @@protoc_insertion_point(builder_implements:cz.proto.Values)
      cz.proto.ValuesOrBuilder {
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return cz.proto.OperatorProto.internal_static_cz_proto_Values_descriptor;
    }

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

    // Construct using cz.proto.Values.newBuilder()
    private Builder() {
      maybeForceBuilderInitialization();
    }

    private Builder(
        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
      super(parent);
      maybeForceBuilderInitialization();
    }
    private void maybeForceBuilderInitialization() {
      if (com.google.protobuf.GeneratedMessageV3
              .alwaysUseFieldBuilders) {
        getDataFieldBuilder();
      }
    }
    @java.lang.Override
    public Builder clear() {
      super.clear();
      rowCount_ = 0;

      colCount_ = 0;

      if (dataBuilder_ == null) {
        data_ = java.util.Collections.emptyList();
        bitField0_ = (bitField0_ & ~0x00000001);
      } else {
        dataBuilder_.clear();
      }
      broadcast_ = false;

      return this;
    }

    @java.lang.Override
    public com.google.protobuf.Descriptors.Descriptor
        getDescriptorForType() {
      return cz.proto.OperatorProto.internal_static_cz_proto_Values_descriptor;
    }

    @java.lang.Override
    public cz.proto.Values getDefaultInstanceForType() {
      return cz.proto.Values.getDefaultInstance();
    }

    @java.lang.Override
    public cz.proto.Values build() {
      cz.proto.Values result = buildPartial();
      if (!result.isInitialized()) {
        throw newUninitializedMessageException(result);
      }
      return result;
    }

    @java.lang.Override
    public cz.proto.Values buildPartial() {
      cz.proto.Values result = new cz.proto.Values(this);
      int from_bitField0_ = bitField0_;
      result.rowCount_ = rowCount_;
      result.colCount_ = colCount_;
      if (dataBuilder_ == null) {
        if (((bitField0_ & 0x00000001) != 0)) {
          data_ = java.util.Collections.unmodifiableList(data_);
          bitField0_ = (bitField0_ & ~0x00000001);
        }
        result.data_ = data_;
      } else {
        result.data_ = dataBuilder_.build();
      }
      result.broadcast_ = broadcast_;
      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.Values) {
        return mergeFrom((cz.proto.Values)other);
      } else {
        super.mergeFrom(other);
        return this;
      }
    }

    public Builder mergeFrom(cz.proto.Values other) {
      if (other == cz.proto.Values.getDefaultInstance()) return this;
      if (other.getRowCount() != 0) {
        setRowCount(other.getRowCount());
      }
      if (other.getColCount() != 0) {
        setColCount(other.getColCount());
      }
      if (dataBuilder_ == null) {
        if (!other.data_.isEmpty()) {
          if (data_.isEmpty()) {
            data_ = other.data_;
            bitField0_ = (bitField0_ & ~0x00000001);
          } else {
            ensureDataIsMutable();
            data_.addAll(other.data_);
          }
          onChanged();
        }
      } else {
        if (!other.data_.isEmpty()) {
          if (dataBuilder_.isEmpty()) {
            dataBuilder_.dispose();
            dataBuilder_ = null;
            data_ = other.data_;
            bitField0_ = (bitField0_ & ~0x00000001);
            dataBuilder_ = 
              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
                 getDataFieldBuilder() : null;
          } else {
            dataBuilder_.addAllMessages(other.data_);
          }
        }
      }
      if (other.getBroadcast() != false) {
        setBroadcast(other.getBroadcast());
      }
      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.Values parsedMessage = null;
      try {
        parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        parsedMessage = (cz.proto.Values) e.getUnfinishedMessage();
        throw e.unwrapIOException();
      } finally {
        if (parsedMessage != null) {
          mergeFrom(parsedMessage);
        }
      }
      return this;
    }
    private int bitField0_;

    private int rowCount_ ;
    /**
     * uint32 row_count = 1;
     * @return The rowCount.
     */
    @java.lang.Override
    public int getRowCount() {
      return rowCount_;
    }
    /**
     * uint32 row_count = 1;
     * @param value The rowCount to set.
     * @return This builder for chaining.
     */
    public Builder setRowCount(int value) {
      
      rowCount_ = value;
      onChanged();
      return this;
    }
    /**
     * uint32 row_count = 1;
     * @return This builder for chaining.
     */
    public Builder clearRowCount() {
      
      rowCount_ = 0;
      onChanged();
      return this;
    }

    private int colCount_ ;
    /**
     * uint32 col_count = 2;
     * @return The colCount.
     */
    @java.lang.Override
    public int getColCount() {
      return colCount_;
    }
    /**
     * uint32 col_count = 2;
     * @param value The colCount to set.
     * @return This builder for chaining.
     */
    public Builder setColCount(int value) {
      
      colCount_ = value;
      onChanged();
      return this;
    }
    /**
     * uint32 col_count = 2;
     * @return This builder for chaining.
     */
    public Builder clearColCount() {
      
      colCount_ = 0;
      onChanged();
      return this;
    }

    private java.util.List data_ =
      java.util.Collections.emptyList();
    private void ensureDataIsMutable() {
      if (!((bitField0_ & 0x00000001) != 0)) {
        data_ = new java.util.ArrayList(data_);
        bitField0_ |= 0x00000001;
       }
    }

    private com.google.protobuf.RepeatedFieldBuilderV3<
        cz.proto.Expression.ScalarExpression, cz.proto.Expression.ScalarExpression.Builder, cz.proto.Expression.ScalarExpressionOrBuilder> dataBuilder_;

    /**
     * repeated .cz.proto.ScalarExpression data = 3;
     */
    public java.util.List getDataList() {
      if (dataBuilder_ == null) {
        return java.util.Collections.unmodifiableList(data_);
      } else {
        return dataBuilder_.getMessageList();
      }
    }
    /**
     * repeated .cz.proto.ScalarExpression data = 3;
     */
    public int getDataCount() {
      if (dataBuilder_ == null) {
        return data_.size();
      } else {
        return dataBuilder_.getCount();
      }
    }
    /**
     * repeated .cz.proto.ScalarExpression data = 3;
     */
    public cz.proto.Expression.ScalarExpression getData(int index) {
      if (dataBuilder_ == null) {
        return data_.get(index);
      } else {
        return dataBuilder_.getMessage(index);
      }
    }
    /**
     * repeated .cz.proto.ScalarExpression data = 3;
     */
    public Builder setData(
        int index, cz.proto.Expression.ScalarExpression value) {
      if (dataBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensureDataIsMutable();
        data_.set(index, value);
        onChanged();
      } else {
        dataBuilder_.setMessage(index, value);
      }
      return this;
    }
    /**
     * repeated .cz.proto.ScalarExpression data = 3;
     */
    public Builder setData(
        int index, cz.proto.Expression.ScalarExpression.Builder builderForValue) {
      if (dataBuilder_ == null) {
        ensureDataIsMutable();
        data_.set(index, builderForValue.build());
        onChanged();
      } else {
        dataBuilder_.setMessage(index, builderForValue.build());
      }
      return this;
    }
    /**
     * repeated .cz.proto.ScalarExpression data = 3;
     */
    public Builder addData(cz.proto.Expression.ScalarExpression value) {
      if (dataBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensureDataIsMutable();
        data_.add(value);
        onChanged();
      } else {
        dataBuilder_.addMessage(value);
      }
      return this;
    }
    /**
     * repeated .cz.proto.ScalarExpression data = 3;
     */
    public Builder addData(
        int index, cz.proto.Expression.ScalarExpression value) {
      if (dataBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensureDataIsMutable();
        data_.add(index, value);
        onChanged();
      } else {
        dataBuilder_.addMessage(index, value);
      }
      return this;
    }
    /**
     * repeated .cz.proto.ScalarExpression data = 3;
     */
    public Builder addData(
        cz.proto.Expression.ScalarExpression.Builder builderForValue) {
      if (dataBuilder_ == null) {
        ensureDataIsMutable();
        data_.add(builderForValue.build());
        onChanged();
      } else {
        dataBuilder_.addMessage(builderForValue.build());
      }
      return this;
    }
    /**
     * repeated .cz.proto.ScalarExpression data = 3;
     */
    public Builder addData(
        int index, cz.proto.Expression.ScalarExpression.Builder builderForValue) {
      if (dataBuilder_ == null) {
        ensureDataIsMutable();
        data_.add(index, builderForValue.build());
        onChanged();
      } else {
        dataBuilder_.addMessage(index, builderForValue.build());
      }
      return this;
    }
    /**
     * repeated .cz.proto.ScalarExpression data = 3;
     */
    public Builder addAllData(
        java.lang.Iterable values) {
      if (dataBuilder_ == null) {
        ensureDataIsMutable();
        com.google.protobuf.AbstractMessageLite.Builder.addAll(
            values, data_);
        onChanged();
      } else {
        dataBuilder_.addAllMessages(values);
      }
      return this;
    }
    /**
     * repeated .cz.proto.ScalarExpression data = 3;
     */
    public Builder clearData() {
      if (dataBuilder_ == null) {
        data_ = java.util.Collections.emptyList();
        bitField0_ = (bitField0_ & ~0x00000001);
        onChanged();
      } else {
        dataBuilder_.clear();
      }
      return this;
    }
    /**
     * repeated .cz.proto.ScalarExpression data = 3;
     */
    public Builder removeData(int index) {
      if (dataBuilder_ == null) {
        ensureDataIsMutable();
        data_.remove(index);
        onChanged();
      } else {
        dataBuilder_.remove(index);
      }
      return this;
    }
    /**
     * repeated .cz.proto.ScalarExpression data = 3;
     */
    public cz.proto.Expression.ScalarExpression.Builder getDataBuilder(
        int index) {
      return getDataFieldBuilder().getBuilder(index);
    }
    /**
     * repeated .cz.proto.ScalarExpression data = 3;
     */
    public cz.proto.Expression.ScalarExpressionOrBuilder getDataOrBuilder(
        int index) {
      if (dataBuilder_ == null) {
        return data_.get(index);  } else {
        return dataBuilder_.getMessageOrBuilder(index);
      }
    }
    /**
     * repeated .cz.proto.ScalarExpression data = 3;
     */
    public java.util.List 
         getDataOrBuilderList() {
      if (dataBuilder_ != null) {
        return dataBuilder_.getMessageOrBuilderList();
      } else {
        return java.util.Collections.unmodifiableList(data_);
      }
    }
    /**
     * repeated .cz.proto.ScalarExpression data = 3;
     */
    public cz.proto.Expression.ScalarExpression.Builder addDataBuilder() {
      return getDataFieldBuilder().addBuilder(
          cz.proto.Expression.ScalarExpression.getDefaultInstance());
    }
    /**
     * repeated .cz.proto.ScalarExpression data = 3;
     */
    public cz.proto.Expression.ScalarExpression.Builder addDataBuilder(
        int index) {
      return getDataFieldBuilder().addBuilder(
          index, cz.proto.Expression.ScalarExpression.getDefaultInstance());
    }
    /**
     * repeated .cz.proto.ScalarExpression data = 3;
     */
    public java.util.List 
         getDataBuilderList() {
      return getDataFieldBuilder().getBuilderList();
    }
    private com.google.protobuf.RepeatedFieldBuilderV3<
        cz.proto.Expression.ScalarExpression, cz.proto.Expression.ScalarExpression.Builder, cz.proto.Expression.ScalarExpressionOrBuilder> 
        getDataFieldBuilder() {
      if (dataBuilder_ == null) {
        dataBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
            cz.proto.Expression.ScalarExpression, cz.proto.Expression.ScalarExpression.Builder, cz.proto.Expression.ScalarExpressionOrBuilder>(
                data_,
                ((bitField0_ & 0x00000001) != 0),
                getParentForChildren(),
                isClean());
        data_ = null;
      }
      return dataBuilder_;
    }

    private boolean broadcast_ ;
    /**
     * bool broadcast = 4;
     * @return The broadcast.
     */
    @java.lang.Override
    public boolean getBroadcast() {
      return broadcast_;
    }
    /**
     * bool broadcast = 4;
     * @param value The broadcast to set.
     * @return This builder for chaining.
     */
    public Builder setBroadcast(boolean value) {
      
      broadcast_ = value;
      onChanged();
      return this;
    }
    /**
     * bool broadcast = 4;
     * @return This builder for chaining.
     */
    public Builder clearBroadcast() {
      
      broadcast_ = false;
      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.Values)
  }

  // @@protoc_insertion_point(class_scope:cz.proto.Values)
  private static final cz.proto.Values DEFAULT_INSTANCE;
  static {
    DEFAULT_INSTANCE = new cz.proto.Values();
  }

  public static cz.proto.Values getDefaultInstance() {
    return DEFAULT_INSTANCE;
  }

  private static final com.google.protobuf.Parser
      PARSER = new com.google.protobuf.AbstractParser() {
    @java.lang.Override
    public Values parsePartialFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      return new Values(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.Values getDefaultInstanceForType() {
    return DEFAULT_INSTANCE;
  }

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy