Interface DistributedPubSubMessages.Delta.EntryOrBuilder
- 
- All Superinterfaces:
 org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
 DistributedPubSubMessages.Delta.Entry,DistributedPubSubMessages.Delta.Entry.Builder
- Enclosing class:
 - DistributedPubSubMessages.Delta
 
public static interface DistributedPubSubMessages.Delta.EntryOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetKey()required string key = 1;org.apache.pekko.protobufv3.internal.ByteStringgetKeyBytes()required string key = 1;java.lang.StringgetRef()optional string ref = 3;org.apache.pekko.protobufv3.internal.ByteStringgetRefBytes()optional string ref = 3;longgetVersion()required int64 version = 2;booleanhasKey()required string key = 1;booleanhasRef()optional string ref = 3;booleanhasVersion()required int64 version = 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 Detail
- 
hasKey
boolean hasKey()
required string key = 1;- Returns:
 - Whether the key field is set.
 
 
- 
getKey
java.lang.String getKey()
required string key = 1;- Returns:
 - The key.
 
 
- 
getKeyBytes
org.apache.pekko.protobufv3.internal.ByteString getKeyBytes()
required string key = 1;- Returns:
 - The bytes for key.
 
 
- 
hasVersion
boolean hasVersion()
required int64 version = 2;- Returns:
 - Whether the version field is set.
 
 
- 
getVersion
long getVersion()
required int64 version = 2;- Returns:
 - The version.
 
 
- 
hasRef
boolean hasRef()
optional string ref = 3;- Returns:
 - Whether the ref field is set.
 
 
- 
getRef
java.lang.String getRef()
optional string ref = 3;- Returns:
 - The ref.
 
 
- 
getRefBytes
org.apache.pekko.protobufv3.internal.ByteString getRefBytes()
optional string ref = 3;- Returns:
 - The bytes for ref.
 
 
 - 
 
 -