Package akka.cluster.pubsub.protobuf.msg
Interface DistributedPubSubMessages.Status.VersionOrBuilder
-
- All Superinterfaces:
akka.protobufv3.internal.MessageLiteOrBuilder,akka.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
DistributedPubSubMessages.Status.Version,DistributedPubSubMessages.Status.Version.Builder
- Enclosing class:
- DistributedPubSubMessages.Status
public static interface DistributedPubSubMessages.Status.VersionOrBuilder extends akka.protobufv3.internal.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DistributedPubSubMessages.AddressgetAddress()required .Address address = 1;DistributedPubSubMessages.AddressOrBuildergetAddressOrBuilder()required .Address address = 1;longgetTimestamp()required int64 timestamp = 2;booleanhasAddress()required .Address address = 1;booleanhasTimestamp()required int64 timestamp = 2;-
Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAddress
boolean hasAddress()
required .Address address = 1;- Returns:
- Whether the address field is set.
-
getAddress
DistributedPubSubMessages.Address getAddress()
required .Address address = 1;- Returns:
- The address.
-
getAddressOrBuilder
DistributedPubSubMessages.AddressOrBuilder getAddressOrBuilder()
required .Address address = 1;
-
hasTimestamp
boolean hasTimestamp()
required int64 timestamp = 2;- Returns:
- Whether the timestamp field is set.
-
getTimestamp
long getTimestamp()
required int64 timestamp = 2;- Returns:
- The timestamp.
-
-