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