Interface ReplicatedDataMessages.ORSetDeltaGroup.EntryOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ReplicatedDataMessages.ORSetDeltaGroup.Entry,ReplicatedDataMessages.ORSetDeltaGroup.Entry.Builder
- Enclosing class:
- ReplicatedDataMessages.ORSetDeltaGroup
public static interface ReplicatedDataMessages.ORSetDeltaGroup.EntryOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionrequired .org.apache.pekko.cluster.ddata.ORSetDeltaOp operation = 1;required .org.apache.pekko.cluster.ddata.ORSet underlying = 2;required .org.apache.pekko.cluster.ddata.ORSet underlying = 2;booleanrequired .org.apache.pekko.cluster.ddata.ORSetDeltaOp operation = 1;booleanrequired .org.apache.pekko.cluster.ddata.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 .org.apache.pekko.cluster.ddata.ORSetDeltaOp operation = 1;- Returns:
- Whether the operation field is set.
-
getOperation
ReplicatedDataMessages.ORSetDeltaOp getOperation()required .org.apache.pekko.cluster.ddata.ORSetDeltaOp operation = 1;- Returns:
- The operation.
-
hasUnderlying
boolean hasUnderlying()required .org.apache.pekko.cluster.ddata.ORSet underlying = 2;- Returns:
- Whether the underlying field is set.
-
getUnderlying
ReplicatedDataMessages.ORSet getUnderlying()required .org.apache.pekko.cluster.ddata.ORSet underlying = 2;- Returns:
- The underlying.
-
getUnderlyingOrBuilder
ReplicatedDataMessages.ORSetOrBuilder getUnderlyingOrBuilder()required .org.apache.pekko.cluster.ddata.ORSet underlying = 2;
-