Interface ReplicatedDataMessages.ORMap.EntryOrBuilder

All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder
All Known Implementing Classes:
ReplicatedDataMessages.ORMap.Entry, ReplicatedDataMessages.ORMap.Entry.Builder
Enclosing class:
ReplicatedDataMessages.ORMap

public static interface ReplicatedDataMessages.ORMap.EntryOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    optional sint32 intKey = 3;
    long
    optional sint64 longKey = 4;
    optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5;
    optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5;
    optional string stringKey = 1;
    org.apache.pekko.protobufv3.internal.ByteString
    optional string stringKey = 1;
    required .org.apache.pekko.cluster.ddata.OtherMessage value = 2;
    required .org.apache.pekko.cluster.ddata.OtherMessage value = 2;
    boolean
    optional sint32 intKey = 3;
    boolean
    optional sint64 longKey = 4;
    boolean
    optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5;
    boolean
    optional string stringKey = 1;
    boolean
    required .org.apache.pekko.cluster.ddata.OtherMessage value = 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

    • hasStringKey

      boolean hasStringKey()
      optional string stringKey = 1;
      Returns:
      Whether the stringKey field is set.
    • getStringKey

      String getStringKey()
      optional string stringKey = 1;
      Returns:
      The stringKey.
    • getStringKeyBytes

      org.apache.pekko.protobufv3.internal.ByteString getStringKeyBytes()
      optional string stringKey = 1;
      Returns:
      The bytes for stringKey.
    • hasValue

      boolean hasValue()
      required .org.apache.pekko.cluster.ddata.OtherMessage value = 2;
      Returns:
      Whether the value field is set.
    • getValue

      required .org.apache.pekko.cluster.ddata.OtherMessage value = 2;
      Returns:
      The value.
    • getValueOrBuilder

      required .org.apache.pekko.cluster.ddata.OtherMessage value = 2;
    • hasIntKey

      boolean hasIntKey()
      optional sint32 intKey = 3;
      Returns:
      Whether the intKey field is set.
    • getIntKey

      int getIntKey()
      optional sint32 intKey = 3;
      Returns:
      The intKey.
    • hasLongKey

      boolean hasLongKey()
      optional sint64 longKey = 4;
      Returns:
      Whether the longKey field is set.
    • getLongKey

      long getLongKey()
      optional sint64 longKey = 4;
      Returns:
      The longKey.
    • hasOtherKey

      boolean hasOtherKey()
      optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5;
      Returns:
      Whether the otherKey field is set.
    • getOtherKey

      optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5;
      Returns:
      The otherKey.
    • getOtherKeyOrBuilder

      optional .org.apache.pekko.cluster.ddata.OtherMessage otherKey = 5;