Package crawlercommons.urlfrontier
Interface Urlfrontier.URLStatusRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Urlfrontier.URLStatusRequest,Urlfrontier.URLStatusRequest.Builder
- Enclosing class:
Urlfrontier
public static interface Urlfrontier.URLStatusRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncrawl ID - empty string for defaultcom.google.protobuf.ByteStringcrawl ID - empty string for defaultgetKey()ID for the queue *com.google.protobuf.ByteStringID for the queue *getUrl()URL for which we request infocom.google.protobuf.ByteStringURL for which we request infoMethods 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
-
getUrl
String getUrl()URL for which we request info
string url = 1;- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()URL for which we request info
string url = 1;- Returns:
- The bytes for url.
-
getKey
String getKey()ID for the queue *
string key = 2;- Returns:
- The key.
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()ID for the queue *
string key = 2;- Returns:
- The bytes for key.
-
getCrawlID
String getCrawlID()crawl ID - empty string for default
string crawlID = 3;- Returns:
- The crawlID.
-
getCrawlIDBytes
com.google.protobuf.ByteString getCrawlIDBytes()crawl ID - empty string for default
string crawlID = 3;- Returns:
- The bytes for crawlID.
-