Uses of Class
org.apache.tika.GetFetcherConfigJsonSchemaRequest
-
Packages that use GetFetcherConfigJsonSchemaRequest Package Description org.apache.tika Apache Tika. -
-
Uses of GetFetcherConfigJsonSchemaRequest in org.apache.tika
Methods in org.apache.tika that return GetFetcherConfigJsonSchemaRequest Modifier and Type Method Description GetFetcherConfigJsonSchemaRequestGetFetcherConfigJsonSchemaRequest.Builder. build()GetFetcherConfigJsonSchemaRequestGetFetcherConfigJsonSchemaRequest.Builder. buildPartial()static GetFetcherConfigJsonSchemaRequestGetFetcherConfigJsonSchemaRequest. getDefaultInstance()GetFetcherConfigJsonSchemaRequestGetFetcherConfigJsonSchemaRequest.Builder. getDefaultInstanceForType()GetFetcherConfigJsonSchemaRequestGetFetcherConfigJsonSchemaRequest. getDefaultInstanceForType()static GetFetcherConfigJsonSchemaRequestGetFetcherConfigJsonSchemaRequest. parseDelimitedFrom(InputStream input)static GetFetcherConfigJsonSchemaRequestGetFetcherConfigJsonSchemaRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetFetcherConfigJsonSchemaRequestGetFetcherConfigJsonSchemaRequest. parseFrom(byte[] data)static GetFetcherConfigJsonSchemaRequestGetFetcherConfigJsonSchemaRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetFetcherConfigJsonSchemaRequestGetFetcherConfigJsonSchemaRequest. parseFrom(com.google.protobuf.ByteString data)static GetFetcherConfigJsonSchemaRequestGetFetcherConfigJsonSchemaRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetFetcherConfigJsonSchemaRequestGetFetcherConfigJsonSchemaRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetFetcherConfigJsonSchemaRequestGetFetcherConfigJsonSchemaRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetFetcherConfigJsonSchemaRequestGetFetcherConfigJsonSchemaRequest. parseFrom(InputStream input)static GetFetcherConfigJsonSchemaRequestGetFetcherConfigJsonSchemaRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetFetcherConfigJsonSchemaRequestGetFetcherConfigJsonSchemaRequest. parseFrom(ByteBuffer data)static GetFetcherConfigJsonSchemaRequestGetFetcherConfigJsonSchemaRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.apache.tika that return types with arguments of type GetFetcherConfigJsonSchemaRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetFetcherConfigJsonSchemaRequest,GetFetcherConfigJsonSchemaReply>TikaGrpc. getGetFetcherConfigJsonSchemaMethod()com.google.protobuf.Parser<GetFetcherConfigJsonSchemaRequest>GetFetcherConfigJsonSchemaRequest. getParserForType()static com.google.protobuf.Parser<GetFetcherConfigJsonSchemaRequest>GetFetcherConfigJsonSchemaRequest. parser()Methods in org.apache.tika with parameters of type GetFetcherConfigJsonSchemaRequest Modifier and Type Method Description default voidTikaGrpc.AsyncService. getFetcherConfigJsonSchema(GetFetcherConfigJsonSchemaRequest request, io.grpc.stub.StreamObserver<GetFetcherConfigJsonSchemaReply> responseObserver)Get the Fetcher Config schema for a given fetcher class.GetFetcherConfigJsonSchemaReplyTikaGrpc.TikaBlockingStub. getFetcherConfigJsonSchema(GetFetcherConfigJsonSchemaRequest request)Get the Fetcher Config schema for a given fetcher class.com.google.common.util.concurrent.ListenableFuture<GetFetcherConfigJsonSchemaReply>TikaGrpc.TikaFutureStub. getFetcherConfigJsonSchema(GetFetcherConfigJsonSchemaRequest request)Get the Fetcher Config schema for a given fetcher class.voidTikaGrpc.TikaStub. getFetcherConfigJsonSchema(GetFetcherConfigJsonSchemaRequest request, io.grpc.stub.StreamObserver<GetFetcherConfigJsonSchemaReply> responseObserver)Get the Fetcher Config schema for a given fetcher class.GetFetcherConfigJsonSchemaRequest.BuilderGetFetcherConfigJsonSchemaRequest.Builder. mergeFrom(GetFetcherConfigJsonSchemaRequest other)static GetFetcherConfigJsonSchemaRequest.BuilderGetFetcherConfigJsonSchemaRequest. newBuilder(GetFetcherConfigJsonSchemaRequest prototype)
-