Interface WatcherChangeNotifyOuterClass.WatcherChangeNotifyOrBuilder

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

public static interface WatcherChangeNotifyOuterClass.WatcherChangeNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getNewWatcherList(int index)
    repeated uint32 new_watcher_list = 5;
    int
    repeated uint32 new_watcher_list = 5;
    repeated uint32 new_watcher_list = 5;
    int
    repeated uint32 removed_watcher_list = 10;
    int
    repeated uint32 removed_watcher_list = 10;
    repeated uint32 removed_watcher_list = 10;

    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

    • getRemovedWatcherListList

      List<Integer> getRemovedWatcherListList()
      repeated uint32 removed_watcher_list = 10;
      Returns:
      A list containing the removedWatcherList.
    • getRemovedWatcherListCount

      int getRemovedWatcherListCount()
      repeated uint32 removed_watcher_list = 10;
      Returns:
      The count of removedWatcherList.
    • getRemovedWatcherList

      int getRemovedWatcherList(int index)
      repeated uint32 removed_watcher_list = 10;
      Parameters:
      index - The index of the element to return.
      Returns:
      The removedWatcherList at the given index.
    • getNewWatcherListList

      List<Integer> getNewWatcherListList()
      repeated uint32 new_watcher_list = 5;
      Returns:
      A list containing the newWatcherList.
    • getNewWatcherListCount

      int getNewWatcherListCount()
      repeated uint32 new_watcher_list = 5;
      Returns:
      The count of newWatcherList.
    • getNewWatcherList

      int getNewWatcherList(int index)
      repeated uint32 new_watcher_list = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The newWatcherList at the given index.