Package org.apache.tika
Interface GetPipesIteratorReplyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetPipesIteratorReply,GetPipesIteratorReply.Builder
public interface GetPipesIteratorReplyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe full java class name of the pipes iteratorcom.google.protobuf.ByteStringThe full java class name of the pipes iteratorJSON string of the pipes iterator config objectcom.google.protobuf.ByteStringJSON string of the pipes iterator config objectThe pipes iterator IDcom.google.protobuf.ByteStringThe pipes iterator IDMethods 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
string iterator_id = 1;- Returns:
- The iteratorId.
-
getIteratorIdBytes
com.google.protobuf.ByteString getIteratorIdBytes()The pipes iterator ID
string iterator_id = 1;- Returns:
- The bytes for iteratorId.
-
getIteratorClass
String getIteratorClass()The full java class name of the pipes iterator
string iterator_class = 2;- Returns:
- The iteratorClass.
-
getIteratorClassBytes
com.google.protobuf.ByteString getIteratorClassBytes()The full java class name of the pipes iterator
string iterator_class = 2;- Returns:
- The bytes for iteratorClass.
-
getIteratorConfigJson
String getIteratorConfigJson()JSON string of the pipes iterator config object
string iterator_config_json = 3;- Returns:
- The iteratorConfigJson.
-
getIteratorConfigJsonBytes
com.google.protobuf.ByteString getIteratorConfigJsonBytes()JSON string of the pipes iterator config object
string iterator_config_json = 3;- Returns:
- The bytes for iteratorConfigJson.
-