Interface WatcherEventStageNotifyOuterClass.WatcherEventStageNotifyOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
WatcherEventStageNotifyOuterClass.WatcherEventStageNotify, WatcherEventStageNotifyOuterClass.WatcherEventStageNotify.Builder
Enclosing class:
WatcherEventStageNotifyOuterClass

public static interface WatcherEventStageNotifyOuterClass.WatcherEventStageNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 add_progress = 2;
    int
    uint32 stage = 11;
    int
    uint32 watcher_id = 15;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getAddProgress

      int getAddProgress()
      uint32 add_progress = 2;
      Returns:
      The addProgress.
    • getWatcherId

      int getWatcherId()
      uint32 watcher_id = 15;
      Returns:
      The watcherId.
    • getStage

      int getStage()
      uint32 stage = 11;
      Returns:
      The stage.