Package org.apache.tika
Interface GetFetcherConfigJsonSchemaReplyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetFetcherConfigJsonSchemaReply,GetFetcherConfigJsonSchemaReply.Builder
public interface GetFetcherConfigJsonSchemaReplyOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFetcherConfigJsonSchema()The json schema that describes the fetcher config in string format.com.google.protobuf.ByteStringgetFetcherConfigJsonSchemaBytes()The json schema that describes the fetcher config in string format.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFetcherConfigJsonSchema
String getFetcherConfigJsonSchema()
The json schema that describes the fetcher config in string format.
string fetcher_config_json_schema = 1;- Returns:
- The fetcherConfigJsonSchema.
-
getFetcherConfigJsonSchemaBytes
com.google.protobuf.ByteString getFetcherConfigJsonSchemaBytes()
The json schema that describes the fetcher config in string format.
string fetcher_config_json_schema = 1;- Returns:
- The bytes for fetcherConfigJsonSchema.
-
-