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

    Modifier and Type
    Method
    Description
    long
    required uint64 uid = 1;
    boolean
    required uint64 uid = 1;

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