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 GetFetcherConfigJsonSchemaRequest
GetFetcherConfigJsonSchemaRequest.Builder. build()
GetFetcherConfigJsonSchemaRequest
GetFetcherConfigJsonSchemaRequest.Builder. buildPartial()
static GetFetcherConfigJsonSchemaRequest
GetFetcherConfigJsonSchemaRequest. getDefaultInstance()
GetFetcherConfigJsonSchemaRequest
GetFetcherConfigJsonSchemaRequest.Builder. getDefaultInstanceForType()
GetFetcherConfigJsonSchemaRequest
GetFetcherConfigJsonSchemaRequest. getDefaultInstanceForType()
static GetFetcherConfigJsonSchemaRequest
GetFetcherConfigJsonSchemaRequest. parseDelimitedFrom(InputStream input)
static GetFetcherConfigJsonSchemaRequest
GetFetcherConfigJsonSchemaRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetFetcherConfigJsonSchemaRequest
GetFetcherConfigJsonSchemaRequest. parseFrom(byte[] data)
static GetFetcherConfigJsonSchemaRequest
GetFetcherConfigJsonSchemaRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetFetcherConfigJsonSchemaRequest
GetFetcherConfigJsonSchemaRequest. parseFrom(com.google.protobuf.ByteString data)
static GetFetcherConfigJsonSchemaRequest
GetFetcherConfigJsonSchemaRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetFetcherConfigJsonSchemaRequest
GetFetcherConfigJsonSchemaRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetFetcherConfigJsonSchemaRequest
GetFetcherConfigJsonSchemaRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetFetcherConfigJsonSchemaRequest
GetFetcherConfigJsonSchemaRequest. parseFrom(InputStream input)
static GetFetcherConfigJsonSchemaRequest
GetFetcherConfigJsonSchemaRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetFetcherConfigJsonSchemaRequest
GetFetcherConfigJsonSchemaRequest. parseFrom(ByteBuffer data)
static GetFetcherConfigJsonSchemaRequest
GetFetcherConfigJsonSchemaRequest. 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 void
TikaGrpc.AsyncService. getFetcherConfigJsonSchema(GetFetcherConfigJsonSchemaRequest request, io.grpc.stub.StreamObserver<GetFetcherConfigJsonSchemaReply> responseObserver)
Get the Fetcher Config schema for a given fetcher class.GetFetcherConfigJsonSchemaReply
TikaGrpc.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.void
TikaGrpc.TikaStub. getFetcherConfigJsonSchema(GetFetcherConfigJsonSchemaRequest request, io.grpc.stub.StreamObserver<GetFetcherConfigJsonSchemaReply> responseObserver)
Get the Fetcher Config schema for a given fetcher class.GetFetcherConfigJsonSchemaRequest.Builder
GetFetcherConfigJsonSchemaRequest.Builder. mergeFrom(GetFetcherConfigJsonSchemaRequest other)
static GetFetcherConfigJsonSchemaRequest.Builder
GetFetcherConfigJsonSchemaRequest. newBuilder(GetFetcherConfigJsonSchemaRequest prototype)
-