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

java.io.deephaven.proto.backplane.grpc.ConditionOrBuilder 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;

public interface ConditionOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.deephaven.proto.backplane.grpc.Condition)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .io.deephaven.proto.backplane.grpc.AndCondition and = 1;
   * @return Whether the and field is set.
   */
  boolean hasAnd();
  /**
   * .io.deephaven.proto.backplane.grpc.AndCondition and = 1;
   * @return The and.
   */
  io.deephaven.proto.backplane.grpc.AndCondition getAnd();
  /**
   * .io.deephaven.proto.backplane.grpc.AndCondition and = 1;
   */
  io.deephaven.proto.backplane.grpc.AndConditionOrBuilder getAndOrBuilder();

  /**
   * .io.deephaven.proto.backplane.grpc.OrCondition or = 2;
   * @return Whether the or field is set.
   */
  boolean hasOr();
  /**
   * .io.deephaven.proto.backplane.grpc.OrCondition or = 2;
   * @return The or.
   */
  io.deephaven.proto.backplane.grpc.OrCondition getOr();
  /**
   * .io.deephaven.proto.backplane.grpc.OrCondition or = 2;
   */
  io.deephaven.proto.backplane.grpc.OrConditionOrBuilder getOrOrBuilder();

  /**
   * .io.deephaven.proto.backplane.grpc.NotCondition not = 3;
   * @return Whether the not field is set.
   */
  boolean hasNot();
  /**
   * .io.deephaven.proto.backplane.grpc.NotCondition not = 3;
   * @return The not.
   */
  io.deephaven.proto.backplane.grpc.NotCondition getNot();
  /**
   * .io.deephaven.proto.backplane.grpc.NotCondition not = 3;
   */
  io.deephaven.proto.backplane.grpc.NotConditionOrBuilder getNotOrBuilder();

  /**
   * .io.deephaven.proto.backplane.grpc.CompareCondition compare = 4;
   * @return Whether the compare field is set.
   */
  boolean hasCompare();
  /**
   * .io.deephaven.proto.backplane.grpc.CompareCondition compare = 4;
   * @return The compare.
   */
  io.deephaven.proto.backplane.grpc.CompareCondition getCompare();
  /**
   * .io.deephaven.proto.backplane.grpc.CompareCondition compare = 4;
   */
  io.deephaven.proto.backplane.grpc.CompareConditionOrBuilder getCompareOrBuilder();

  /**
   * .io.deephaven.proto.backplane.grpc.InCondition in = 5;
   * @return Whether the in field is set.
   */
  boolean hasIn();
  /**
   * .io.deephaven.proto.backplane.grpc.InCondition in = 5;
   * @return The in.
   */
  io.deephaven.proto.backplane.grpc.InCondition getIn();
  /**
   * .io.deephaven.proto.backplane.grpc.InCondition in = 5;
   */
  io.deephaven.proto.backplane.grpc.InConditionOrBuilder getInOrBuilder();

  /**
   * .io.deephaven.proto.backplane.grpc.InvokeCondition invoke = 6;
   * @return Whether the invoke field is set.
   */
  boolean hasInvoke();
  /**
   * .io.deephaven.proto.backplane.grpc.InvokeCondition invoke = 6;
   * @return The invoke.
   */
  io.deephaven.proto.backplane.grpc.InvokeCondition getInvoke();
  /**
   * .io.deephaven.proto.backplane.grpc.InvokeCondition invoke = 6;
   */
  io.deephaven.proto.backplane.grpc.InvokeConditionOrBuilder getInvokeOrBuilder();

  /**
   * .io.deephaven.proto.backplane.grpc.IsNullCondition is_null = 7;
   * @return Whether the isNull field is set.
   */
  boolean hasIsNull();
  /**
   * .io.deephaven.proto.backplane.grpc.IsNullCondition is_null = 7;
   * @return The isNull.
   */
  io.deephaven.proto.backplane.grpc.IsNullCondition getIsNull();
  /**
   * .io.deephaven.proto.backplane.grpc.IsNullCondition is_null = 7;
   */
  io.deephaven.proto.backplane.grpc.IsNullConditionOrBuilder getIsNullOrBuilder();

  /**
   * .io.deephaven.proto.backplane.grpc.MatchesCondition matches = 8;
   * @return Whether the matches field is set.
   */
  boolean hasMatches();
  /**
   * .io.deephaven.proto.backplane.grpc.MatchesCondition matches = 8;
   * @return The matches.
   */
  io.deephaven.proto.backplane.grpc.MatchesCondition getMatches();
  /**
   * .io.deephaven.proto.backplane.grpc.MatchesCondition matches = 8;
   */
  io.deephaven.proto.backplane.grpc.MatchesConditionOrBuilder getMatchesOrBuilder();

  /**
   * .io.deephaven.proto.backplane.grpc.ContainsCondition contains = 9;
   * @return Whether the contains field is set.
   */
  boolean hasContains();
  /**
   * .io.deephaven.proto.backplane.grpc.ContainsCondition contains = 9;
   * @return The contains.
   */
  io.deephaven.proto.backplane.grpc.ContainsCondition getContains();
  /**
   * .io.deephaven.proto.backplane.grpc.ContainsCondition contains = 9;
   */
  io.deephaven.proto.backplane.grpc.ContainsConditionOrBuilder getContainsOrBuilder();

  /**
   * .io.deephaven.proto.backplane.grpc.SearchCondition search = 10;
   * @return Whether the search field is set.
   */
  boolean hasSearch();
  /**
   * .io.deephaven.proto.backplane.grpc.SearchCondition search = 10;
   * @return The search.
   */
  io.deephaven.proto.backplane.grpc.SearchCondition getSearch();
  /**
   * .io.deephaven.proto.backplane.grpc.SearchCondition search = 10;
   */
  io.deephaven.proto.backplane.grpc.SearchConditionOrBuilder getSearchOrBuilder();

  io.deephaven.proto.backplane.grpc.Condition.DataCase getDataCase();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy