Package org.apache.tika
Interface ListFetchersReplyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListFetchersReply
,ListFetchersReply.Builder
public interface ListFetchersReplyOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetFetcherReply
getGetFetcherReplies(int index)
List of fetcher configs returned by the Lists Fetchers service.int
getGetFetcherRepliesCount()
List of fetcher configs returned by the Lists Fetchers service.List<GetFetcherReply>
getGetFetcherRepliesList()
List of fetcher configs returned by the Lists Fetchers service.GetFetcherReplyOrBuilder
getGetFetcherRepliesOrBuilder(int index)
List of fetcher configs returned by the Lists Fetchers service.List<? extends GetFetcherReplyOrBuilder>
getGetFetcherRepliesOrBuilderList()
List of fetcher configs returned by the Lists Fetchers service.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getGetFetcherRepliesList
List<GetFetcherReply> getGetFetcherRepliesList()
List of fetcher configs returned by the Lists Fetchers service.
repeated .tika.GetFetcherReply get_fetcher_replies = 1;
-
getGetFetcherReplies
GetFetcherReply getGetFetcherReplies(int index)
List of fetcher configs returned by the Lists Fetchers service.
repeated .tika.GetFetcherReply get_fetcher_replies = 1;
-
getGetFetcherRepliesCount
int getGetFetcherRepliesCount()
List of fetcher configs returned by the Lists Fetchers service.
repeated .tika.GetFetcherReply get_fetcher_replies = 1;
-
getGetFetcherRepliesOrBuilderList
List<? extends GetFetcherReplyOrBuilder> getGetFetcherRepliesOrBuilderList()
List of fetcher configs returned by the Lists Fetchers service.
repeated .tika.GetFetcherReply get_fetcher_replies = 1;
-
getGetFetcherRepliesOrBuilder
GetFetcherReplyOrBuilder getGetFetcherRepliesOrBuilder(int index)
List of fetcher configs returned by the Lists Fetchers service.
repeated .tika.GetFetcherReply get_fetcher_replies = 1;
-
-