Interface Urlfrontier.URLItemOrBuilder

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

public static interface Urlfrontier.URLItemOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasDiscovered

      boolean hasDiscovered()
      .urlfrontier.DiscoveredURLItem discovered = 1;
      Returns:
      Whether the discovered field is set.
    • getDiscovered

      .urlfrontier.DiscoveredURLItem discovered = 1;
      Returns:
      The discovered.
    • getDiscoveredOrBuilder

      Urlfrontier.DiscoveredURLItemOrBuilder getDiscoveredOrBuilder()
      .urlfrontier.DiscoveredURLItem discovered = 1;
    • hasKnown

      boolean hasKnown()
      .urlfrontier.KnownURLItem known = 2;
      Returns:
      Whether the known field is set.
    • getKnown

      .urlfrontier.KnownURLItem known = 2;
      Returns:
      The known.
    • getKnownOrBuilder

      .urlfrontier.KnownURLItem known = 2;
    • getID

      String getID()
       * Identifier specified by the client, if missing, the URL is returned *
       
      string ID = 3;
      Returns:
      The iD.
    • getIDBytes

      com.google.protobuf.ByteString getIDBytes()
       * Identifier specified by the client, if missing, the URL is returned *
       
      string ID = 3;
      Returns:
      The bytes for iD.
    • getItemCase