Package crawlercommons.urlfrontier
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 Summary
Modifier and TypeMethodDescription.urlfrontier.DiscoveredURLItem discovered = 1;.urlfrontier.DiscoveredURLItem discovered = 1;getID()* Identifier specified by the client, if missing, the URL is returned *com.google.protobuf.ByteString* Identifier specified by the client, if missing, the URL is returned *getKnown().urlfrontier.KnownURLItem known = 2;.urlfrontier.KnownURLItem known = 2;boolean.urlfrontier.DiscoveredURLItem discovered = 1;booleanhasKnown().urlfrontier.KnownURLItem known = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasDiscovered
boolean hasDiscovered().urlfrontier.DiscoveredURLItem discovered = 1;- Returns:
- Whether the discovered field is set.
-
getDiscovered
Urlfrontier.DiscoveredURLItem 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 getKnown().urlfrontier.KnownURLItem known = 2;- Returns:
- The known.
-
getKnownOrBuilder
Urlfrontier.KnownURLItemOrBuilder 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
Urlfrontier.URLItem.ItemCase getItemCase()
-