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
Modifier and TypeMethodDescriptionThe json schema that describes the fetcher config in string format.com.google.protobuf.ByteStringThe json schema that describes the fetcher config in string format.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
-
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.
-