Interface ConditionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Condition
,Condition.Builder
public interface ConditionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAnd()
.io.deephaven.proto.backplane.grpc.AndCondition and = 1;
.io.deephaven.proto.backplane.grpc.AndCondition and = 1;
.io.deephaven.proto.backplane.grpc.CompareCondition compare = 4;
.io.deephaven.proto.backplane.grpc.CompareCondition compare = 4;
.io.deephaven.proto.backplane.grpc.ContainsCondition contains = 9;
.io.deephaven.proto.backplane.grpc.ContainsCondition contains = 9;
getIn()
.io.deephaven.proto.backplane.grpc.InCondition in = 5;
.io.deephaven.proto.backplane.grpc.InCondition in = 5;
.io.deephaven.proto.backplane.grpc.InvokeCondition invoke = 6;
.io.deephaven.proto.backplane.grpc.InvokeCondition invoke = 6;
.io.deephaven.proto.backplane.grpc.IsNullCondition is_null = 7;
.io.deephaven.proto.backplane.grpc.IsNullCondition is_null = 7;
.io.deephaven.proto.backplane.grpc.MatchesCondition matches = 8;
.io.deephaven.proto.backplane.grpc.MatchesCondition matches = 8;
getNot()
.io.deephaven.proto.backplane.grpc.NotCondition not = 3;
.io.deephaven.proto.backplane.grpc.NotCondition not = 3;
getOr()
.io.deephaven.proto.backplane.grpc.OrCondition or = 2;
.io.deephaven.proto.backplane.grpc.OrCondition or = 2;
.io.deephaven.proto.backplane.grpc.SearchCondition search = 10;
.io.deephaven.proto.backplane.grpc.SearchCondition search = 10;
boolean
hasAnd()
.io.deephaven.proto.backplane.grpc.AndCondition and = 1;
boolean
.io.deephaven.proto.backplane.grpc.CompareCondition compare = 4;
boolean
.io.deephaven.proto.backplane.grpc.ContainsCondition contains = 9;
boolean
hasIn()
.io.deephaven.proto.backplane.grpc.InCondition in = 5;
boolean
.io.deephaven.proto.backplane.grpc.InvokeCondition invoke = 6;
boolean
.io.deephaven.proto.backplane.grpc.IsNullCondition is_null = 7;
boolean
.io.deephaven.proto.backplane.grpc.MatchesCondition matches = 8;
boolean
hasNot()
.io.deephaven.proto.backplane.grpc.NotCondition not = 3;
boolean
hasOr()
.io.deephaven.proto.backplane.grpc.OrCondition or = 2;
boolean
.io.deephaven.proto.backplane.grpc.SearchCondition search = 10;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasAnd
boolean hasAnd().io.deephaven.proto.backplane.grpc.AndCondition and = 1;
- Returns:
- Whether the and field is set.
-
getAnd
AndCondition getAnd().io.deephaven.proto.backplane.grpc.AndCondition and = 1;
- Returns:
- The and.
-
getAndOrBuilder
AndConditionOrBuilder getAndOrBuilder().io.deephaven.proto.backplane.grpc.AndCondition and = 1;
-
hasOr
boolean hasOr().io.deephaven.proto.backplane.grpc.OrCondition or = 2;
- Returns:
- Whether the or field is set.
-
getOr
OrCondition getOr().io.deephaven.proto.backplane.grpc.OrCondition or = 2;
- Returns:
- The or.
-
getOrOrBuilder
OrConditionOrBuilder getOrOrBuilder().io.deephaven.proto.backplane.grpc.OrCondition or = 2;
-
hasNot
boolean hasNot().io.deephaven.proto.backplane.grpc.NotCondition not = 3;
- Returns:
- Whether the not field is set.
-
getNot
NotCondition getNot().io.deephaven.proto.backplane.grpc.NotCondition not = 3;
- Returns:
- The not.
-
getNotOrBuilder
NotConditionOrBuilder getNotOrBuilder().io.deephaven.proto.backplane.grpc.NotCondition not = 3;
-
hasCompare
boolean hasCompare().io.deephaven.proto.backplane.grpc.CompareCondition compare = 4;
- Returns:
- Whether the compare field is set.
-
getCompare
CompareCondition getCompare().io.deephaven.proto.backplane.grpc.CompareCondition compare = 4;
- Returns:
- The compare.
-
getCompareOrBuilder
CompareConditionOrBuilder getCompareOrBuilder().io.deephaven.proto.backplane.grpc.CompareCondition compare = 4;
-
hasIn
boolean hasIn().io.deephaven.proto.backplane.grpc.InCondition in = 5;
- Returns:
- Whether the in field is set.
-
getIn
InCondition getIn().io.deephaven.proto.backplane.grpc.InCondition in = 5;
- Returns:
- The in.
-
getInOrBuilder
InConditionOrBuilder getInOrBuilder().io.deephaven.proto.backplane.grpc.InCondition in = 5;
-
hasInvoke
boolean hasInvoke().io.deephaven.proto.backplane.grpc.InvokeCondition invoke = 6;
- Returns:
- Whether the invoke field is set.
-
getInvoke
InvokeCondition getInvoke().io.deephaven.proto.backplane.grpc.InvokeCondition invoke = 6;
- Returns:
- The invoke.
-
getInvokeOrBuilder
InvokeConditionOrBuilder getInvokeOrBuilder().io.deephaven.proto.backplane.grpc.InvokeCondition invoke = 6;
-
hasIsNull
boolean hasIsNull().io.deephaven.proto.backplane.grpc.IsNullCondition is_null = 7;
- Returns:
- Whether the isNull field is set.
-
getIsNull
IsNullCondition getIsNull().io.deephaven.proto.backplane.grpc.IsNullCondition is_null = 7;
- Returns:
- The isNull.
-
getIsNullOrBuilder
IsNullConditionOrBuilder getIsNullOrBuilder().io.deephaven.proto.backplane.grpc.IsNullCondition is_null = 7;
-
hasMatches
boolean hasMatches().io.deephaven.proto.backplane.grpc.MatchesCondition matches = 8;
- Returns:
- Whether the matches field is set.
-
getMatches
MatchesCondition getMatches().io.deephaven.proto.backplane.grpc.MatchesCondition matches = 8;
- Returns:
- The matches.
-
getMatchesOrBuilder
MatchesConditionOrBuilder getMatchesOrBuilder().io.deephaven.proto.backplane.grpc.MatchesCondition matches = 8;
-
hasContains
boolean hasContains().io.deephaven.proto.backplane.grpc.ContainsCondition contains = 9;
- Returns:
- Whether the contains field is set.
-
getContains
ContainsCondition getContains().io.deephaven.proto.backplane.grpc.ContainsCondition contains = 9;
- Returns:
- The contains.
-
getContainsOrBuilder
ContainsConditionOrBuilder getContainsOrBuilder().io.deephaven.proto.backplane.grpc.ContainsCondition contains = 9;
-
hasSearch
boolean hasSearch().io.deephaven.proto.backplane.grpc.SearchCondition search = 10;
- Returns:
- Whether the search field is set.
-
getSearch
SearchCondition getSearch().io.deephaven.proto.backplane.grpc.SearchCondition search = 10;
- Returns:
- The search.
-
getSearchOrBuilder
SearchConditionOrBuilder getSearchOrBuilder().io.deephaven.proto.backplane.grpc.SearchCondition search = 10;
-
getDataCase
Condition.DataCase getDataCase()
-