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 Type
    Method
    Description
    required .ORSetDeltaOp operation = 1;
    required .ORSet underlying = 2;
    required .ORSet underlying = 2;
    boolean
    required .ORSetDeltaOp operation = 1;
    boolean
    required .ORSet underlying = 2;

    Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder

    isInitialized

    Methods 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

      required .ORSetDeltaOp operation = 1;
      Returns:
      The operation.
    • hasUnderlying

      boolean hasUnderlying()
      required .ORSet underlying = 2;
      Returns:
      Whether the underlying field is set.
    • getUnderlying

      required .ORSet underlying = 2;
      Returns:
      The underlying.
    • getUnderlyingOrBuilder

      ReplicatedEventSourcing.ORSetOrBuilder getUnderlyingOrBuilder()
      required .ORSet underlying = 2;