Package org.apache.tika
Interface GetPipesIteratorRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetPipesIteratorRequest,GetPipesIteratorRequest.Builder
public interface GetPipesIteratorRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe pipes iterator ID to retrievecom.google.protobuf.ByteStringThe pipes iterator ID to retrieveMethods 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
-
getIteratorId
String getIteratorId()The pipes iterator ID to retrieve
string iterator_id = 1;- Returns:
- The iteratorId.
-
getIteratorIdBytes
com.google.protobuf.ByteString getIteratorIdBytes()The pipes iterator ID to retrieve
string iterator_id = 1;- Returns:
- The bytes for iteratorId.
-