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 Detail

      • hasDiscovered

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

        boolean hasKnown()
        .urlfrontier.KnownURLItem known = 2;
        Returns:
        Whether the known field is set.
      • 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.