Package umadb.v1
Interface Umadb.AppendRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Umadb.AppendRequest,Umadb.AppendRequest.Builder
- Enclosing class:
Umadb
public static interface Umadb.AppendRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional .umadb.v1.AppendCondition condition = 2;optional .umadb.v1.AppendCondition condition = 2;getEvents(int index) repeated .umadb.v1.Event events = 1;intrepeated .umadb.v1.Event events = 1;repeated .umadb.v1.Event events = 1;getEventsOrBuilder(int index) repeated .umadb.v1.Event events = 1;List<? extends Umadb.EventOrBuilder> repeated .umadb.v1.Event events = 1;booleanoptional .umadb.v1.AppendCondition condition = 2;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
-
getEventsList
List<Umadb.Event> getEventsList()repeated .umadb.v1.Event events = 1; -
getEvents
repeated .umadb.v1.Event events = 1; -
getEventsCount
int getEventsCount()repeated .umadb.v1.Event events = 1; -
getEventsOrBuilderList
List<? extends Umadb.EventOrBuilder> getEventsOrBuilderList()repeated .umadb.v1.Event events = 1; -
getEventsOrBuilder
repeated .umadb.v1.Event events = 1; -
hasCondition
boolean hasCondition()optional .umadb.v1.AppendCondition condition = 2;- Returns:
- Whether the condition field is set.
-
getCondition
Umadb.AppendCondition getCondition()optional .umadb.v1.AppendCondition condition = 2;- Returns:
- The condition.
-
getConditionOrBuilder
Umadb.AppendConditionOrBuilder getConditionOrBuilder()optional .umadb.v1.AppendCondition condition = 2;
-