Interface Urlfrontier.PaginationOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Urlfrontier.Pagination, Urlfrontier.Pagination.Builder
    Enclosing class:
    Urlfrontier

    public static interface Urlfrontier.PaginationOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getCrawlID()
      crawl ID
      com.google.protobuf.ByteString getCrawlIDBytes()
      crawl ID
      boolean getIncludeInactive()
      include inactive queues; defaults to false
      boolean getLocal()
      only for the current local instance
      int getSize()
      max number of values; defaults to 100
      int getStart()
      position of the first result in the list; defaults to 0
      • 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 Detail

      • getStart

        int getStart()
         position of the first result in the list; defaults to 0
         
        uint32 start = 1;
        Returns:
        The start.
      • getSize

        int getSize()
         max number of values; defaults to 100
         
        uint32 size = 2;
        Returns:
        The size.
      • getIncludeInactive

        boolean getIncludeInactive()
         include inactive queues; defaults to false
         
        bool include_inactive = 3;
        Returns:
        The includeInactive.
      • getCrawlID

        String getCrawlID()
         crawl ID
         
        string crawlID = 4;
        Returns:
        The crawlID.
      • getCrawlIDBytes

        com.google.protobuf.ByteString getCrawlIDBytes()
         crawl ID
         
        string crawlID = 4;
        Returns:
        The bytes for crawlID.
      • getLocal

        boolean getLocal()
         only for the current local instance
         
        bool local = 5;
        Returns:
        The local.