Package org.apache.tika
Interface SaveFetcherRequestOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- SaveFetcherRequest,- SaveFetcherRequest.Builder
 
 public interface SaveFetcherRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFetcherClass()The full java class name of the fetcher class.com.google.protobuf.ByteStringgetFetcherClassBytes()The full java class name of the fetcher class.StringgetFetcherConfigJson()JSON string of the fetcher config object.com.google.protobuf.ByteStringgetFetcherConfigJsonBytes()JSON string of the fetcher config object.StringgetFetcherId()A unique identifier for each fetcher.com.google.protobuf.ByteStringgetFetcherIdBytes()A unique identifier for each fetcher.- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
getFetcherIdString getFetcherId() A unique identifier for each fetcher. If this already exists, operation will overwrite existing. string fetcher_id = 1;- Returns:
- The fetcherId.
 
 - 
getFetcherIdBytescom.google.protobuf.ByteString getFetcherIdBytes() A unique identifier for each fetcher. If this already exists, operation will overwrite existing. string fetcher_id = 1;- Returns:
- The bytes for fetcherId.
 
 - 
getFetcherClassString getFetcherClass() The full java class name of the fetcher class. List of fetcher classes is found here: https://cwiki.apache.org/confluence/display/TIKA/tika-pipes string fetcher_class = 2;- Returns:
- The fetcherClass.
 
 - 
getFetcherClassBytescom.google.protobuf.ByteString getFetcherClassBytes() The full java class name of the fetcher class. List of fetcher classes is found here: https://cwiki.apache.org/confluence/display/TIKA/tika-pipes string fetcher_class = 2;- Returns:
- The bytes for fetcherClass.
 
 - 
getFetcherConfigJsonString getFetcherConfigJson() JSON string of the fetcher config object. To see the json schema from which to build this json, use the GetFetcherConfigJsonSchema rpc method. string fetcher_config_json = 3;- Returns:
- The fetcherConfigJson.
 
 - 
getFetcherConfigJsonBytescom.google.protobuf.ByteString getFetcherConfigJsonBytes() JSON string of the fetcher config object. To see the json schema from which to build this json, use the GetFetcherConfigJsonSchema rpc method. string fetcher_config_json = 3;- Returns:
- The bytes for fetcherConfigJson.
 
 
- 
 
-