Interface ReplicatedEventSourcing.ORSetDeltaGroup.EntryOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ReplicatedEventSourcing.ORSetDeltaGroup.Entry,ReplicatedEventSourcing.ORSetDeltaGroup.Entry.Builder
- Enclosing class:
- ReplicatedEventSourcing.ORSetDeltaGroup
public static interface ReplicatedEventSourcing.ORSetDeltaGroup.EntryOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionrequired .ORSetDeltaOp operation = 1;required .ORSet underlying = 2;required .ORSet underlying = 2;booleanrequired .ORSetDeltaOp operation = 1;booleanrequired .ORSet underlying = 2;Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasOperation
boolean hasOperation()required .ORSetDeltaOp operation = 1;- Returns:
- Whether the operation field is set.
-
getOperation
ReplicatedEventSourcing.ORSetDeltaOp getOperation()required .ORSetDeltaOp operation = 1;- Returns:
- The operation.
-
hasUnderlying
boolean hasUnderlying()required .ORSet underlying = 2;- Returns:
- Whether the underlying field is set.
-
getUnderlying
ReplicatedEventSourcing.ORSet getUnderlying()required .ORSet underlying = 2;- Returns:
- The underlying.
-
getUnderlyingOrBuilder
ReplicatedEventSourcing.ORSetOrBuilder getUnderlyingOrBuilder()required .ORSet underlying = 2;
-