Interface Debug.DebugResponse.FileReaderOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Debug.DebugResponse.FileReader, Debug.DebugResponse.FileReader.Builder
Enclosing class:
Debug.DebugResponse

public static interface Debug.DebugResponse.FileReaderOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    int32 count = 1;
    long
    getReaderIds(int index)
    repeated int64 reader_ids = 2;
    int
    repeated int64 reader_ids = 2;
    repeated int64 reader_ids = 2;

    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

    • getCount

      int getCount()
      int32 count = 1;
      Returns:
      The count.
    • getReaderIdsList

      List<Long> getReaderIdsList()
      repeated int64 reader_ids = 2;
      Returns:
      A list containing the readerIds.
    • getReaderIdsCount

      int getReaderIdsCount()
      repeated int64 reader_ids = 2;
      Returns:
      The count of readerIds.
    • getReaderIds

      long getReaderIds(int index)
      repeated int64 reader_ids = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The readerIds at the given index.