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

java.io.deephaven.proto.backplane.grpc.Condition Maven / Gradle / Ivy

There is a newer version: 0.36.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: deephaven/proto/table.proto

// Protobuf Java Version: 3.25.3
package io.deephaven.proto.backplane.grpc;

/**
 * Protobuf type {@code io.deephaven.proto.backplane.grpc.Condition}
 */
public final class Condition extends
    com.google.protobuf.GeneratedMessageV3 implements
    // @@protoc_insertion_point(message_implements:io.deephaven.proto.backplane.grpc.Condition)
    ConditionOrBuilder {
private static final long serialVersionUID = 0L;
  // Use Condition.newBuilder() to construct.
  private Condition(com.google.protobuf.GeneratedMessageV3.Builder builder) {
    super(builder);
  }
  private Condition() {
  }

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

  public static final com.google.protobuf.Descriptors.Descriptor
      getDescriptor() {
    return io.deephaven.proto.backplane.grpc.Table.internal_static_io_deephaven_proto_backplane_grpc_Condition_descriptor;
  }

  @java.lang.Override
  protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internalGetFieldAccessorTable() {
    return io.deephaven.proto.backplane.grpc.Table.internal_static_io_deephaven_proto_backplane_grpc_Condition_fieldAccessorTable
        .ensureFieldAccessorsInitialized(
            io.deephaven.proto.backplane.grpc.Condition.class, io.deephaven.proto.backplane.grpc.Condition.Builder.class);
  }

  private int dataCase_ = 0;
  @SuppressWarnings("serial")
  private java.lang.Object data_;
  public enum DataCase
      implements com.google.protobuf.Internal.EnumLite,
          com.google.protobuf.AbstractMessage.InternalOneOfEnum {
    AND(1),
    OR(2),
    NOT(3),
    COMPARE(4),
    IN(5),
    INVOKE(6),
    IS_NULL(7),
    MATCHES(8),
    CONTAINS(9),
    SEARCH(10),
    DATA_NOT_SET(0);
    private final int value;
    private DataCase(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 DataCase valueOf(int value) {
      return forNumber(value);
    }

    public static DataCase forNumber(int value) {
      switch (value) {
        case 1: return AND;
        case 2: return OR;
        case 3: return NOT;
        case 4: return COMPARE;
        case 5: return IN;
        case 6: return INVOKE;
        case 7: return IS_NULL;
        case 8: return MATCHES;
        case 9: return CONTAINS;
        case 10: return SEARCH;
        case 0: return DATA_NOT_SET;
        default: return null;
      }
    }
    public int getNumber() {
      return this.value;
    }
  };

  public DataCase
  getDataCase() {
    return DataCase.forNumber(
        dataCase_);
  }

  public static final int AND_FIELD_NUMBER = 1;
  /**
   * .io.deephaven.proto.backplane.grpc.AndCondition and = 1;
   * @return Whether the and field is set.
   */
  @java.lang.Override
  public boolean hasAnd() {
    return dataCase_ == 1;
  }
  /**
   * .io.deephaven.proto.backplane.grpc.AndCondition and = 1;
   * @return The and.
   */
  @java.lang.Override
  public io.deephaven.proto.backplane.grpc.AndCondition getAnd() {
    if (dataCase_ == 1) {
       return (io.deephaven.proto.backplane.grpc.AndCondition) data_;
    }
    return io.deephaven.proto.backplane.grpc.AndCondition.getDefaultInstance();
  }
  /**
   * .io.deephaven.proto.backplane.grpc.AndCondition and = 1;
   */
  @java.lang.Override
  public io.deephaven.proto.backplane.grpc.AndConditionOrBuilder getAndOrBuilder() {
    if (dataCase_ == 1) {
       return (io.deephaven.proto.backplane.grpc.AndCondition) data_;
    }
    return io.deephaven.proto.backplane.grpc.AndCondition.getDefaultInstance();
  }

  public static final int OR_FIELD_NUMBER = 2;
  /**
   * .io.deephaven.proto.backplane.grpc.OrCondition or = 2;
   * @return Whether the or field is set.
   */
  @java.lang.Override
  public boolean hasOr() {
    return dataCase_ == 2;
  }
  /**
   * .io.deephaven.proto.backplane.grpc.OrCondition or = 2;
   * @return The or.
   */
  @java.lang.Override
  public io.deephaven.proto.backplane.grpc.OrCondition getOr() {
    if (dataCase_ == 2) {
       return (io.deephaven.proto.backplane.grpc.OrCondition) data_;
    }
    return io.deephaven.proto.backplane.grpc.OrCondition.getDefaultInstance();
  }
  /**
   * .io.deephaven.proto.backplane.grpc.OrCondition or = 2;
   */
  @java.lang.Override
  public io.deephaven.proto.backplane.grpc.OrConditionOrBuilder getOrOrBuilder() {
    if (dataCase_ == 2) {
       return (io.deephaven.proto.backplane.grpc.OrCondition) data_;
    }
    return io.deephaven.proto.backplane.grpc.OrCondition.getDefaultInstance();
  }

  public static final int NOT_FIELD_NUMBER = 3;
  /**
   * .io.deephaven.proto.backplane.grpc.NotCondition not = 3;
   * @return Whether the not field is set.
   */
  @java.lang.Override
  public boolean hasNot() {
    return dataCase_ == 3;
  }
  /**
   * .io.deephaven.proto.backplane.grpc.NotCondition not = 3;
   * @return The not.
   */
  @java.lang.Override
  public io.deephaven.proto.backplane.grpc.NotCondition getNot() {
    if (dataCase_ == 3) {
       return (io.deephaven.proto.backplane.grpc.NotCondition) data_;
    }
    return io.deephaven.proto.backplane.grpc.NotCondition.getDefaultInstance();
  }
  /**
   * .io.deephaven.proto.backplane.grpc.NotCondition not = 3;
   */
  @java.lang.Override
  public io.deephaven.proto.backplane.grpc.NotConditionOrBuilder getNotOrBuilder() {
    if (dataCase_ == 3) {
       return (io.deephaven.proto.backplane.grpc.NotCondition) data_;
    }
    return io.deephaven.proto.backplane.grpc.NotCondition.getDefaultInstance();
  }

  public static final int COMPARE_FIELD_NUMBER = 4;
  /**
   * .io.deephaven.proto.backplane.grpc.CompareCondition compare = 4;
   * @return Whether the compare field is set.
   */
  @java.lang.Override
  public boolean hasCompare() {
    return dataCase_ == 4;
  }
  /**
   * .io.deephaven.proto.backplane.grpc.CompareCondition compare = 4;
   * @return The compare.
   */
  @java.lang.Override
  public io.deephaven.proto.backplane.grpc.CompareCondition getCompare() {
    if (dataCase_ == 4) {
       return (io.deephaven.proto.backplane.grpc.CompareCondition) data_;
    }
    return io.deephaven.proto.backplane.grpc.CompareCondition.getDefaultInstance();
  }
  /**
   * .io.deephaven.proto.backplane.grpc.CompareCondition compare = 4;
   */
  @java.lang.Override
  public io.deephaven.proto.backplane.grpc.CompareConditionOrBuilder getCompareOrBuilder() {
    if (dataCase_ == 4) {
       return (io.deephaven.proto.backplane.grpc.CompareCondition) data_;
    }
    return io.deephaven.proto.backplane.grpc.CompareCondition.getDefaultInstance();
  }

  public static final int IN_FIELD_NUMBER = 5;
  /**
   * .io.deephaven.proto.backplane.grpc.InCondition in = 5;
   * @return Whether the in field is set.
   */
  @java.lang.Override
  public boolean hasIn() {
    return dataCase_ == 5;
  }
  /**
   * .io.deephaven.proto.backplane.grpc.InCondition in = 5;
   * @return The in.
   */
  @java.lang.Override
  public io.deephaven.proto.backplane.grpc.InCondition getIn() {
    if (dataCase_ == 5) {
       return (io.deephaven.proto.backplane.grpc.InCondition) data_;
    }
    return io.deephaven.proto.backplane.grpc.InCondition.getDefaultInstance();
  }
  /**
   * .io.deephaven.proto.backplane.grpc.InCondition in = 5;
   */
  @java.lang.Override
  public io.deephaven.proto.backplane.grpc.InConditionOrBuilder getInOrBuilder() {
    if (dataCase_ == 5) {
       return (io.deephaven.proto.backplane.grpc.InCondition) data_;
    }
    return io.deephaven.proto.backplane.grpc.InCondition.getDefaultInstance();
  }

  public static final int INVOKE_FIELD_NUMBER = 6;
  /**
   * .io.deephaven.proto.backplane.grpc.InvokeCondition invoke = 6;
   * @return Whether the invoke field is set.
   */
  @java.lang.Override
  public boolean hasInvoke() {
    return dataCase_ == 6;
  }
  /**
   * .io.deephaven.proto.backplane.grpc.InvokeCondition invoke = 6;
   * @return The invoke.
   */
  @java.lang.Override
  public io.deephaven.proto.backplane.grpc.InvokeCondition getInvoke() {
    if (dataCase_ == 6) {
       return (io.deephaven.proto.backplane.grpc.InvokeCondition) data_;
    }
    return io.deephaven.proto.backplane.grpc.InvokeCondition.getDefaultInstance();
  }
  /**
   * .io.deephaven.proto.backplane.grpc.InvokeCondition invoke = 6;
   */
  @java.lang.Override
  public io.deephaven.proto.backplane.grpc.InvokeConditionOrBuilder getInvokeOrBuilder() {
    if (dataCase_ == 6) {
       return (io.deephaven.proto.backplane.grpc.InvokeCondition) data_;
    }
    return io.deephaven.proto.backplane.grpc.InvokeCondition.getDefaultInstance();
  }

  public static final int IS_NULL_FIELD_NUMBER = 7;
  /**
   * .io.deephaven.proto.backplane.grpc.IsNullCondition is_null = 7;
   * @return Whether the isNull field is set.
   */
  @java.lang.Override
  public boolean hasIsNull() {
    return dataCase_ == 7;
  }
  /**
   * .io.deephaven.proto.backplane.grpc.IsNullCondition is_null = 7;
   * @return The isNull.
   */
  @java.lang.Override
  public io.deephaven.proto.backplane.grpc.IsNullCondition getIsNull() {
    if (dataCase_ == 7) {
       return (io.deephaven.proto.backplane.grpc.IsNullCondition) data_;
    }
    return io.deephaven.proto.backplane.grpc.IsNullCondition.getDefaultInstance();
  }
  /**
   * .io.deephaven.proto.backplane.grpc.IsNullCondition is_null = 7;
   */
  @java.lang.Override
  public io.deephaven.proto.backplane.grpc.IsNullConditionOrBuilder getIsNullOrBuilder() {
    if (dataCase_ == 7) {
       return (io.deephaven.proto.backplane.grpc.IsNullCondition) data_;
    }
    return io.deephaven.proto.backplane.grpc.IsNullCondition.getDefaultInstance();
  }

  public static final int MATCHES_FIELD_NUMBER = 8;
  /**
   * .io.deephaven.proto.backplane.grpc.MatchesCondition matches = 8;
   * @return Whether the matches field is set.
   */
  @java.lang.Override
  public boolean hasMatches() {
    return dataCase_ == 8;
  }
  /**
   * .io.deephaven.proto.backplane.grpc.MatchesCondition matches = 8;
   * @return The matches.
   */
  @java.lang.Override
  public io.deephaven.proto.backplane.grpc.MatchesCondition getMatches() {
    if (dataCase_ == 8) {
       return (io.deephaven.proto.backplane.grpc.MatchesCondition) data_;
    }
    return io.deephaven.proto.backplane.grpc.MatchesCondition.getDefaultInstance();
  }
  /**
   * .io.deephaven.proto.backplane.grpc.MatchesCondition matches = 8;
   */
  @java.lang.Override
  public io.deephaven.proto.backplane.grpc.MatchesConditionOrBuilder getMatchesOrBuilder() {
    if (dataCase_ == 8) {
       return (io.deephaven.proto.backplane.grpc.MatchesCondition) data_;
    }
    return io.deephaven.proto.backplane.grpc.MatchesCondition.getDefaultInstance();
  }

  public static final int CONTAINS_FIELD_NUMBER = 9;
  /**
   * .io.deephaven.proto.backplane.grpc.ContainsCondition contains = 9;
   * @return Whether the contains field is set.
   */
  @java.lang.Override
  public boolean hasContains() {
    return dataCase_ == 9;
  }
  /**
   * .io.deephaven.proto.backplane.grpc.ContainsCondition contains = 9;
   * @return The contains.
   */
  @java.lang.Override
  public io.deephaven.proto.backplane.grpc.ContainsCondition getContains() {
    if (dataCase_ == 9) {
       return (io.deephaven.proto.backplane.grpc.ContainsCondition) data_;
    }
    return io.deephaven.proto.backplane.grpc.ContainsCondition.getDefaultInstance();
  }
  /**
   * .io.deephaven.proto.backplane.grpc.ContainsCondition contains = 9;
   */
  @java.lang.Override
  public io.deephaven.proto.backplane.grpc.ContainsConditionOrBuilder getContainsOrBuilder() {
    if (dataCase_ == 9) {
       return (io.deephaven.proto.backplane.grpc.ContainsCondition) data_;
    }
    return io.deephaven.proto.backplane.grpc.ContainsCondition.getDefaultInstance();
  }

  public static final int SEARCH_FIELD_NUMBER = 10;
  /**
   * .io.deephaven.proto.backplane.grpc.SearchCondition search = 10;
   * @return Whether the search field is set.
   */
  @java.lang.Override
  public boolean hasSearch() {
    return dataCase_ == 10;
  }
  /**
   * .io.deephaven.proto.backplane.grpc.SearchCondition search = 10;
   * @return The search.
   */
  @java.lang.Override
  public io.deephaven.proto.backplane.grpc.SearchCondition getSearch() {
    if (dataCase_ == 10) {
       return (io.deephaven.proto.backplane.grpc.SearchCondition) data_;
    }
    return io.deephaven.proto.backplane.grpc.SearchCondition.getDefaultInstance();
  }
  /**
   * .io.deephaven.proto.backplane.grpc.SearchCondition search = 10;
   */
  @java.lang.Override
  public io.deephaven.proto.backplane.grpc.SearchConditionOrBuilder getSearchOrBuilder() {
    if (dataCase_ == 10) {
       return (io.deephaven.proto.backplane.grpc.SearchCondition) data_;
    }
    return io.deephaven.proto.backplane.grpc.SearchCondition.getDefaultInstance();
  }

  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 (dataCase_ == 1) {
      output.writeMessage(1, (io.deephaven.proto.backplane.grpc.AndCondition) data_);
    }
    if (dataCase_ == 2) {
      output.writeMessage(2, (io.deephaven.proto.backplane.grpc.OrCondition) data_);
    }
    if (dataCase_ == 3) {
      output.writeMessage(3, (io.deephaven.proto.backplane.grpc.NotCondition) data_);
    }
    if (dataCase_ == 4) {
      output.writeMessage(4, (io.deephaven.proto.backplane.grpc.CompareCondition) data_);
    }
    if (dataCase_ == 5) {
      output.writeMessage(5, (io.deephaven.proto.backplane.grpc.InCondition) data_);
    }
    if (dataCase_ == 6) {
      output.writeMessage(6, (io.deephaven.proto.backplane.grpc.InvokeCondition) data_);
    }
    if (dataCase_ == 7) {
      output.writeMessage(7, (io.deephaven.proto.backplane.grpc.IsNullCondition) data_);
    }
    if (dataCase_ == 8) {
      output.writeMessage(8, (io.deephaven.proto.backplane.grpc.MatchesCondition) data_);
    }
    if (dataCase_ == 9) {
      output.writeMessage(9, (io.deephaven.proto.backplane.grpc.ContainsCondition) data_);
    }
    if (dataCase_ == 10) {
      output.writeMessage(10, (io.deephaven.proto.backplane.grpc.SearchCondition) data_);
    }
    getUnknownFields().writeTo(output);
  }

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

    size = 0;
    if (dataCase_ == 1) {
      size += com.google.protobuf.CodedOutputStream
        .computeMessageSize(1, (io.deephaven.proto.backplane.grpc.AndCondition) data_);
    }
    if (dataCase_ == 2) {
      size += com.google.protobuf.CodedOutputStream
        .computeMessageSize(2, (io.deephaven.proto.backplane.grpc.OrCondition) data_);
    }
    if (dataCase_ == 3) {
      size += com.google.protobuf.CodedOutputStream
        .computeMessageSize(3, (io.deephaven.proto.backplane.grpc.NotCondition) data_);
    }
    if (dataCase_ == 4) {
      size += com.google.protobuf.CodedOutputStream
        .computeMessageSize(4, (io.deephaven.proto.backplane.grpc.CompareCondition) data_);
    }
    if (dataCase_ == 5) {
      size += com.google.protobuf.CodedOutputStream
        .computeMessageSize(5, (io.deephaven.proto.backplane.grpc.InCondition) data_);
    }
    if (dataCase_ == 6) {
      size += com.google.protobuf.CodedOutputStream
        .computeMessageSize(6, (io.deephaven.proto.backplane.grpc.InvokeCondition) data_);
    }
    if (dataCase_ == 7) {
      size += com.google.protobuf.CodedOutputStream
        .computeMessageSize(7, (io.deephaven.proto.backplane.grpc.IsNullCondition) data_);
    }
    if (dataCase_ == 8) {
      size += com.google.protobuf.CodedOutputStream
        .computeMessageSize(8, (io.deephaven.proto.backplane.grpc.MatchesCondition) data_);
    }
    if (dataCase_ == 9) {
      size += com.google.protobuf.CodedOutputStream
        .computeMessageSize(9, (io.deephaven.proto.backplane.grpc.ContainsCondition) data_);
    }
    if (dataCase_ == 10) {
      size += com.google.protobuf.CodedOutputStream
        .computeMessageSize(10, (io.deephaven.proto.backplane.grpc.SearchCondition) data_);
    }
    size += getUnknownFields().getSerializedSize();
    memoizedSize = size;
    return size;
  }

  @java.lang.Override
  public boolean equals(final java.lang.Object obj) {
    if (obj == this) {
     return true;
    }
    if (!(obj instanceof io.deephaven.proto.backplane.grpc.Condition)) {
      return super.equals(obj);
    }
    io.deephaven.proto.backplane.grpc.Condition other = (io.deephaven.proto.backplane.grpc.Condition) obj;

    if (!getDataCase().equals(other.getDataCase())) return false;
    switch (dataCase_) {
      case 1:
        if (!getAnd()
            .equals(other.getAnd())) return false;
        break;
      case 2:
        if (!getOr()
            .equals(other.getOr())) return false;
        break;
      case 3:
        if (!getNot()
            .equals(other.getNot())) return false;
        break;
      case 4:
        if (!getCompare()
            .equals(other.getCompare())) return false;
        break;
      case 5:
        if (!getIn()
            .equals(other.getIn())) return false;
        break;
      case 6:
        if (!getInvoke()
            .equals(other.getInvoke())) return false;
        break;
      case 7:
        if (!getIsNull()
            .equals(other.getIsNull())) return false;
        break;
      case 8:
        if (!getMatches()
            .equals(other.getMatches())) return false;
        break;
      case 9:
        if (!getContains()
            .equals(other.getContains())) return false;
        break;
      case 10:
        if (!getSearch()
            .equals(other.getSearch())) return false;
        break;
      case 0:
      default:
    }
    if (!getUnknownFields().equals(other.getUnknownFields())) return false;
    return true;
  }

  @java.lang.Override
  public int hashCode() {
    if (memoizedHashCode != 0) {
      return memoizedHashCode;
    }
    int hash = 41;
    hash = (19 * hash) + getDescriptor().hashCode();
    switch (dataCase_) {
      case 1:
        hash = (37 * hash) + AND_FIELD_NUMBER;
        hash = (53 * hash) + getAnd().hashCode();
        break;
      case 2:
        hash = (37 * hash) + OR_FIELD_NUMBER;
        hash = (53 * hash) + getOr().hashCode();
        break;
      case 3:
        hash = (37 * hash) + NOT_FIELD_NUMBER;
        hash = (53 * hash) + getNot().hashCode();
        break;
      case 4:
        hash = (37 * hash) + COMPARE_FIELD_NUMBER;
        hash = (53 * hash) + getCompare().hashCode();
        break;
      case 5:
        hash = (37 * hash) + IN_FIELD_NUMBER;
        hash = (53 * hash) + getIn().hashCode();
        break;
      case 6:
        hash = (37 * hash) + INVOKE_FIELD_NUMBER;
        hash = (53 * hash) + getInvoke().hashCode();
        break;
      case 7:
        hash = (37 * hash) + IS_NULL_FIELD_NUMBER;
        hash = (53 * hash) + getIsNull().hashCode();
        break;
      case 8:
        hash = (37 * hash) + MATCHES_FIELD_NUMBER;
        hash = (53 * hash) + getMatches().hashCode();
        break;
      case 9:
        hash = (37 * hash) + CONTAINS_FIELD_NUMBER;
        hash = (53 * hash) + getContains().hashCode();
        break;
      case 10:
        hash = (37 * hash) + SEARCH_FIELD_NUMBER;
        hash = (53 * hash) + getSearch().hashCode();
        break;
      case 0:
      default:
    }
    hash = (29 * hash) + getUnknownFields().hashCode();
    memoizedHashCode = hash;
    return hash;
  }

  public static io.deephaven.proto.backplane.grpc.Condition parseFrom(
      java.nio.ByteBuffer data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static io.deephaven.proto.backplane.grpc.Condition parseFrom(
      java.nio.ByteBuffer data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static io.deephaven.proto.backplane.grpc.Condition parseFrom(
      com.google.protobuf.ByteString data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static io.deephaven.proto.backplane.grpc.Condition parseFrom(
      com.google.protobuf.ByteString data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static io.deephaven.proto.backplane.grpc.Condition parseFrom(byte[] data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static io.deephaven.proto.backplane.grpc.Condition parseFrom(
      byte[] data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static io.deephaven.proto.backplane.grpc.Condition parseFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input);
  }
  public static io.deephaven.proto.backplane.grpc.Condition 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 io.deephaven.proto.backplane.grpc.Condition parseDelimitedFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseDelimitedWithIOException(PARSER, input);
  }

  public static io.deephaven.proto.backplane.grpc.Condition 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 io.deephaven.proto.backplane.grpc.Condition parseFrom(
      com.google.protobuf.CodedInputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input);
  }
  public static io.deephaven.proto.backplane.grpc.Condition 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(io.deephaven.proto.backplane.grpc.Condition 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 io.deephaven.proto.backplane.grpc.Condition}
   */
  public static final class Builder extends
      com.google.protobuf.GeneratedMessageV3.Builder implements
      // @@protoc_insertion_point(builder_implements:io.deephaven.proto.backplane.grpc.Condition)
      io.deephaven.proto.backplane.grpc.ConditionOrBuilder {
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return io.deephaven.proto.backplane.grpc.Table.internal_static_io_deephaven_proto_backplane_grpc_Condition_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return io.deephaven.proto.backplane.grpc.Table.internal_static_io_deephaven_proto_backplane_grpc_Condition_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              io.deephaven.proto.backplane.grpc.Condition.class, io.deephaven.proto.backplane.grpc.Condition.Builder.class);
    }

    // Construct using io.deephaven.proto.backplane.grpc.Condition.newBuilder()
    private Builder() {

    }

    private Builder(
        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
      super(parent);

    }
    @java.lang.Override
    public Builder clear() {
      super.clear();
      bitField0_ = 0;
      if (andBuilder_ != null) {
        andBuilder_.clear();
      }
      if (orBuilder_ != null) {
        orBuilder_.clear();
      }
      if (notBuilder_ != null) {
        notBuilder_.clear();
      }
      if (compareBuilder_ != null) {
        compareBuilder_.clear();
      }
      if (inBuilder_ != null) {
        inBuilder_.clear();
      }
      if (invokeBuilder_ != null) {
        invokeBuilder_.clear();
      }
      if (isNullBuilder_ != null) {
        isNullBuilder_.clear();
      }
      if (matchesBuilder_ != null) {
        matchesBuilder_.clear();
      }
      if (containsBuilder_ != null) {
        containsBuilder_.clear();
      }
      if (searchBuilder_ != null) {
        searchBuilder_.clear();
      }
      dataCase_ = 0;
      data_ = null;
      return this;
    }

    @java.lang.Override
    public com.google.protobuf.Descriptors.Descriptor
        getDescriptorForType() {
      return io.deephaven.proto.backplane.grpc.Table.internal_static_io_deephaven_proto_backplane_grpc_Condition_descriptor;
    }

    @java.lang.Override
    public io.deephaven.proto.backplane.grpc.Condition getDefaultInstanceForType() {
      return io.deephaven.proto.backplane.grpc.Condition.getDefaultInstance();
    }

    @java.lang.Override
    public io.deephaven.proto.backplane.grpc.Condition build() {
      io.deephaven.proto.backplane.grpc.Condition result = buildPartial();
      if (!result.isInitialized()) {
        throw newUninitializedMessageException(result);
      }
      return result;
    }

    @java.lang.Override
    public io.deephaven.proto.backplane.grpc.Condition buildPartial() {
      io.deephaven.proto.backplane.grpc.Condition result = new io.deephaven.proto.backplane.grpc.Condition(this);
      if (bitField0_ != 0) { buildPartial0(result); }
      buildPartialOneofs(result);
      onBuilt();
      return result;
    }

    private void buildPartial0(io.deephaven.proto.backplane.grpc.Condition result) {
      int from_bitField0_ = bitField0_;
    }

    private void buildPartialOneofs(io.deephaven.proto.backplane.grpc.Condition result) {
      result.dataCase_ = dataCase_;
      result.data_ = this.data_;
      if (dataCase_ == 1 &&
          andBuilder_ != null) {
        result.data_ = andBuilder_.build();
      }
      if (dataCase_ == 2 &&
          orBuilder_ != null) {
        result.data_ = orBuilder_.build();
      }
      if (dataCase_ == 3 &&
          notBuilder_ != null) {
        result.data_ = notBuilder_.build();
      }
      if (dataCase_ == 4 &&
          compareBuilder_ != null) {
        result.data_ = compareBuilder_.build();
      }
      if (dataCase_ == 5 &&
          inBuilder_ != null) {
        result.data_ = inBuilder_.build();
      }
      if (dataCase_ == 6 &&
          invokeBuilder_ != null) {
        result.data_ = invokeBuilder_.build();
      }
      if (dataCase_ == 7 &&
          isNullBuilder_ != null) {
        result.data_ = isNullBuilder_.build();
      }
      if (dataCase_ == 8 &&
          matchesBuilder_ != null) {
        result.data_ = matchesBuilder_.build();
      }
      if (dataCase_ == 9 &&
          containsBuilder_ != null) {
        result.data_ = containsBuilder_.build();
      }
      if (dataCase_ == 10 &&
          searchBuilder_ != null) {
        result.data_ = searchBuilder_.build();
      }
    }

    @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 io.deephaven.proto.backplane.grpc.Condition) {
        return mergeFrom((io.deephaven.proto.backplane.grpc.Condition)other);
      } else {
        super.mergeFrom(other);
        return this;
      }
    }

    public Builder mergeFrom(io.deephaven.proto.backplane.grpc.Condition other) {
      if (other == io.deephaven.proto.backplane.grpc.Condition.getDefaultInstance()) return this;
      switch (other.getDataCase()) {
        case AND: {
          mergeAnd(other.getAnd());
          break;
        }
        case OR: {
          mergeOr(other.getOr());
          break;
        }
        case NOT: {
          mergeNot(other.getNot());
          break;
        }
        case COMPARE: {
          mergeCompare(other.getCompare());
          break;
        }
        case IN: {
          mergeIn(other.getIn());
          break;
        }
        case INVOKE: {
          mergeInvoke(other.getInvoke());
          break;
        }
        case IS_NULL: {
          mergeIsNull(other.getIsNull());
          break;
        }
        case MATCHES: {
          mergeMatches(other.getMatches());
          break;
        }
        case CONTAINS: {
          mergeContains(other.getContains());
          break;
        }
        case SEARCH: {
          mergeSearch(other.getSearch());
          break;
        }
        case DATA_NOT_SET: {
          break;
        }
      }
      this.mergeUnknownFields(other.getUnknownFields());
      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 {
      if (extensionRegistry == null) {
        throw new java.lang.NullPointerException();
      }
      try {
        boolean done = false;
        while (!done) {
          int tag = input.readTag();
          switch (tag) {
            case 0:
              done = true;
              break;
            case 10: {
              input.readMessage(
                  getAndFieldBuilder().getBuilder(),
                  extensionRegistry);
              dataCase_ = 1;
              break;
            } // case 10
            case 18: {
              input.readMessage(
                  getOrFieldBuilder().getBuilder(),
                  extensionRegistry);
              dataCase_ = 2;
              break;
            } // case 18
            case 26: {
              input.readMessage(
                  getNotFieldBuilder().getBuilder(),
                  extensionRegistry);
              dataCase_ = 3;
              break;
            } // case 26
            case 34: {
              input.readMessage(
                  getCompareFieldBuilder().getBuilder(),
                  extensionRegistry);
              dataCase_ = 4;
              break;
            } // case 34
            case 42: {
              input.readMessage(
                  getInFieldBuilder().getBuilder(),
                  extensionRegistry);
              dataCase_ = 5;
              break;
            } // case 42
            case 50: {
              input.readMessage(
                  getInvokeFieldBuilder().getBuilder(),
                  extensionRegistry);
              dataCase_ = 6;
              break;
            } // case 50
            case 58: {
              input.readMessage(
                  getIsNullFieldBuilder().getBuilder(),
                  extensionRegistry);
              dataCase_ = 7;
              break;
            } // case 58
            case 66: {
              input.readMessage(
                  getMatchesFieldBuilder().getBuilder(),
                  extensionRegistry);
              dataCase_ = 8;
              break;
            } // case 66
            case 74: {
              input.readMessage(
                  getContainsFieldBuilder().getBuilder(),
                  extensionRegistry);
              dataCase_ = 9;
              break;
            } // case 74
            case 82: {
              input.readMessage(
                  getSearchFieldBuilder().getBuilder(),
                  extensionRegistry);
              dataCase_ = 10;
              break;
            } // case 82
            default: {
              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
                done = true; // was an endgroup tag
              }
              break;
            } // default:
          } // switch (tag)
        } // while (!done)
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.unwrapIOException();
      } finally {
        onChanged();
      } // finally
      return this;
    }
    private int dataCase_ = 0;
    private java.lang.Object data_;
    public DataCase
        getDataCase() {
      return DataCase.forNumber(
          dataCase_);
    }

    public Builder clearData() {
      dataCase_ = 0;
      data_ = null;
      onChanged();
      return this;
    }

    private int bitField0_;

    private com.google.protobuf.SingleFieldBuilderV3<
        io.deephaven.proto.backplane.grpc.AndCondition, io.deephaven.proto.backplane.grpc.AndCondition.Builder, io.deephaven.proto.backplane.grpc.AndConditionOrBuilder> andBuilder_;
    /**
     * .io.deephaven.proto.backplane.grpc.AndCondition and = 1;
     * @return Whether the and field is set.
     */
    @java.lang.Override
    public boolean hasAnd() {
      return dataCase_ == 1;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.AndCondition and = 1;
     * @return The and.
     */
    @java.lang.Override
    public io.deephaven.proto.backplane.grpc.AndCondition getAnd() {
      if (andBuilder_ == null) {
        if (dataCase_ == 1) {
          return (io.deephaven.proto.backplane.grpc.AndCondition) data_;
        }
        return io.deephaven.proto.backplane.grpc.AndCondition.getDefaultInstance();
      } else {
        if (dataCase_ == 1) {
          return andBuilder_.getMessage();
        }
        return io.deephaven.proto.backplane.grpc.AndCondition.getDefaultInstance();
      }
    }
    /**
     * .io.deephaven.proto.backplane.grpc.AndCondition and = 1;
     */
    public Builder setAnd(io.deephaven.proto.backplane.grpc.AndCondition value) {
      if (andBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        data_ = value;
        onChanged();
      } else {
        andBuilder_.setMessage(value);
      }
      dataCase_ = 1;
      return this;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.AndCondition and = 1;
     */
    public Builder setAnd(
        io.deephaven.proto.backplane.grpc.AndCondition.Builder builderForValue) {
      if (andBuilder_ == null) {
        data_ = builderForValue.build();
        onChanged();
      } else {
        andBuilder_.setMessage(builderForValue.build());
      }
      dataCase_ = 1;
      return this;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.AndCondition and = 1;
     */
    public Builder mergeAnd(io.deephaven.proto.backplane.grpc.AndCondition value) {
      if (andBuilder_ == null) {
        if (dataCase_ == 1 &&
            data_ != io.deephaven.proto.backplane.grpc.AndCondition.getDefaultInstance()) {
          data_ = io.deephaven.proto.backplane.grpc.AndCondition.newBuilder((io.deephaven.proto.backplane.grpc.AndCondition) data_)
              .mergeFrom(value).buildPartial();
        } else {
          data_ = value;
        }
        onChanged();
      } else {
        if (dataCase_ == 1) {
          andBuilder_.mergeFrom(value);
        } else {
          andBuilder_.setMessage(value);
        }
      }
      dataCase_ = 1;
      return this;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.AndCondition and = 1;
     */
    public Builder clearAnd() {
      if (andBuilder_ == null) {
        if (dataCase_ == 1) {
          dataCase_ = 0;
          data_ = null;
          onChanged();
        }
      } else {
        if (dataCase_ == 1) {
          dataCase_ = 0;
          data_ = null;
        }
        andBuilder_.clear();
      }
      return this;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.AndCondition and = 1;
     */
    public io.deephaven.proto.backplane.grpc.AndCondition.Builder getAndBuilder() {
      return getAndFieldBuilder().getBuilder();
    }
    /**
     * .io.deephaven.proto.backplane.grpc.AndCondition and = 1;
     */
    @java.lang.Override
    public io.deephaven.proto.backplane.grpc.AndConditionOrBuilder getAndOrBuilder() {
      if ((dataCase_ == 1) && (andBuilder_ != null)) {
        return andBuilder_.getMessageOrBuilder();
      } else {
        if (dataCase_ == 1) {
          return (io.deephaven.proto.backplane.grpc.AndCondition) data_;
        }
        return io.deephaven.proto.backplane.grpc.AndCondition.getDefaultInstance();
      }
    }
    /**
     * .io.deephaven.proto.backplane.grpc.AndCondition and = 1;
     */
    private com.google.protobuf.SingleFieldBuilderV3<
        io.deephaven.proto.backplane.grpc.AndCondition, io.deephaven.proto.backplane.grpc.AndCondition.Builder, io.deephaven.proto.backplane.grpc.AndConditionOrBuilder> 
        getAndFieldBuilder() {
      if (andBuilder_ == null) {
        if (!(dataCase_ == 1)) {
          data_ = io.deephaven.proto.backplane.grpc.AndCondition.getDefaultInstance();
        }
        andBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
            io.deephaven.proto.backplane.grpc.AndCondition, io.deephaven.proto.backplane.grpc.AndCondition.Builder, io.deephaven.proto.backplane.grpc.AndConditionOrBuilder>(
                (io.deephaven.proto.backplane.grpc.AndCondition) data_,
                getParentForChildren(),
                isClean());
        data_ = null;
      }
      dataCase_ = 1;
      onChanged();
      return andBuilder_;
    }

    private com.google.protobuf.SingleFieldBuilderV3<
        io.deephaven.proto.backplane.grpc.OrCondition, io.deephaven.proto.backplane.grpc.OrCondition.Builder, io.deephaven.proto.backplane.grpc.OrConditionOrBuilder> orBuilder_;
    /**
     * .io.deephaven.proto.backplane.grpc.OrCondition or = 2;
     * @return Whether the or field is set.
     */
    @java.lang.Override
    public boolean hasOr() {
      return dataCase_ == 2;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.OrCondition or = 2;
     * @return The or.
     */
    @java.lang.Override
    public io.deephaven.proto.backplane.grpc.OrCondition getOr() {
      if (orBuilder_ == null) {
        if (dataCase_ == 2) {
          return (io.deephaven.proto.backplane.grpc.OrCondition) data_;
        }
        return io.deephaven.proto.backplane.grpc.OrCondition.getDefaultInstance();
      } else {
        if (dataCase_ == 2) {
          return orBuilder_.getMessage();
        }
        return io.deephaven.proto.backplane.grpc.OrCondition.getDefaultInstance();
      }
    }
    /**
     * .io.deephaven.proto.backplane.grpc.OrCondition or = 2;
     */
    public Builder setOr(io.deephaven.proto.backplane.grpc.OrCondition value) {
      if (orBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        data_ = value;
        onChanged();
      } else {
        orBuilder_.setMessage(value);
      }
      dataCase_ = 2;
      return this;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.OrCondition or = 2;
     */
    public Builder setOr(
        io.deephaven.proto.backplane.grpc.OrCondition.Builder builderForValue) {
      if (orBuilder_ == null) {
        data_ = builderForValue.build();
        onChanged();
      } else {
        orBuilder_.setMessage(builderForValue.build());
      }
      dataCase_ = 2;
      return this;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.OrCondition or = 2;
     */
    public Builder mergeOr(io.deephaven.proto.backplane.grpc.OrCondition value) {
      if (orBuilder_ == null) {
        if (dataCase_ == 2 &&
            data_ != io.deephaven.proto.backplane.grpc.OrCondition.getDefaultInstance()) {
          data_ = io.deephaven.proto.backplane.grpc.OrCondition.newBuilder((io.deephaven.proto.backplane.grpc.OrCondition) data_)
              .mergeFrom(value).buildPartial();
        } else {
          data_ = value;
        }
        onChanged();
      } else {
        if (dataCase_ == 2) {
          orBuilder_.mergeFrom(value);
        } else {
          orBuilder_.setMessage(value);
        }
      }
      dataCase_ = 2;
      return this;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.OrCondition or = 2;
     */
    public Builder clearOr() {
      if (orBuilder_ == null) {
        if (dataCase_ == 2) {
          dataCase_ = 0;
          data_ = null;
          onChanged();
        }
      } else {
        if (dataCase_ == 2) {
          dataCase_ = 0;
          data_ = null;
        }
        orBuilder_.clear();
      }
      return this;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.OrCondition or = 2;
     */
    public io.deephaven.proto.backplane.grpc.OrCondition.Builder getOrBuilder() {
      return getOrFieldBuilder().getBuilder();
    }
    /**
     * .io.deephaven.proto.backplane.grpc.OrCondition or = 2;
     */
    @java.lang.Override
    public io.deephaven.proto.backplane.grpc.OrConditionOrBuilder getOrOrBuilder() {
      if ((dataCase_ == 2) && (orBuilder_ != null)) {
        return orBuilder_.getMessageOrBuilder();
      } else {
        if (dataCase_ == 2) {
          return (io.deephaven.proto.backplane.grpc.OrCondition) data_;
        }
        return io.deephaven.proto.backplane.grpc.OrCondition.getDefaultInstance();
      }
    }
    /**
     * .io.deephaven.proto.backplane.grpc.OrCondition or = 2;
     */
    private com.google.protobuf.SingleFieldBuilderV3<
        io.deephaven.proto.backplane.grpc.OrCondition, io.deephaven.proto.backplane.grpc.OrCondition.Builder, io.deephaven.proto.backplane.grpc.OrConditionOrBuilder> 
        getOrFieldBuilder() {
      if (orBuilder_ == null) {
        if (!(dataCase_ == 2)) {
          data_ = io.deephaven.proto.backplane.grpc.OrCondition.getDefaultInstance();
        }
        orBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
            io.deephaven.proto.backplane.grpc.OrCondition, io.deephaven.proto.backplane.grpc.OrCondition.Builder, io.deephaven.proto.backplane.grpc.OrConditionOrBuilder>(
                (io.deephaven.proto.backplane.grpc.OrCondition) data_,
                getParentForChildren(),
                isClean());
        data_ = null;
      }
      dataCase_ = 2;
      onChanged();
      return orBuilder_;
    }

    private com.google.protobuf.SingleFieldBuilderV3<
        io.deephaven.proto.backplane.grpc.NotCondition, io.deephaven.proto.backplane.grpc.NotCondition.Builder, io.deephaven.proto.backplane.grpc.NotConditionOrBuilder> notBuilder_;
    /**
     * .io.deephaven.proto.backplane.grpc.NotCondition not = 3;
     * @return Whether the not field is set.
     */
    @java.lang.Override
    public boolean hasNot() {
      return dataCase_ == 3;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.NotCondition not = 3;
     * @return The not.
     */
    @java.lang.Override
    public io.deephaven.proto.backplane.grpc.NotCondition getNot() {
      if (notBuilder_ == null) {
        if (dataCase_ == 3) {
          return (io.deephaven.proto.backplane.grpc.NotCondition) data_;
        }
        return io.deephaven.proto.backplane.grpc.NotCondition.getDefaultInstance();
      } else {
        if (dataCase_ == 3) {
          return notBuilder_.getMessage();
        }
        return io.deephaven.proto.backplane.grpc.NotCondition.getDefaultInstance();
      }
    }
    /**
     * .io.deephaven.proto.backplane.grpc.NotCondition not = 3;
     */
    public Builder setNot(io.deephaven.proto.backplane.grpc.NotCondition value) {
      if (notBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        data_ = value;
        onChanged();
      } else {
        notBuilder_.setMessage(value);
      }
      dataCase_ = 3;
      return this;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.NotCondition not = 3;
     */
    public Builder setNot(
        io.deephaven.proto.backplane.grpc.NotCondition.Builder builderForValue) {
      if (notBuilder_ == null) {
        data_ = builderForValue.build();
        onChanged();
      } else {
        notBuilder_.setMessage(builderForValue.build());
      }
      dataCase_ = 3;
      return this;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.NotCondition not = 3;
     */
    public Builder mergeNot(io.deephaven.proto.backplane.grpc.NotCondition value) {
      if (notBuilder_ == null) {
        if (dataCase_ == 3 &&
            data_ != io.deephaven.proto.backplane.grpc.NotCondition.getDefaultInstance()) {
          data_ = io.deephaven.proto.backplane.grpc.NotCondition.newBuilder((io.deephaven.proto.backplane.grpc.NotCondition) data_)
              .mergeFrom(value).buildPartial();
        } else {
          data_ = value;
        }
        onChanged();
      } else {
        if (dataCase_ == 3) {
          notBuilder_.mergeFrom(value);
        } else {
          notBuilder_.setMessage(value);
        }
      }
      dataCase_ = 3;
      return this;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.NotCondition not = 3;
     */
    public Builder clearNot() {
      if (notBuilder_ == null) {
        if (dataCase_ == 3) {
          dataCase_ = 0;
          data_ = null;
          onChanged();
        }
      } else {
        if (dataCase_ == 3) {
          dataCase_ = 0;
          data_ = null;
        }
        notBuilder_.clear();
      }
      return this;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.NotCondition not = 3;
     */
    public io.deephaven.proto.backplane.grpc.NotCondition.Builder getNotBuilder() {
      return getNotFieldBuilder().getBuilder();
    }
    /**
     * .io.deephaven.proto.backplane.grpc.NotCondition not = 3;
     */
    @java.lang.Override
    public io.deephaven.proto.backplane.grpc.NotConditionOrBuilder getNotOrBuilder() {
      if ((dataCase_ == 3) && (notBuilder_ != null)) {
        return notBuilder_.getMessageOrBuilder();
      } else {
        if (dataCase_ == 3) {
          return (io.deephaven.proto.backplane.grpc.NotCondition) data_;
        }
        return io.deephaven.proto.backplane.grpc.NotCondition.getDefaultInstance();
      }
    }
    /**
     * .io.deephaven.proto.backplane.grpc.NotCondition not = 3;
     */
    private com.google.protobuf.SingleFieldBuilderV3<
        io.deephaven.proto.backplane.grpc.NotCondition, io.deephaven.proto.backplane.grpc.NotCondition.Builder, io.deephaven.proto.backplane.grpc.NotConditionOrBuilder> 
        getNotFieldBuilder() {
      if (notBuilder_ == null) {
        if (!(dataCase_ == 3)) {
          data_ = io.deephaven.proto.backplane.grpc.NotCondition.getDefaultInstance();
        }
        notBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
            io.deephaven.proto.backplane.grpc.NotCondition, io.deephaven.proto.backplane.grpc.NotCondition.Builder, io.deephaven.proto.backplane.grpc.NotConditionOrBuilder>(
                (io.deephaven.proto.backplane.grpc.NotCondition) data_,
                getParentForChildren(),
                isClean());
        data_ = null;
      }
      dataCase_ = 3;
      onChanged();
      return notBuilder_;
    }

    private com.google.protobuf.SingleFieldBuilderV3<
        io.deephaven.proto.backplane.grpc.CompareCondition, io.deephaven.proto.backplane.grpc.CompareCondition.Builder, io.deephaven.proto.backplane.grpc.CompareConditionOrBuilder> compareBuilder_;
    /**
     * .io.deephaven.proto.backplane.grpc.CompareCondition compare = 4;
     * @return Whether the compare field is set.
     */
    @java.lang.Override
    public boolean hasCompare() {
      return dataCase_ == 4;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.CompareCondition compare = 4;
     * @return The compare.
     */
    @java.lang.Override
    public io.deephaven.proto.backplane.grpc.CompareCondition getCompare() {
      if (compareBuilder_ == null) {
        if (dataCase_ == 4) {
          return (io.deephaven.proto.backplane.grpc.CompareCondition) data_;
        }
        return io.deephaven.proto.backplane.grpc.CompareCondition.getDefaultInstance();
      } else {
        if (dataCase_ == 4) {
          return compareBuilder_.getMessage();
        }
        return io.deephaven.proto.backplane.grpc.CompareCondition.getDefaultInstance();
      }
    }
    /**
     * .io.deephaven.proto.backplane.grpc.CompareCondition compare = 4;
     */
    public Builder setCompare(io.deephaven.proto.backplane.grpc.CompareCondition value) {
      if (compareBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        data_ = value;
        onChanged();
      } else {
        compareBuilder_.setMessage(value);
      }
      dataCase_ = 4;
      return this;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.CompareCondition compare = 4;
     */
    public Builder setCompare(
        io.deephaven.proto.backplane.grpc.CompareCondition.Builder builderForValue) {
      if (compareBuilder_ == null) {
        data_ = builderForValue.build();
        onChanged();
      } else {
        compareBuilder_.setMessage(builderForValue.build());
      }
      dataCase_ = 4;
      return this;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.CompareCondition compare = 4;
     */
    public Builder mergeCompare(io.deephaven.proto.backplane.grpc.CompareCondition value) {
      if (compareBuilder_ == null) {
        if (dataCase_ == 4 &&
            data_ != io.deephaven.proto.backplane.grpc.CompareCondition.getDefaultInstance()) {
          data_ = io.deephaven.proto.backplane.grpc.CompareCondition.newBuilder((io.deephaven.proto.backplane.grpc.CompareCondition) data_)
              .mergeFrom(value).buildPartial();
        } else {
          data_ = value;
        }
        onChanged();
      } else {
        if (dataCase_ == 4) {
          compareBuilder_.mergeFrom(value);
        } else {
          compareBuilder_.setMessage(value);
        }
      }
      dataCase_ = 4;
      return this;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.CompareCondition compare = 4;
     */
    public Builder clearCompare() {
      if (compareBuilder_ == null) {
        if (dataCase_ == 4) {
          dataCase_ = 0;
          data_ = null;
          onChanged();
        }
      } else {
        if (dataCase_ == 4) {
          dataCase_ = 0;
          data_ = null;
        }
        compareBuilder_.clear();
      }
      return this;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.CompareCondition compare = 4;
     */
    public io.deephaven.proto.backplane.grpc.CompareCondition.Builder getCompareBuilder() {
      return getCompareFieldBuilder().getBuilder();
    }
    /**
     * .io.deephaven.proto.backplane.grpc.CompareCondition compare = 4;
     */
    @java.lang.Override
    public io.deephaven.proto.backplane.grpc.CompareConditionOrBuilder getCompareOrBuilder() {
      if ((dataCase_ == 4) && (compareBuilder_ != null)) {
        return compareBuilder_.getMessageOrBuilder();
      } else {
        if (dataCase_ == 4) {
          return (io.deephaven.proto.backplane.grpc.CompareCondition) data_;
        }
        return io.deephaven.proto.backplane.grpc.CompareCondition.getDefaultInstance();
      }
    }
    /**
     * .io.deephaven.proto.backplane.grpc.CompareCondition compare = 4;
     */
    private com.google.protobuf.SingleFieldBuilderV3<
        io.deephaven.proto.backplane.grpc.CompareCondition, io.deephaven.proto.backplane.grpc.CompareCondition.Builder, io.deephaven.proto.backplane.grpc.CompareConditionOrBuilder> 
        getCompareFieldBuilder() {
      if (compareBuilder_ == null) {
        if (!(dataCase_ == 4)) {
          data_ = io.deephaven.proto.backplane.grpc.CompareCondition.getDefaultInstance();
        }
        compareBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
            io.deephaven.proto.backplane.grpc.CompareCondition, io.deephaven.proto.backplane.grpc.CompareCondition.Builder, io.deephaven.proto.backplane.grpc.CompareConditionOrBuilder>(
                (io.deephaven.proto.backplane.grpc.CompareCondition) data_,
                getParentForChildren(),
                isClean());
        data_ = null;
      }
      dataCase_ = 4;
      onChanged();
      return compareBuilder_;
    }

    private com.google.protobuf.SingleFieldBuilderV3<
        io.deephaven.proto.backplane.grpc.InCondition, io.deephaven.proto.backplane.grpc.InCondition.Builder, io.deephaven.proto.backplane.grpc.InConditionOrBuilder> inBuilder_;
    /**
     * .io.deephaven.proto.backplane.grpc.InCondition in = 5;
     * @return Whether the in field is set.
     */
    @java.lang.Override
    public boolean hasIn() {
      return dataCase_ == 5;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.InCondition in = 5;
     * @return The in.
     */
    @java.lang.Override
    public io.deephaven.proto.backplane.grpc.InCondition getIn() {
      if (inBuilder_ == null) {
        if (dataCase_ == 5) {
          return (io.deephaven.proto.backplane.grpc.InCondition) data_;
        }
        return io.deephaven.proto.backplane.grpc.InCondition.getDefaultInstance();
      } else {
        if (dataCase_ == 5) {
          return inBuilder_.getMessage();
        }
        return io.deephaven.proto.backplane.grpc.InCondition.getDefaultInstance();
      }
    }
    /**
     * .io.deephaven.proto.backplane.grpc.InCondition in = 5;
     */
    public Builder setIn(io.deephaven.proto.backplane.grpc.InCondition value) {
      if (inBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        data_ = value;
        onChanged();
      } else {
        inBuilder_.setMessage(value);
      }
      dataCase_ = 5;
      return this;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.InCondition in = 5;
     */
    public Builder setIn(
        io.deephaven.proto.backplane.grpc.InCondition.Builder builderForValue) {
      if (inBuilder_ == null) {
        data_ = builderForValue.build();
        onChanged();
      } else {
        inBuilder_.setMessage(builderForValue.build());
      }
      dataCase_ = 5;
      return this;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.InCondition in = 5;
     */
    public Builder mergeIn(io.deephaven.proto.backplane.grpc.InCondition value) {
      if (inBuilder_ == null) {
        if (dataCase_ == 5 &&
            data_ != io.deephaven.proto.backplane.grpc.InCondition.getDefaultInstance()) {
          data_ = io.deephaven.proto.backplane.grpc.InCondition.newBuilder((io.deephaven.proto.backplane.grpc.InCondition) data_)
              .mergeFrom(value).buildPartial();
        } else {
          data_ = value;
        }
        onChanged();
      } else {
        if (dataCase_ == 5) {
          inBuilder_.mergeFrom(value);
        } else {
          inBuilder_.setMessage(value);
        }
      }
      dataCase_ = 5;
      return this;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.InCondition in = 5;
     */
    public Builder clearIn() {
      if (inBuilder_ == null) {
        if (dataCase_ == 5) {
          dataCase_ = 0;
          data_ = null;
          onChanged();
        }
      } else {
        if (dataCase_ == 5) {
          dataCase_ = 0;
          data_ = null;
        }
        inBuilder_.clear();
      }
      return this;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.InCondition in = 5;
     */
    public io.deephaven.proto.backplane.grpc.InCondition.Builder getInBuilder() {
      return getInFieldBuilder().getBuilder();
    }
    /**
     * .io.deephaven.proto.backplane.grpc.InCondition in = 5;
     */
    @java.lang.Override
    public io.deephaven.proto.backplane.grpc.InConditionOrBuilder getInOrBuilder() {
      if ((dataCase_ == 5) && (inBuilder_ != null)) {
        return inBuilder_.getMessageOrBuilder();
      } else {
        if (dataCase_ == 5) {
          return (io.deephaven.proto.backplane.grpc.InCondition) data_;
        }
        return io.deephaven.proto.backplane.grpc.InCondition.getDefaultInstance();
      }
    }
    /**
     * .io.deephaven.proto.backplane.grpc.InCondition in = 5;
     */
    private com.google.protobuf.SingleFieldBuilderV3<
        io.deephaven.proto.backplane.grpc.InCondition, io.deephaven.proto.backplane.grpc.InCondition.Builder, io.deephaven.proto.backplane.grpc.InConditionOrBuilder> 
        getInFieldBuilder() {
      if (inBuilder_ == null) {
        if (!(dataCase_ == 5)) {
          data_ = io.deephaven.proto.backplane.grpc.InCondition.getDefaultInstance();
        }
        inBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
            io.deephaven.proto.backplane.grpc.InCondition, io.deephaven.proto.backplane.grpc.InCondition.Builder, io.deephaven.proto.backplane.grpc.InConditionOrBuilder>(
                (io.deephaven.proto.backplane.grpc.InCondition) data_,
                getParentForChildren(),
                isClean());
        data_ = null;
      }
      dataCase_ = 5;
      onChanged();
      return inBuilder_;
    }

    private com.google.protobuf.SingleFieldBuilderV3<
        io.deephaven.proto.backplane.grpc.InvokeCondition, io.deephaven.proto.backplane.grpc.InvokeCondition.Builder, io.deephaven.proto.backplane.grpc.InvokeConditionOrBuilder> invokeBuilder_;
    /**
     * .io.deephaven.proto.backplane.grpc.InvokeCondition invoke = 6;
     * @return Whether the invoke field is set.
     */
    @java.lang.Override
    public boolean hasInvoke() {
      return dataCase_ == 6;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.InvokeCondition invoke = 6;
     * @return The invoke.
     */
    @java.lang.Override
    public io.deephaven.proto.backplane.grpc.InvokeCondition getInvoke() {
      if (invokeBuilder_ == null) {
        if (dataCase_ == 6) {
          return (io.deephaven.proto.backplane.grpc.InvokeCondition) data_;
        }
        return io.deephaven.proto.backplane.grpc.InvokeCondition.getDefaultInstance();
      } else {
        if (dataCase_ == 6) {
          return invokeBuilder_.getMessage();
        }
        return io.deephaven.proto.backplane.grpc.InvokeCondition.getDefaultInstance();
      }
    }
    /**
     * .io.deephaven.proto.backplane.grpc.InvokeCondition invoke = 6;
     */
    public Builder setInvoke(io.deephaven.proto.backplane.grpc.InvokeCondition value) {
      if (invokeBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        data_ = value;
        onChanged();
      } else {
        invokeBuilder_.setMessage(value);
      }
      dataCase_ = 6;
      return this;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.InvokeCondition invoke = 6;
     */
    public Builder setInvoke(
        io.deephaven.proto.backplane.grpc.InvokeCondition.Builder builderForValue) {
      if (invokeBuilder_ == null) {
        data_ = builderForValue.build();
        onChanged();
      } else {
        invokeBuilder_.setMessage(builderForValue.build());
      }
      dataCase_ = 6;
      return this;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.InvokeCondition invoke = 6;
     */
    public Builder mergeInvoke(io.deephaven.proto.backplane.grpc.InvokeCondition value) {
      if (invokeBuilder_ == null) {
        if (dataCase_ == 6 &&
            data_ != io.deephaven.proto.backplane.grpc.InvokeCondition.getDefaultInstance()) {
          data_ = io.deephaven.proto.backplane.grpc.InvokeCondition.newBuilder((io.deephaven.proto.backplane.grpc.InvokeCondition) data_)
              .mergeFrom(value).buildPartial();
        } else {
          data_ = value;
        }
        onChanged();
      } else {
        if (dataCase_ == 6) {
          invokeBuilder_.mergeFrom(value);
        } else {
          invokeBuilder_.setMessage(value);
        }
      }
      dataCase_ = 6;
      return this;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.InvokeCondition invoke = 6;
     */
    public Builder clearInvoke() {
      if (invokeBuilder_ == null) {
        if (dataCase_ == 6) {
          dataCase_ = 0;
          data_ = null;
          onChanged();
        }
      } else {
        if (dataCase_ == 6) {
          dataCase_ = 0;
          data_ = null;
        }
        invokeBuilder_.clear();
      }
      return this;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.InvokeCondition invoke = 6;
     */
    public io.deephaven.proto.backplane.grpc.InvokeCondition.Builder getInvokeBuilder() {
      return getInvokeFieldBuilder().getBuilder();
    }
    /**
     * .io.deephaven.proto.backplane.grpc.InvokeCondition invoke = 6;
     */
    @java.lang.Override
    public io.deephaven.proto.backplane.grpc.InvokeConditionOrBuilder getInvokeOrBuilder() {
      if ((dataCase_ == 6) && (invokeBuilder_ != null)) {
        return invokeBuilder_.getMessageOrBuilder();
      } else {
        if (dataCase_ == 6) {
          return (io.deephaven.proto.backplane.grpc.InvokeCondition) data_;
        }
        return io.deephaven.proto.backplane.grpc.InvokeCondition.getDefaultInstance();
      }
    }
    /**
     * .io.deephaven.proto.backplane.grpc.InvokeCondition invoke = 6;
     */
    private com.google.protobuf.SingleFieldBuilderV3<
        io.deephaven.proto.backplane.grpc.InvokeCondition, io.deephaven.proto.backplane.grpc.InvokeCondition.Builder, io.deephaven.proto.backplane.grpc.InvokeConditionOrBuilder> 
        getInvokeFieldBuilder() {
      if (invokeBuilder_ == null) {
        if (!(dataCase_ == 6)) {
          data_ = io.deephaven.proto.backplane.grpc.InvokeCondition.getDefaultInstance();
        }
        invokeBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
            io.deephaven.proto.backplane.grpc.InvokeCondition, io.deephaven.proto.backplane.grpc.InvokeCondition.Builder, io.deephaven.proto.backplane.grpc.InvokeConditionOrBuilder>(
                (io.deephaven.proto.backplane.grpc.InvokeCondition) data_,
                getParentForChildren(),
                isClean());
        data_ = null;
      }
      dataCase_ = 6;
      onChanged();
      return invokeBuilder_;
    }

    private com.google.protobuf.SingleFieldBuilderV3<
        io.deephaven.proto.backplane.grpc.IsNullCondition, io.deephaven.proto.backplane.grpc.IsNullCondition.Builder, io.deephaven.proto.backplane.grpc.IsNullConditionOrBuilder> isNullBuilder_;
    /**
     * .io.deephaven.proto.backplane.grpc.IsNullCondition is_null = 7;
     * @return Whether the isNull field is set.
     */
    @java.lang.Override
    public boolean hasIsNull() {
      return dataCase_ == 7;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.IsNullCondition is_null = 7;
     * @return The isNull.
     */
    @java.lang.Override
    public io.deephaven.proto.backplane.grpc.IsNullCondition getIsNull() {
      if (isNullBuilder_ == null) {
        if (dataCase_ == 7) {
          return (io.deephaven.proto.backplane.grpc.IsNullCondition) data_;
        }
        return io.deephaven.proto.backplane.grpc.IsNullCondition.getDefaultInstance();
      } else {
        if (dataCase_ == 7) {
          return isNullBuilder_.getMessage();
        }
        return io.deephaven.proto.backplane.grpc.IsNullCondition.getDefaultInstance();
      }
    }
    /**
     * .io.deephaven.proto.backplane.grpc.IsNullCondition is_null = 7;
     */
    public Builder setIsNull(io.deephaven.proto.backplane.grpc.IsNullCondition value) {
      if (isNullBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        data_ = value;
        onChanged();
      } else {
        isNullBuilder_.setMessage(value);
      }
      dataCase_ = 7;
      return this;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.IsNullCondition is_null = 7;
     */
    public Builder setIsNull(
        io.deephaven.proto.backplane.grpc.IsNullCondition.Builder builderForValue) {
      if (isNullBuilder_ == null) {
        data_ = builderForValue.build();
        onChanged();
      } else {
        isNullBuilder_.setMessage(builderForValue.build());
      }
      dataCase_ = 7;
      return this;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.IsNullCondition is_null = 7;
     */
    public Builder mergeIsNull(io.deephaven.proto.backplane.grpc.IsNullCondition value) {
      if (isNullBuilder_ == null) {
        if (dataCase_ == 7 &&
            data_ != io.deephaven.proto.backplane.grpc.IsNullCondition.getDefaultInstance()) {
          data_ = io.deephaven.proto.backplane.grpc.IsNullCondition.newBuilder((io.deephaven.proto.backplane.grpc.IsNullCondition) data_)
              .mergeFrom(value).buildPartial();
        } else {
          data_ = value;
        }
        onChanged();
      } else {
        if (dataCase_ == 7) {
          isNullBuilder_.mergeFrom(value);
        } else {
          isNullBuilder_.setMessage(value);
        }
      }
      dataCase_ = 7;
      return this;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.IsNullCondition is_null = 7;
     */
    public Builder clearIsNull() {
      if (isNullBuilder_ == null) {
        if (dataCase_ == 7) {
          dataCase_ = 0;
          data_ = null;
          onChanged();
        }
      } else {
        if (dataCase_ == 7) {
          dataCase_ = 0;
          data_ = null;
        }
        isNullBuilder_.clear();
      }
      return this;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.IsNullCondition is_null = 7;
     */
    public io.deephaven.proto.backplane.grpc.IsNullCondition.Builder getIsNullBuilder() {
      return getIsNullFieldBuilder().getBuilder();
    }
    /**
     * .io.deephaven.proto.backplane.grpc.IsNullCondition is_null = 7;
     */
    @java.lang.Override
    public io.deephaven.proto.backplane.grpc.IsNullConditionOrBuilder getIsNullOrBuilder() {
      if ((dataCase_ == 7) && (isNullBuilder_ != null)) {
        return isNullBuilder_.getMessageOrBuilder();
      } else {
        if (dataCase_ == 7) {
          return (io.deephaven.proto.backplane.grpc.IsNullCondition) data_;
        }
        return io.deephaven.proto.backplane.grpc.IsNullCondition.getDefaultInstance();
      }
    }
    /**
     * .io.deephaven.proto.backplane.grpc.IsNullCondition is_null = 7;
     */
    private com.google.protobuf.SingleFieldBuilderV3<
        io.deephaven.proto.backplane.grpc.IsNullCondition, io.deephaven.proto.backplane.grpc.IsNullCondition.Builder, io.deephaven.proto.backplane.grpc.IsNullConditionOrBuilder> 
        getIsNullFieldBuilder() {
      if (isNullBuilder_ == null) {
        if (!(dataCase_ == 7)) {
          data_ = io.deephaven.proto.backplane.grpc.IsNullCondition.getDefaultInstance();
        }
        isNullBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
            io.deephaven.proto.backplane.grpc.IsNullCondition, io.deephaven.proto.backplane.grpc.IsNullCondition.Builder, io.deephaven.proto.backplane.grpc.IsNullConditionOrBuilder>(
                (io.deephaven.proto.backplane.grpc.IsNullCondition) data_,
                getParentForChildren(),
                isClean());
        data_ = null;
      }
      dataCase_ = 7;
      onChanged();
      return isNullBuilder_;
    }

    private com.google.protobuf.SingleFieldBuilderV3<
        io.deephaven.proto.backplane.grpc.MatchesCondition, io.deephaven.proto.backplane.grpc.MatchesCondition.Builder, io.deephaven.proto.backplane.grpc.MatchesConditionOrBuilder> matchesBuilder_;
    /**
     * .io.deephaven.proto.backplane.grpc.MatchesCondition matches = 8;
     * @return Whether the matches field is set.
     */
    @java.lang.Override
    public boolean hasMatches() {
      return dataCase_ == 8;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.MatchesCondition matches = 8;
     * @return The matches.
     */
    @java.lang.Override
    public io.deephaven.proto.backplane.grpc.MatchesCondition getMatches() {
      if (matchesBuilder_ == null) {
        if (dataCase_ == 8) {
          return (io.deephaven.proto.backplane.grpc.MatchesCondition) data_;
        }
        return io.deephaven.proto.backplane.grpc.MatchesCondition.getDefaultInstance();
      } else {
        if (dataCase_ == 8) {
          return matchesBuilder_.getMessage();
        }
        return io.deephaven.proto.backplane.grpc.MatchesCondition.getDefaultInstance();
      }
    }
    /**
     * .io.deephaven.proto.backplane.grpc.MatchesCondition matches = 8;
     */
    public Builder setMatches(io.deephaven.proto.backplane.grpc.MatchesCondition value) {
      if (matchesBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        data_ = value;
        onChanged();
      } else {
        matchesBuilder_.setMessage(value);
      }
      dataCase_ = 8;
      return this;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.MatchesCondition matches = 8;
     */
    public Builder setMatches(
        io.deephaven.proto.backplane.grpc.MatchesCondition.Builder builderForValue) {
      if (matchesBuilder_ == null) {
        data_ = builderForValue.build();
        onChanged();
      } else {
        matchesBuilder_.setMessage(builderForValue.build());
      }
      dataCase_ = 8;
      return this;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.MatchesCondition matches = 8;
     */
    public Builder mergeMatches(io.deephaven.proto.backplane.grpc.MatchesCondition value) {
      if (matchesBuilder_ == null) {
        if (dataCase_ == 8 &&
            data_ != io.deephaven.proto.backplane.grpc.MatchesCondition.getDefaultInstance()) {
          data_ = io.deephaven.proto.backplane.grpc.MatchesCondition.newBuilder((io.deephaven.proto.backplane.grpc.MatchesCondition) data_)
              .mergeFrom(value).buildPartial();
        } else {
          data_ = value;
        }
        onChanged();
      } else {
        if (dataCase_ == 8) {
          matchesBuilder_.mergeFrom(value);
        } else {
          matchesBuilder_.setMessage(value);
        }
      }
      dataCase_ = 8;
      return this;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.MatchesCondition matches = 8;
     */
    public Builder clearMatches() {
      if (matchesBuilder_ == null) {
        if (dataCase_ == 8) {
          dataCase_ = 0;
          data_ = null;
          onChanged();
        }
      } else {
        if (dataCase_ == 8) {
          dataCase_ = 0;
          data_ = null;
        }
        matchesBuilder_.clear();
      }
      return this;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.MatchesCondition matches = 8;
     */
    public io.deephaven.proto.backplane.grpc.MatchesCondition.Builder getMatchesBuilder() {
      return getMatchesFieldBuilder().getBuilder();
    }
    /**
     * .io.deephaven.proto.backplane.grpc.MatchesCondition matches = 8;
     */
    @java.lang.Override
    public io.deephaven.proto.backplane.grpc.MatchesConditionOrBuilder getMatchesOrBuilder() {
      if ((dataCase_ == 8) && (matchesBuilder_ != null)) {
        return matchesBuilder_.getMessageOrBuilder();
      } else {
        if (dataCase_ == 8) {
          return (io.deephaven.proto.backplane.grpc.MatchesCondition) data_;
        }
        return io.deephaven.proto.backplane.grpc.MatchesCondition.getDefaultInstance();
      }
    }
    /**
     * .io.deephaven.proto.backplane.grpc.MatchesCondition matches = 8;
     */
    private com.google.protobuf.SingleFieldBuilderV3<
        io.deephaven.proto.backplane.grpc.MatchesCondition, io.deephaven.proto.backplane.grpc.MatchesCondition.Builder, io.deephaven.proto.backplane.grpc.MatchesConditionOrBuilder> 
        getMatchesFieldBuilder() {
      if (matchesBuilder_ == null) {
        if (!(dataCase_ == 8)) {
          data_ = io.deephaven.proto.backplane.grpc.MatchesCondition.getDefaultInstance();
        }
        matchesBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
            io.deephaven.proto.backplane.grpc.MatchesCondition, io.deephaven.proto.backplane.grpc.MatchesCondition.Builder, io.deephaven.proto.backplane.grpc.MatchesConditionOrBuilder>(
                (io.deephaven.proto.backplane.grpc.MatchesCondition) data_,
                getParentForChildren(),
                isClean());
        data_ = null;
      }
      dataCase_ = 8;
      onChanged();
      return matchesBuilder_;
    }

    private com.google.protobuf.SingleFieldBuilderV3<
        io.deephaven.proto.backplane.grpc.ContainsCondition, io.deephaven.proto.backplane.grpc.ContainsCondition.Builder, io.deephaven.proto.backplane.grpc.ContainsConditionOrBuilder> containsBuilder_;
    /**
     * .io.deephaven.proto.backplane.grpc.ContainsCondition contains = 9;
     * @return Whether the contains field is set.
     */
    @java.lang.Override
    public boolean hasContains() {
      return dataCase_ == 9;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.ContainsCondition contains = 9;
     * @return The contains.
     */
    @java.lang.Override
    public io.deephaven.proto.backplane.grpc.ContainsCondition getContains() {
      if (containsBuilder_ == null) {
        if (dataCase_ == 9) {
          return (io.deephaven.proto.backplane.grpc.ContainsCondition) data_;
        }
        return io.deephaven.proto.backplane.grpc.ContainsCondition.getDefaultInstance();
      } else {
        if (dataCase_ == 9) {
          return containsBuilder_.getMessage();
        }
        return io.deephaven.proto.backplane.grpc.ContainsCondition.getDefaultInstance();
      }
    }
    /**
     * .io.deephaven.proto.backplane.grpc.ContainsCondition contains = 9;
     */
    public Builder setContains(io.deephaven.proto.backplane.grpc.ContainsCondition value) {
      if (containsBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        data_ = value;
        onChanged();
      } else {
        containsBuilder_.setMessage(value);
      }
      dataCase_ = 9;
      return this;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.ContainsCondition contains = 9;
     */
    public Builder setContains(
        io.deephaven.proto.backplane.grpc.ContainsCondition.Builder builderForValue) {
      if (containsBuilder_ == null) {
        data_ = builderForValue.build();
        onChanged();
      } else {
        containsBuilder_.setMessage(builderForValue.build());
      }
      dataCase_ = 9;
      return this;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.ContainsCondition contains = 9;
     */
    public Builder mergeContains(io.deephaven.proto.backplane.grpc.ContainsCondition value) {
      if (containsBuilder_ == null) {
        if (dataCase_ == 9 &&
            data_ != io.deephaven.proto.backplane.grpc.ContainsCondition.getDefaultInstance()) {
          data_ = io.deephaven.proto.backplane.grpc.ContainsCondition.newBuilder((io.deephaven.proto.backplane.grpc.ContainsCondition) data_)
              .mergeFrom(value).buildPartial();
        } else {
          data_ = value;
        }
        onChanged();
      } else {
        if (dataCase_ == 9) {
          containsBuilder_.mergeFrom(value);
        } else {
          containsBuilder_.setMessage(value);
        }
      }
      dataCase_ = 9;
      return this;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.ContainsCondition contains = 9;
     */
    public Builder clearContains() {
      if (containsBuilder_ == null) {
        if (dataCase_ == 9) {
          dataCase_ = 0;
          data_ = null;
          onChanged();
        }
      } else {
        if (dataCase_ == 9) {
          dataCase_ = 0;
          data_ = null;
        }
        containsBuilder_.clear();
      }
      return this;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.ContainsCondition contains = 9;
     */
    public io.deephaven.proto.backplane.grpc.ContainsCondition.Builder getContainsBuilder() {
      return getContainsFieldBuilder().getBuilder();
    }
    /**
     * .io.deephaven.proto.backplane.grpc.ContainsCondition contains = 9;
     */
    @java.lang.Override
    public io.deephaven.proto.backplane.grpc.ContainsConditionOrBuilder getContainsOrBuilder() {
      if ((dataCase_ == 9) && (containsBuilder_ != null)) {
        return containsBuilder_.getMessageOrBuilder();
      } else {
        if (dataCase_ == 9) {
          return (io.deephaven.proto.backplane.grpc.ContainsCondition) data_;
        }
        return io.deephaven.proto.backplane.grpc.ContainsCondition.getDefaultInstance();
      }
    }
    /**
     * .io.deephaven.proto.backplane.grpc.ContainsCondition contains = 9;
     */
    private com.google.protobuf.SingleFieldBuilderV3<
        io.deephaven.proto.backplane.grpc.ContainsCondition, io.deephaven.proto.backplane.grpc.ContainsCondition.Builder, io.deephaven.proto.backplane.grpc.ContainsConditionOrBuilder> 
        getContainsFieldBuilder() {
      if (containsBuilder_ == null) {
        if (!(dataCase_ == 9)) {
          data_ = io.deephaven.proto.backplane.grpc.ContainsCondition.getDefaultInstance();
        }
        containsBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
            io.deephaven.proto.backplane.grpc.ContainsCondition, io.deephaven.proto.backplane.grpc.ContainsCondition.Builder, io.deephaven.proto.backplane.grpc.ContainsConditionOrBuilder>(
                (io.deephaven.proto.backplane.grpc.ContainsCondition) data_,
                getParentForChildren(),
                isClean());
        data_ = null;
      }
      dataCase_ = 9;
      onChanged();
      return containsBuilder_;
    }

    private com.google.protobuf.SingleFieldBuilderV3<
        io.deephaven.proto.backplane.grpc.SearchCondition, io.deephaven.proto.backplane.grpc.SearchCondition.Builder, io.deephaven.proto.backplane.grpc.SearchConditionOrBuilder> searchBuilder_;
    /**
     * .io.deephaven.proto.backplane.grpc.SearchCondition search = 10;
     * @return Whether the search field is set.
     */
    @java.lang.Override
    public boolean hasSearch() {
      return dataCase_ == 10;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.SearchCondition search = 10;
     * @return The search.
     */
    @java.lang.Override
    public io.deephaven.proto.backplane.grpc.SearchCondition getSearch() {
      if (searchBuilder_ == null) {
        if (dataCase_ == 10) {
          return (io.deephaven.proto.backplane.grpc.SearchCondition) data_;
        }
        return io.deephaven.proto.backplane.grpc.SearchCondition.getDefaultInstance();
      } else {
        if (dataCase_ == 10) {
          return searchBuilder_.getMessage();
        }
        return io.deephaven.proto.backplane.grpc.SearchCondition.getDefaultInstance();
      }
    }
    /**
     * .io.deephaven.proto.backplane.grpc.SearchCondition search = 10;
     */
    public Builder setSearch(io.deephaven.proto.backplane.grpc.SearchCondition value) {
      if (searchBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        data_ = value;
        onChanged();
      } else {
        searchBuilder_.setMessage(value);
      }
      dataCase_ = 10;
      return this;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.SearchCondition search = 10;
     */
    public Builder setSearch(
        io.deephaven.proto.backplane.grpc.SearchCondition.Builder builderForValue) {
      if (searchBuilder_ == null) {
        data_ = builderForValue.build();
        onChanged();
      } else {
        searchBuilder_.setMessage(builderForValue.build());
      }
      dataCase_ = 10;
      return this;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.SearchCondition search = 10;
     */
    public Builder mergeSearch(io.deephaven.proto.backplane.grpc.SearchCondition value) {
      if (searchBuilder_ == null) {
        if (dataCase_ == 10 &&
            data_ != io.deephaven.proto.backplane.grpc.SearchCondition.getDefaultInstance()) {
          data_ = io.deephaven.proto.backplane.grpc.SearchCondition.newBuilder((io.deephaven.proto.backplane.grpc.SearchCondition) data_)
              .mergeFrom(value).buildPartial();
        } else {
          data_ = value;
        }
        onChanged();
      } else {
        if (dataCase_ == 10) {
          searchBuilder_.mergeFrom(value);
        } else {
          searchBuilder_.setMessage(value);
        }
      }
      dataCase_ = 10;
      return this;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.SearchCondition search = 10;
     */
    public Builder clearSearch() {
      if (searchBuilder_ == null) {
        if (dataCase_ == 10) {
          dataCase_ = 0;
          data_ = null;
          onChanged();
        }
      } else {
        if (dataCase_ == 10) {
          dataCase_ = 0;
          data_ = null;
        }
        searchBuilder_.clear();
      }
      return this;
    }
    /**
     * .io.deephaven.proto.backplane.grpc.SearchCondition search = 10;
     */
    public io.deephaven.proto.backplane.grpc.SearchCondition.Builder getSearchBuilder() {
      return getSearchFieldBuilder().getBuilder();
    }
    /**
     * .io.deephaven.proto.backplane.grpc.SearchCondition search = 10;
     */
    @java.lang.Override
    public io.deephaven.proto.backplane.grpc.SearchConditionOrBuilder getSearchOrBuilder() {
      if ((dataCase_ == 10) && (searchBuilder_ != null)) {
        return searchBuilder_.getMessageOrBuilder();
      } else {
        if (dataCase_ == 10) {
          return (io.deephaven.proto.backplane.grpc.SearchCondition) data_;
        }
        return io.deephaven.proto.backplane.grpc.SearchCondition.getDefaultInstance();
      }
    }
    /**
     * .io.deephaven.proto.backplane.grpc.SearchCondition search = 10;
     */
    private com.google.protobuf.SingleFieldBuilderV3<
        io.deephaven.proto.backplane.grpc.SearchCondition, io.deephaven.proto.backplane.grpc.SearchCondition.Builder, io.deephaven.proto.backplane.grpc.SearchConditionOrBuilder> 
        getSearchFieldBuilder() {
      if (searchBuilder_ == null) {
        if (!(dataCase_ == 10)) {
          data_ = io.deephaven.proto.backplane.grpc.SearchCondition.getDefaultInstance();
        }
        searchBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
            io.deephaven.proto.backplane.grpc.SearchCondition, io.deephaven.proto.backplane.grpc.SearchCondition.Builder, io.deephaven.proto.backplane.grpc.SearchConditionOrBuilder>(
                (io.deephaven.proto.backplane.grpc.SearchCondition) data_,
                getParentForChildren(),
                isClean());
        data_ = null;
      }
      dataCase_ = 10;
      onChanged();
      return searchBuilder_;
    }
    @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:io.deephaven.proto.backplane.grpc.Condition)
  }

  // @@protoc_insertion_point(class_scope:io.deephaven.proto.backplane.grpc.Condition)
  private static final io.deephaven.proto.backplane.grpc.Condition DEFAULT_INSTANCE;
  static {
    DEFAULT_INSTANCE = new io.deephaven.proto.backplane.grpc.Condition();
  }

  public static io.deephaven.proto.backplane.grpc.Condition getDefaultInstance() {
    return DEFAULT_INSTANCE;
  }

  private static final com.google.protobuf.Parser
      PARSER = new com.google.protobuf.AbstractParser() {
    @java.lang.Override
    public Condition parsePartialFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      Builder builder = newBuilder();
      try {
        builder.mergeFrom(input, extensionRegistry);
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(builder.buildPartial());
      } catch (com.google.protobuf.UninitializedMessageException e) {
        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(e)
            .setUnfinishedMessage(builder.buildPartial());
      }
      return builder.buildPartial();
    }
  };

  public static com.google.protobuf.Parser parser() {
    return PARSER;
  }

  @java.lang.Override
  public com.google.protobuf.Parser getParserForType() {
    return PARSER;
  }

  @java.lang.Override
  public io.deephaven.proto.backplane.grpc.Condition getDefaultInstanceForType() {
    return DEFAULT_INSTANCE;
  }

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy