Interface WatcherEventNotifyOuterClass.WatcherEventNotifyOrBuilder

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

public static interface WatcherEventNotifyOuterClass.WatcherEventNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 add_progress = 2;
    int
    uint32 watcher_id = 14;

    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 = 14;
      Returns:
      The watcherId.