Uses of Class
org.apache.tika.FetchAndParseRequest.Builder
Packages that use FetchAndParseRequest.Builder
-
Uses of FetchAndParseRequest.Builder in org.apache.tika
Methods in org.apache.tika that return FetchAndParseRequest.BuilderModifier and TypeMethodDescriptionFetchAndParseRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) FetchAndParseRequest.Builder.clear()FetchAndParseRequest.Builder.clearAdditionalFetchConfigJson()You can supply additional fetch configuration using this.FetchAndParseRequest.Builder.clearEmitterId()The ID of the emitter to use (optional).FetchAndParseRequest.Builder.clearFetcherId()The ID of the fetcher in the fetcher store (previously saved by SaveFetcher) to use for the fetch.FetchAndParseRequest.Builder.clearFetchKey()The "Fetch Key" of the item that will be fetched.FetchAndParseRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) FetchAndParseRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) FetchAndParseRequest.Builder.clearParseContextJson()Optional JSON object to configure the ParseContext for this request, overriding server defaults.FetchAndParseRequest.Builder.clone()FetchAndParseRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FetchAndParseRequest.Builder.mergeFrom(com.google.protobuf.Message other) FetchAndParseRequest.Builder.mergeFrom(FetchAndParseRequest other) FetchAndParseRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static FetchAndParseRequest.BuilderFetchAndParseRequest.newBuilder()static FetchAndParseRequest.BuilderFetchAndParseRequest.newBuilder(FetchAndParseRequest prototype) FetchAndParseRequest.newBuilderForType()protected FetchAndParseRequest.BuilderFetchAndParseRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) FetchAndParseRequest.Builder.setAdditionalFetchConfigJson(String value) You can supply additional fetch configuration using this.FetchAndParseRequest.Builder.setAdditionalFetchConfigJsonBytes(com.google.protobuf.ByteString value) You can supply additional fetch configuration using this.FetchAndParseRequest.Builder.setEmitterId(String value) The ID of the emitter to use (optional).FetchAndParseRequest.Builder.setEmitterIdBytes(com.google.protobuf.ByteString value) The ID of the emitter to use (optional).FetchAndParseRequest.Builder.setFetcherId(String value) The ID of the fetcher in the fetcher store (previously saved by SaveFetcher) to use for the fetch.FetchAndParseRequest.Builder.setFetcherIdBytes(com.google.protobuf.ByteString value) The ID of the fetcher in the fetcher store (previously saved by SaveFetcher) to use for the fetch.FetchAndParseRequest.Builder.setFetchKey(String value) The "Fetch Key" of the item that will be fetched.FetchAndParseRequest.Builder.setFetchKeyBytes(com.google.protobuf.ByteString value) The "Fetch Key" of the item that will be fetched.FetchAndParseRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) FetchAndParseRequest.Builder.setParseContextJson(String value) Optional JSON object to configure the ParseContext for this request, overriding server defaults.FetchAndParseRequest.Builder.setParseContextJsonBytes(com.google.protobuf.ByteString value) Optional JSON object to configure the ParseContext for this request, overriding server defaults.FetchAndParseRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) FetchAndParseRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) FetchAndParseRequest.toBuilder()