Uses of Class
com.ironsoftware.ironpdf.internal.proto.StringResultP
-
Packages that use StringResultP Package Description com.ironsoftware.ironpdf.internal.proto -
-
Uses of StringResultP in com.ironsoftware.ironpdf.internal.proto
Methods in com.ironsoftware.ironpdf.internal.proto that return StringResultP Modifier and Type Method Description StringResultP
StringResultP.Builder. build()
StringResultP
StringResultP.Builder. buildPartial()
static StringResultP
StringResultP. getDefaultInstance()
StringResultP
StringResultP.Builder. getDefaultInstanceForType()
StringResultP
StringResultP. getDefaultInstanceForType()
static StringResultP
StringResultP. parseDelimitedFrom(InputStream input)
static StringResultP
StringResultP. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StringResultP
StringResultP. parseFrom(byte[] data)
static StringResultP
StringResultP. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StringResultP
StringResultP. parseFrom(com.google.protobuf.ByteString data)
static StringResultP
StringResultP. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StringResultP
StringResultP. parseFrom(com.google.protobuf.CodedInputStream input)
static StringResultP
StringResultP. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StringResultP
StringResultP. parseFrom(InputStream input)
static StringResultP
StringResultP. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static StringResultP
StringResultP. parseFrom(ByteBuffer data)
static StringResultP
StringResultP. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
StringResultP
IronPdfServiceGrpc.IronPdfServiceBlockingStub. pdfiumTextExtractAllText(PdfiumExtractAllTextRequestP request)
PDFIUM_TextMethods in com.ironsoftware.ironpdf.internal.proto that return types with arguments of type StringResultP Modifier and Type Method Description com.google.protobuf.Parser<StringResultP>
StringResultP. getParserForType()
static io.grpc.MethodDescriptor<PdfiumExtractAllTextRequestP,StringResultP>
IronPdfServiceGrpc. getPdfiumTextExtractAllTextMethod()
static com.google.protobuf.Parser<StringResultP>
StringResultP. parser()
com.google.common.util.concurrent.ListenableFuture<StringResultP>
IronPdfServiceGrpc.IronPdfServiceFutureStub. pdfiumTextExtractAllText(PdfiumExtractAllTextRequestP request)
PDFIUM_TextMethods in com.ironsoftware.ironpdf.internal.proto with parameters of type StringResultP Modifier and Type Method Description StringResultP.Builder
StringResultP.Builder. mergeFrom(StringResultP other)
static StringResultP.Builder
StringResultP. newBuilder(StringResultP prototype)
Method parameters in com.ironsoftware.ironpdf.internal.proto with type arguments of type StringResultP Modifier and Type Method Description default void
IronPdfServiceGrpc.AsyncService. pdfiumTextExtractAllText(PdfiumExtractAllTextRequestP request, io.grpc.stub.StreamObserver<StringResultP> responseObserver)
PDFIUM_Textvoid
IronPdfServiceGrpc.IronPdfServiceStub. pdfiumTextExtractAllText(PdfiumExtractAllTextRequestP request, io.grpc.stub.StreamObserver<StringResultP> responseObserver)
PDFIUM_Text
-