Package umadb.v1
Interface Umadb.AppendConditionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Umadb.AppendCondition,Umadb.AppendCondition.Builder
- Enclosing class:
Umadb
public static interface Umadb.AppendConditionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasFailIfEventsMatch
boolean hasFailIfEventsMatch()optional .umadb.v1.Query fail_if_events_match = 1;- Returns:
- Whether the failIfEventsMatch field is set.
-
getFailIfEventsMatch
Umadb.Query getFailIfEventsMatch()optional .umadb.v1.Query fail_if_events_match = 1;- Returns:
- The failIfEventsMatch.
-
getFailIfEventsMatchOrBuilder
Umadb.QueryOrBuilder getFailIfEventsMatchOrBuilder()optional .umadb.v1.Query fail_if_events_match = 1; -
hasAfter
boolean hasAfter()optional uint64 after = 2;- Returns:
- Whether the after field is set.
-
getAfter
long getAfter()optional uint64 after = 2;- Returns:
- The after.
-