Uses of Class
org.apache.tika.GetFetcherReply.Builder
Packages that use GetFetcherReply.Builder
-
Uses of GetFetcherReply.Builder in org.apache.tika
Methods in org.apache.tika that return GetFetcherReply.BuilderModifier and TypeMethodDescriptionListFetchersReply.Builder.addGetFetcherRepliesBuilder()List of fetcher configs returned by the Lists Fetchers service.ListFetchersReply.Builder.addGetFetcherRepliesBuilder(int index) List of fetcher configs returned by the Lists Fetchers service.GetFetcherReply.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) GetFetcherReply.Builder.clear()GetFetcherReply.Builder.clearFetcherClass()The full Java class name of the Fetcher.GetFetcherReply.Builder.clearFetcherId()Echoes the ID of the fetcher being returned.GetFetcherReply.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) GetFetcherReply.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) GetFetcherReply.Builder.clearParams()GetFetcherReply.Builder.clone()ListFetchersReply.Builder.getGetFetcherRepliesBuilder(int index) List of fetcher configs returned by the Lists Fetchers service.GetFetcherReply.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GetFetcherReply.Builder.mergeFrom(com.google.protobuf.Message other) GetFetcherReply.Builder.mergeFrom(GetFetcherReply other) final GetFetcherReply.BuilderGetFetcherReply.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static GetFetcherReply.BuilderGetFetcherReply.newBuilder()static GetFetcherReply.BuilderGetFetcherReply.newBuilder(GetFetcherReply prototype) GetFetcherReply.newBuilderForType()protected GetFetcherReply.BuilderGetFetcherReply.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) GetFetcherReply.Builder.putAllParams(Map<String, String> values) The configuration parameters.The configuration parameters.GetFetcherReply.Builder.removeParams(String key) The configuration parameters.GetFetcherReply.Builder.setFetcherClass(String value) The full Java class name of the Fetcher.GetFetcherReply.Builder.setFetcherClassBytes(com.google.protobuf.ByteString value) The full Java class name of the Fetcher.GetFetcherReply.Builder.setFetcherId(String value) Echoes the ID of the fetcher being returned.GetFetcherReply.Builder.setFetcherIdBytes(com.google.protobuf.ByteString value) Echoes the ID of the fetcher being returned.GetFetcherReply.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) GetFetcherReply.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final GetFetcherReply.BuilderGetFetcherReply.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) GetFetcherReply.toBuilder()Methods in org.apache.tika that return types with arguments of type GetFetcherReply.BuilderModifier and TypeMethodDescriptionListFetchersReply.Builder.getGetFetcherRepliesBuilderList()List of fetcher configs returned by the Lists Fetchers service.Methods in org.apache.tika with parameters of type GetFetcherReply.BuilderModifier and TypeMethodDescriptionListFetchersReply.Builder.addGetFetcherReplies(int index, GetFetcherReply.Builder builderForValue) List of fetcher configs returned by the Lists Fetchers service.ListFetchersReply.Builder.addGetFetcherReplies(GetFetcherReply.Builder builderForValue) List of fetcher configs returned by the Lists Fetchers service.ListFetchersReply.Builder.setGetFetcherReplies(int index, GetFetcherReply.Builder builderForValue) List of fetcher configs returned by the Lists Fetchers service.