public static interface DistributedPubSubMessages.Delta.EntryOrBuilder
extends akka.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKey()
required string key = 1; |
akka.protobuf.ByteString |
getKeyBytes()
required string key = 1; |
java.lang.String |
getRef()
optional string ref = 3; |
akka.protobuf.ByteString |
getRefBytes()
optional string ref = 3; |
long |
getVersion()
required int64 version = 2; |
boolean |
hasKey()
required string key = 1; |
boolean |
hasRef()
optional string ref = 3; |
boolean |
hasVersion()
required int64 version = 2; |
boolean hasKey()
required string key = 1;java.lang.String getKey()
required string key = 1;akka.protobuf.ByteString getKeyBytes()
required string key = 1;boolean hasVersion()
required int64 version = 2;long getVersion()
required int64 version = 2;boolean hasRef()
optional string ref = 3;java.lang.String getRef()
optional string ref = 3;akka.protobuf.ByteString getRefBytes()
optional string ref = 3;