Interface ShardingMessages.ShardingEnvelopeOrBuilder
-
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ShardingMessages.ShardingEnvelope,ShardingMessages.ShardingEnvelope.Builder
- Enclosing class:
- ShardingMessages
public static interface ShardingMessages.ShardingEnvelopeOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetEntityId()required string entityId = 1;org.apache.pekko.protobufv3.internal.ByteStringgetEntityIdBytes()required string entityId = 1;ContainerFormats.PayloadgetMessage()required .Payload message = 2;ContainerFormats.PayloadOrBuildergetMessageOrBuilder()required .Payload message = 2;booleanhasEntityId()required string entityId = 1;booleanhasMessage()required .Payload message = 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
-
hasEntityId
boolean hasEntityId()
required string entityId = 1;- Returns:
- Whether the entityId field is set.
-
getEntityId
java.lang.String getEntityId()
required string entityId = 1;- Returns:
- The entityId.
-
getEntityIdBytes
org.apache.pekko.protobufv3.internal.ByteString getEntityIdBytes()
required string entityId = 1;- Returns:
- The bytes for entityId.
-
hasMessage
boolean hasMessage()
required .Payload message = 2;- Returns:
- Whether the message field is set.
-
getMessage
ContainerFormats.Payload getMessage()
required .Payload message = 2;- Returns:
- The message.
-
getMessageOrBuilder
ContainerFormats.PayloadOrBuilder getMessageOrBuilder()
required .Payload message = 2;
-
-