Uses of Class
org.apache.tika.FetchAndParseReply.Builder
Packages that use FetchAndParseReply.Builder
-
Uses of FetchAndParseReply.Builder in org.apache.tika
Methods in org.apache.tika that return FetchAndParseReply.BuilderModifier and TypeMethodDescriptionFetchAndParseReply.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) FetchAndParseReply.Builder.clear()FetchAndParseReply.Builder.clearErrorMessage()If there was an error, this will contain the error message.FetchAndParseReply.Builder.clearFetchKey()Echoes the fetch_key that was sent in the request.FetchAndParseReply.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) FetchAndParseReply.Builder.clearFields()FetchAndParseReply.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) FetchAndParseReply.Builder.clearStatus()The status from the message.FetchAndParseReply.Builder.clone()FetchAndParseReply.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FetchAndParseReply.Builder.mergeFrom(com.google.protobuf.Message other) FetchAndParseReply.Builder.mergeFrom(FetchAndParseReply other) FetchAndParseReply.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static FetchAndParseReply.BuilderFetchAndParseReply.newBuilder()static FetchAndParseReply.BuilderFetchAndParseReply.newBuilder(FetchAndParseReply prototype) FetchAndParseReply.newBuilderForType()protected FetchAndParseReply.BuilderFetchAndParseReply.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) FetchAndParseReply.Builder.putAllFields(Map<String, String> values) Metadata fields from the parse output.Metadata fields from the parse output.FetchAndParseReply.Builder.removeFields(String key) Metadata fields from the parse output.FetchAndParseReply.Builder.setErrorMessage(String value) If there was an error, this will contain the error message.FetchAndParseReply.Builder.setErrorMessageBytes(com.google.protobuf.ByteString value) If there was an error, this will contain the error message.FetchAndParseReply.Builder.setFetchKey(String value) Echoes the fetch_key that was sent in the request.FetchAndParseReply.Builder.setFetchKeyBytes(com.google.protobuf.ByteString value) Echoes the fetch_key that was sent in the request.FetchAndParseReply.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) FetchAndParseReply.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) The status from the message.FetchAndParseReply.Builder.setStatusBytes(com.google.protobuf.ByteString value) The status from the message.FetchAndParseReply.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) FetchAndParseReply.toBuilder()