Interface ClusterShardingMessages.MapFieldEntryOrBuilder

All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder
All Known Implementing Classes:
ClusterShardingMessages.MapFieldEntry, ClusterShardingMessages.MapFieldEntry.Builder
Enclosing class:
ClusterShardingMessages

public static interface ClusterShardingMessages.MapFieldEntryOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional string key = 1;
    org.apache.pekko.protobufv3.internal.ByteString
    optional string key = 1;
    int
    optional int32 value = 2;
    boolean
    optional string key = 1;
    boolean
    optional int32 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

    • hasKey

      boolean hasKey()
      optional string key = 1;
      Returns:
      Whether the key field is set.
    • getKey

      String getKey()
      optional string key = 1;
      Returns:
      The key.
    • getKeyBytes

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

      boolean hasValue()
      optional int32 value = 2;
      Returns:
      Whether the value field is set.
    • getValue

      int getValue()
      optional int32 value = 2;
      Returns:
      The value.