Interface CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedDataOrBuilder

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

public static interface CataLogGlobalWatcherFinishedDataOuterClass.CataLogGlobalWatcherFinishedDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 catalog_type = 2;
    int
    repeated uint32 finished_global_watcher_list = 15;
    int
    repeated uint32 finished_global_watcher_list = 15;
    repeated uint32 finished_global_watcher_list = 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

    • getFinishedGlobalWatcherListList

      List<Integer> getFinishedGlobalWatcherListList()
      repeated uint32 finished_global_watcher_list = 15;
      Returns:
      A list containing the finishedGlobalWatcherList.
    • getFinishedGlobalWatcherListCount

      int getFinishedGlobalWatcherListCount()
      repeated uint32 finished_global_watcher_list = 15;
      Returns:
      The count of finishedGlobalWatcherList.
    • getFinishedGlobalWatcherList

      int getFinishedGlobalWatcherList(int index)
      repeated uint32 finished_global_watcher_list = 15;
      Parameters:
      index - The index of the element to return.
      Returns:
      The finishedGlobalWatcherList at the given index.
    • getCatalogType

      int getCatalogType()
      uint32 catalog_type = 2;
      Returns:
      The catalogType.