public static interface Urlfrontier.PaginationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCrawlID()
crawl ID
|
com.google.protobuf.ByteString |
getCrawlIDBytes()
crawl ID
|
boolean |
getIncludeInactive()
include inactive queues; defaults to false
|
boolean |
getLocal()
only for the current local instance
|
int |
getSize()
max number of values; defaults to 100
|
int |
getStart()
position of the first result in the list; defaults to 0
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getStart()
position of the first result in the list; defaults to 0
uint32 start = 1;int getSize()
max number of values; defaults to 100
uint32 size = 2;boolean getIncludeInactive()
include inactive queues; defaults to false
bool include_inactive = 3;java.lang.String getCrawlID()
crawl ID
string crawlID = 4;com.google.protobuf.ByteString getCrawlIDBytes()
crawl ID
string crawlID = 4;boolean getLocal()
only for the current local instance
bool local = 5;Copyright © 2020-2022 Crawler-Commons. All Rights Reserved.