Package org.apache.tika
Interface GetFetcherConfigJsonSchemaRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetFetcherConfigJsonSchemaRequest,GetFetcherConfigJsonSchemaRequest.Builder
public interface GetFetcherConfigJsonSchemaRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFetcherClass()The full java class name of the fetcher config for which to fetch json schema.com.google.protobuf.ByteStringgetFetcherClassBytes()The full java class name of the fetcher config for which to fetch json schema.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFetcherClass
String getFetcherClass()
The full java class name of the fetcher config for which to fetch json schema.
string fetcher_class = 1;- Returns:
- The fetcherClass.
-
getFetcherClassBytes
com.google.protobuf.ByteString getFetcherClassBytes()
The full java class name of the fetcher config for which to fetch json schema.
string fetcher_class = 1;- Returns:
- The bytes for fetcherClass.
-
-