Interface DistributedPubSubMessages.Status.VersionOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.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 org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionrequired .Address address = 1;required .Address address = 1;longrequired int64 timestamp = 2;booleanrequired .Address address = 1;booleanrequired int64 timestamp = 2;Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.
-