Uses of Class
com.ironsoftware.ironpdf.internal.proto.CopyPagesRequest
-
Uses of CopyPagesRequest in com.ironsoftware.ironpdf.internal.proto
Modifier and TypeMethodDescriptionCopyPagesRequest.Builder.build()
CopyPagesRequest.Builder.buildPartial()
static CopyPagesRequest
CopyPagesRequest.getDefaultInstance()
CopyPagesRequest.Builder.getDefaultInstanceForType()
CopyPagesRequest.getDefaultInstanceForType()
static CopyPagesRequest
CopyPagesRequest.parseDelimitedFrom
(InputStream input) static CopyPagesRequest
CopyPagesRequest.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CopyPagesRequest
CopyPagesRequest.parseFrom
(byte[] data) static CopyPagesRequest
CopyPagesRequest.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CopyPagesRequest
CopyPagesRequest.parseFrom
(com.google.protobuf.ByteString data) static CopyPagesRequest
CopyPagesRequest.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CopyPagesRequest
CopyPagesRequest.parseFrom
(com.google.protobuf.CodedInputStream input) static CopyPagesRequest
CopyPagesRequest.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CopyPagesRequest
CopyPagesRequest.parseFrom
(InputStream input) static CopyPagesRequest
CopyPagesRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CopyPagesRequest
CopyPagesRequest.parseFrom
(ByteBuffer data) static CopyPagesRequest
CopyPagesRequest.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.google.protobuf.Parser<CopyPagesRequest>
CopyPagesRequest.getParserForType()
static io.grpc.MethodDescriptor<CopyPagesRequest,
PdfDocumentResult> IronPdfServiceGrpc.getPdfDocumentPageCopyPagesMethod()
static com.google.protobuf.Parser<CopyPagesRequest>
CopyPagesRequest.parser()
Modifier and TypeMethodDescriptionCopyPagesRequest.Builder.mergeFrom
(CopyPagesRequest other) static CopyPagesRequest.Builder
CopyPagesRequest.newBuilder
(CopyPagesRequest prototype) IronPdfServiceGrpc.IronPdfServiceBlockingStub.pdfDocumentPageCopyPages
(CopyPagesRequest request) com.google.common.util.concurrent.ListenableFuture<PdfDocumentResult>
IronPdfServiceGrpc.IronPdfServiceFutureStub.pdfDocumentPageCopyPages
(CopyPagesRequest request) void
IronPdfServiceGrpc.IronPdfServiceImplBase.pdfDocumentPageCopyPages
(CopyPagesRequest request, io.grpc.stub.StreamObserver<PdfDocumentResult> responseObserver) void
IronPdfServiceGrpc.IronPdfServiceStub.pdfDocumentPageCopyPages
(CopyPagesRequest request, io.grpc.stub.StreamObserver<PdfDocumentResult> responseObserver)