Interface ReplicatorMessages.Status.EntryOrBuilder
-
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ReplicatorMessages.Status.Entry,ReplicatorMessages.Status.Entry.Builder
- Enclosing class:
- ReplicatorMessages.Status
public static interface ReplicatorMessages.Status.EntryOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.pekko.protobufv3.internal.ByteStringgetDigest()required bytes digest = 2;java.lang.StringgetKey()required string key = 1;org.apache.pekko.protobufv3.internal.ByteStringgetKeyBytes()required string key = 1;booleanhasDigest()required bytes digest = 2;booleanhasKey()required string key = 1;-
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.
-
hasDigest
boolean hasDigest()
required bytes digest = 2;- Returns:
- Whether the digest field is set.
-
getDigest
org.apache.pekko.protobufv3.internal.ByteString getDigest()
required bytes digest = 2;- Returns:
- The digest.
-
-