Package org.apache.pekko.remote
Interface ContainerFormats.WatcherHeartbeatResponseOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ContainerFormats.WatcherHeartbeatResponse,ContainerFormats.WatcherHeartbeatResponse.Builder
- Enclosing class:
- ContainerFormats
public static interface ContainerFormats.WatcherHeartbeatResponseOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
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
-
hasUid
boolean hasUid()required uint64 uid = 1;- Returns:
- Whether the uid field is set.
-
getUid
long getUid()required uint64 uid = 1;- Returns:
- The uid.
-