Package org.apache.tika
Interface GetFetcherReplyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetFetcherReply,GetFetcherReply.Builder
public interface GetFetcherReplyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsParams(String key) The configuration parameters.The full Java class name of the Fetcher.com.google.protobuf.ByteStringThe full Java class name of the Fetcher.Echoes the ID of the fetcher being returned.com.google.protobuf.ByteStringEchoes the ID of the fetcher being returned.Deprecated.intThe configuration parameters.The configuration parameters.getParamsOrDefault(String key, String defaultValue) The configuration parameters.getParamsOrThrow(String key) The configuration parameters.Methods 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
-
getFetcherId
String getFetcherId()Echoes the ID of the fetcher being returned.
string fetcher_id = 1;- Returns:
- The fetcherId.
-
getFetcherIdBytes
com.google.protobuf.ByteString getFetcherIdBytes()Echoes the ID of the fetcher being returned.
string fetcher_id = 1;- Returns:
- The bytes for fetcherId.
-
getFetcherClass
String getFetcherClass()The full Java class name of the Fetcher.
string fetcher_class = 2;- Returns:
- The fetcherClass.
-
getFetcherClassBytes
com.google.protobuf.ByteString getFetcherClassBytes()The full Java class name of the Fetcher.
string fetcher_class = 2;- Returns:
- The bytes for fetcherClass.
-
getParamsCount
int getParamsCount()The configuration parameters.
map<string, string> params = 3; -
containsParams
The configuration parameters.
map<string, string> params = 3; -
getParams
Deprecated.UsegetParamsMap()instead. -
getParamsMap
The configuration parameters.
map<string, string> params = 3; -
getParamsOrDefault
The configuration parameters.
map<string, string> params = 3; -
getParamsOrThrow
The configuration parameters.
map<string, string> params = 3;
-