Interface Urlfrontier.ListUrlParamsOrBuilder

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

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

    Modifier and Type
    Method
    Description
    crawl ID
    com.google.protobuf.ByteString
    crawl ID
    Search filter on url (can be empty, default is empty)
    com.google.protobuf.ByteString
    Search filter on url (can be empty, default is empty)
    boolean
    Ignore Case sensitivity for search filter (default is false -> case sensitive)
    ID for the queue *
    com.google.protobuf.ByteString
    ID for the queue *
    boolean
    only for the current local instance
    int
    max number of values; defaults to 100
    int
    position of the first result in the list; defaults to 0
    boolean
    Search filter on url (can be empty, default is empty)
    boolean
    Ignore Case sensitivity for search filter (default is false -> case sensitive)

    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

    • 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.
    • getKey

      String getKey()
       ID for the queue *
       
      string key = 3;
      Returns:
      The key.
    • getKeyBytes

      com.google.protobuf.ByteString getKeyBytes()
       ID for the queue *
       
      string key = 3;
      Returns:
      The bytes for key.
    • 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.
    • hasFilter

      boolean hasFilter()
       Search filter on url (can be empty, default is empty)
       
      optional string filter = 6;
      Returns:
      Whether the filter field is set.
    • getFilter

      String getFilter()
       Search filter on url (can be empty, default is empty)
       
      optional string filter = 6;
      Returns:
      The filter.
    • getFilterBytes

      com.google.protobuf.ByteString getFilterBytes()
       Search filter on url (can be empty, default is empty)
       
      optional string filter = 6;
      Returns:
      The bytes for filter.
    • hasIgnoreCase

      boolean hasIgnoreCase()
       Ignore Case sensitivity for search filter (default is false -> case sensitive)
       
      optional bool ignoreCase = 7;
      Returns:
      Whether the ignoreCase field is set.
    • getIgnoreCase

      boolean getIgnoreCase()
       Ignore Case sensitivity for search filter (default is false -> case sensitive)
       
      optional bool ignoreCase = 7;
      Returns:
      The ignoreCase.