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
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 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
-
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.
-
-