All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.ironsoftware.ironpdf.internal.proto.PdfiumMergePageObjectsPrependRequestP Maven / Gradle / Ivy

Go to download

IronPDF Java library offers an extensive compatibility range, making it a go-to solution for a wide array of developers. It fully supports JVM languages like Java, Scala, and Kotlin, making it incredibly versatile. This Java PDF library is also compatible with Java 8 and above, providing optimum performance across multiple platforms. It's been designed with a wide range of users in mind Here's a look at what it supports: JVM Languages: Java, Scala, Kotlin.Platforms: Java 8 and above.Operating Systems: Microsoft Windows, Linux, Docker, Azure, AWS.IDEs: Jetbrains IntelliJ IDEA, Eclipse. You can deploy IronPDF Java across various platforms, including Microsoft Windows, Linux, Docker, Azure, and AWS. It is also fully compatible with popular IDEs like Jetbrains IntelliJ IDEA and Eclipse, facilitating smooth project development and management. Your pom.xml file is essentially the backbone of your project when you're using Maven. It's here where you introduce new dependencies that you wish to include. To make IronPDF Java package a part of your Maven project, you simply need to add the following snippets to your pom.xml: Remember to replace '20xx.xx.xxxx' with the latest version of IronPDF. IronPDF Java simplifies the process of creating PDF files. Convert HTML files, HTML strings, or URLs directly to new PDF documents in a few lines of code. The variety of file formats it handles is vast, as it can even transform images into PDF documents and vice versa. Need to use base 64 encoding, base URLs, or custom file paths? No problem! IronPDF Java has got you coveredFor more detail about installing and using IronPDF Java. When you run your project for the first time post-integration, IronPDF's engine binaries will automatically be downloaded. The engine starts its journey when you call any IronPDF function for the first time and takes a breather when your application is either closed or enters an idle state. It is not an open source java PDF library but here's the best part - IronPDF Java is offering a 30-day free trial. So, why wait? Give it a go and boost your PDF operations today.

There is a newer version: 2024.10.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: pdfium_page.proto

// Protobuf Java Version: 3.25.0
package com.ironsoftware.ironpdf.internal.proto;

/**
 * Protobuf type {@code ironpdfengineproto.PdfiumMergePageObjectsPrependRequestP}
 */
public final class PdfiumMergePageObjectsPrependRequestP extends
    com.google.protobuf.GeneratedMessageV3 implements
    // @@protoc_insertion_point(message_implements:ironpdfengineproto.PdfiumMergePageObjectsPrependRequestP)
    PdfiumMergePageObjectsPrependRequestPOrBuilder {
private static final long serialVersionUID = 0L;
  // Use PdfiumMergePageObjectsPrependRequestP.newBuilder() to construct.
  private PdfiumMergePageObjectsPrependRequestP(com.google.protobuf.GeneratedMessageV3.Builder builder) {
    super(builder);
  }
  private PdfiumMergePageObjectsPrependRequestP() {
  }

  @java.lang.Override
  @SuppressWarnings({"unused"})
  protected java.lang.Object newInstance(
      UnusedPrivateParameter unused) {
    return new PdfiumMergePageObjectsPrependRequestP();
  }

  public static final com.google.protobuf.Descriptors.Descriptor
      getDescriptor() {
    return com.ironsoftware.ironpdf.internal.proto.PdfiumPage.internal_static_ironpdfengineproto_PdfiumMergePageObjectsPrependRequestP_descriptor;
  }

  @java.lang.Override
  protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internalGetFieldAccessorTable() {
    return com.ironsoftware.ironpdf.internal.proto.PdfiumPage.internal_static_ironpdfengineproto_PdfiumMergePageObjectsPrependRequestP_fieldAccessorTable
        .ensureFieldAccessorsInitialized(
            com.ironsoftware.ironpdf.internal.proto.PdfiumMergePageObjectsPrependRequestP.class, com.ironsoftware.ironpdf.internal.proto.PdfiumMergePageObjectsPrependRequestP.Builder.class);
  }

  private int bitField0_;
  public static final int SRC_DOCUMENT_FIELD_NUMBER = 1;
  private com.ironsoftware.ironpdf.internal.proto.PdfDocumentP srcDocument_;
  /**
   * .ironpdfengineproto.PdfDocumentP src_document = 1;
   * @return Whether the srcDocument field is set.
   */
  @java.lang.Override
  public boolean hasSrcDocument() {
    return ((bitField0_ & 0x00000001) != 0);
  }
  /**
   * .ironpdfengineproto.PdfDocumentP src_document = 1;
   * @return The srcDocument.
   */
  @java.lang.Override
  public com.ironsoftware.ironpdf.internal.proto.PdfDocumentP getSrcDocument() {
    return srcDocument_ == null ? com.ironsoftware.ironpdf.internal.proto.PdfDocumentP.getDefaultInstance() : srcDocument_;
  }
  /**
   * .ironpdfengineproto.PdfDocumentP src_document = 1;
   */
  @java.lang.Override
  public com.ironsoftware.ironpdf.internal.proto.PdfDocumentPOrBuilder getSrcDocumentOrBuilder() {
    return srcDocument_ == null ? com.ironsoftware.ironpdf.internal.proto.PdfDocumentP.getDefaultInstance() : srcDocument_;
  }

  public static final int SRC_PAGE_INDEX_FIELD_NUMBER = 2;
  private int srcPageIndex_ = 0;
  /**
   * int32 src_page_index = 2;
   * @return The srcPageIndex.
   */
  @java.lang.Override
  public int getSrcPageIndex() {
    return srcPageIndex_;
  }

  public static final int DEST_DOCUMENT_FIELD_NUMBER = 3;
  private com.ironsoftware.ironpdf.internal.proto.PdfDocumentP destDocument_;
  /**
   * .ironpdfengineproto.PdfDocumentP dest_document = 3;
   * @return Whether the destDocument field is set.
   */
  @java.lang.Override
  public boolean hasDestDocument() {
    return ((bitField0_ & 0x00000002) != 0);
  }
  /**
   * .ironpdfengineproto.PdfDocumentP dest_document = 3;
   * @return The destDocument.
   */
  @java.lang.Override
  public com.ironsoftware.ironpdf.internal.proto.PdfDocumentP getDestDocument() {
    return destDocument_ == null ? com.ironsoftware.ironpdf.internal.proto.PdfDocumentP.getDefaultInstance() : destDocument_;
  }
  /**
   * .ironpdfengineproto.PdfDocumentP dest_document = 3;
   */
  @java.lang.Override
  public com.ironsoftware.ironpdf.internal.proto.PdfDocumentPOrBuilder getDestDocumentOrBuilder() {
    return destDocument_ == null ? com.ironsoftware.ironpdf.internal.proto.PdfDocumentP.getDefaultInstance() : destDocument_;
  }

  public static final int DEST_PAGE_INDEX_FIELD_NUMBER = 4;
  private int destPageIndex_ = 0;
  /**
   * int32 dest_page_index = 4;
   * @return The destPageIndex.
   */
  @java.lang.Override
  public int getDestPageIndex() {
    return destPageIndex_;
  }

  public static final int COPY_ANNOTATIONS_FIELD_NUMBER = 5;
  private boolean copyAnnotations_ = false;
  /**
   * bool copy_annotations = 5;
   * @return The copyAnnotations.
   */
  @java.lang.Override
  public boolean getCopyAnnotations() {
    return copyAnnotations_;
  }

  private byte memoizedIsInitialized = -1;
  @java.lang.Override
  public final boolean isInitialized() {
    byte isInitialized = memoizedIsInitialized;
    if (isInitialized == 1) return true;
    if (isInitialized == 0) return false;

    memoizedIsInitialized = 1;
    return true;
  }

  @java.lang.Override
  public void writeTo(com.google.protobuf.CodedOutputStream output)
                      throws java.io.IOException {
    if (((bitField0_ & 0x00000001) != 0)) {
      output.writeMessage(1, getSrcDocument());
    }
    if (srcPageIndex_ != 0) {
      output.writeInt32(2, srcPageIndex_);
    }
    if (((bitField0_ & 0x00000002) != 0)) {
      output.writeMessage(3, getDestDocument());
    }
    if (destPageIndex_ != 0) {
      output.writeInt32(4, destPageIndex_);
    }
    if (copyAnnotations_ != false) {
      output.writeBool(5, copyAnnotations_);
    }
    getUnknownFields().writeTo(output);
  }

  @java.lang.Override
  public int getSerializedSize() {
    int size = memoizedSize;
    if (size != -1) return size;

    size = 0;
    if (((bitField0_ & 0x00000001) != 0)) {
      size += com.google.protobuf.CodedOutputStream
        .computeMessageSize(1, getSrcDocument());
    }
    if (srcPageIndex_ != 0) {
      size += com.google.protobuf.CodedOutputStream
        .computeInt32Size(2, srcPageIndex_);
    }
    if (((bitField0_ & 0x00000002) != 0)) {
      size += com.google.protobuf.CodedOutputStream
        .computeMessageSize(3, getDestDocument());
    }
    if (destPageIndex_ != 0) {
      size += com.google.protobuf.CodedOutputStream
        .computeInt32Size(4, destPageIndex_);
    }
    if (copyAnnotations_ != false) {
      size += com.google.protobuf.CodedOutputStream
        .computeBoolSize(5, copyAnnotations_);
    }
    size += getUnknownFields().getSerializedSize();
    memoizedSize = size;
    return size;
  }

  @java.lang.Override
  public boolean equals(final java.lang.Object obj) {
    if (obj == this) {
     return true;
    }
    if (!(obj instanceof com.ironsoftware.ironpdf.internal.proto.PdfiumMergePageObjectsPrependRequestP)) {
      return super.equals(obj);
    }
    com.ironsoftware.ironpdf.internal.proto.PdfiumMergePageObjectsPrependRequestP other = (com.ironsoftware.ironpdf.internal.proto.PdfiumMergePageObjectsPrependRequestP) obj;

    if (hasSrcDocument() != other.hasSrcDocument()) return false;
    if (hasSrcDocument()) {
      if (!getSrcDocument()
          .equals(other.getSrcDocument())) return false;
    }
    if (getSrcPageIndex()
        != other.getSrcPageIndex()) return false;
    if (hasDestDocument() != other.hasDestDocument()) return false;
    if (hasDestDocument()) {
      if (!getDestDocument()
          .equals(other.getDestDocument())) return false;
    }
    if (getDestPageIndex()
        != other.getDestPageIndex()) return false;
    if (getCopyAnnotations()
        != other.getCopyAnnotations()) return false;
    if (!getUnknownFields().equals(other.getUnknownFields())) return false;
    return true;
  }

  @java.lang.Override
  public int hashCode() {
    if (memoizedHashCode != 0) {
      return memoizedHashCode;
    }
    int hash = 41;
    hash = (19 * hash) + getDescriptor().hashCode();
    if (hasSrcDocument()) {
      hash = (37 * hash) + SRC_DOCUMENT_FIELD_NUMBER;
      hash = (53 * hash) + getSrcDocument().hashCode();
    }
    hash = (37 * hash) + SRC_PAGE_INDEX_FIELD_NUMBER;
    hash = (53 * hash) + getSrcPageIndex();
    if (hasDestDocument()) {
      hash = (37 * hash) + DEST_DOCUMENT_FIELD_NUMBER;
      hash = (53 * hash) + getDestDocument().hashCode();
    }
    hash = (37 * hash) + DEST_PAGE_INDEX_FIELD_NUMBER;
    hash = (53 * hash) + getDestPageIndex();
    hash = (37 * hash) + COPY_ANNOTATIONS_FIELD_NUMBER;
    hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
        getCopyAnnotations());
    hash = (29 * hash) + getUnknownFields().hashCode();
    memoizedHashCode = hash;
    return hash;
  }

  public static com.ironsoftware.ironpdf.internal.proto.PdfiumMergePageObjectsPrependRequestP parseFrom(
      java.nio.ByteBuffer data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static com.ironsoftware.ironpdf.internal.proto.PdfiumMergePageObjectsPrependRequestP parseFrom(
      java.nio.ByteBuffer data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static com.ironsoftware.ironpdf.internal.proto.PdfiumMergePageObjectsPrependRequestP parseFrom(
      com.google.protobuf.ByteString data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static com.ironsoftware.ironpdf.internal.proto.PdfiumMergePageObjectsPrependRequestP parseFrom(
      com.google.protobuf.ByteString data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static com.ironsoftware.ironpdf.internal.proto.PdfiumMergePageObjectsPrependRequestP parseFrom(byte[] data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static com.ironsoftware.ironpdf.internal.proto.PdfiumMergePageObjectsPrependRequestP parseFrom(
      byte[] data,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data, extensionRegistry);
  }
  public static com.ironsoftware.ironpdf.internal.proto.PdfiumMergePageObjectsPrependRequestP parseFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input);
  }
  public static com.ironsoftware.ironpdf.internal.proto.PdfiumMergePageObjectsPrependRequestP parseFrom(
      java.io.InputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input, extensionRegistry);
  }

  public static com.ironsoftware.ironpdf.internal.proto.PdfiumMergePageObjectsPrependRequestP parseDelimitedFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseDelimitedWithIOException(PARSER, input);
  }

  public static com.ironsoftware.ironpdf.internal.proto.PdfiumMergePageObjectsPrependRequestP parseDelimitedFrom(
      java.io.InputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
  }
  public static com.ironsoftware.ironpdf.internal.proto.PdfiumMergePageObjectsPrependRequestP parseFrom(
      com.google.protobuf.CodedInputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input);
  }
  public static com.ironsoftware.ironpdf.internal.proto.PdfiumMergePageObjectsPrependRequestP parseFrom(
      com.google.protobuf.CodedInputStream input,
      com.google.protobuf.ExtensionRegistryLite extensionRegistry)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input, extensionRegistry);
  }

  @java.lang.Override
  public Builder newBuilderForType() { return newBuilder(); }
  public static Builder newBuilder() {
    return DEFAULT_INSTANCE.toBuilder();
  }
  public static Builder newBuilder(com.ironsoftware.ironpdf.internal.proto.PdfiumMergePageObjectsPrependRequestP prototype) {
    return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
  }
  @java.lang.Override
  public Builder toBuilder() {
    return this == DEFAULT_INSTANCE
        ? new Builder() : new Builder().mergeFrom(this);
  }

  @java.lang.Override
  protected Builder newBuilderForType(
      com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
    Builder builder = new Builder(parent);
    return builder;
  }
  /**
   * Protobuf type {@code ironpdfengineproto.PdfiumMergePageObjectsPrependRequestP}
   */
  public static final class Builder extends
      com.google.protobuf.GeneratedMessageV3.Builder implements
      // @@protoc_insertion_point(builder_implements:ironpdfengineproto.PdfiumMergePageObjectsPrependRequestP)
      com.ironsoftware.ironpdf.internal.proto.PdfiumMergePageObjectsPrependRequestPOrBuilder {
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return com.ironsoftware.ironpdf.internal.proto.PdfiumPage.internal_static_ironpdfengineproto_PdfiumMergePageObjectsPrependRequestP_descriptor;
    }

    @java.lang.Override
    protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
        internalGetFieldAccessorTable() {
      return com.ironsoftware.ironpdf.internal.proto.PdfiumPage.internal_static_ironpdfengineproto_PdfiumMergePageObjectsPrependRequestP_fieldAccessorTable
          .ensureFieldAccessorsInitialized(
              com.ironsoftware.ironpdf.internal.proto.PdfiumMergePageObjectsPrependRequestP.class, com.ironsoftware.ironpdf.internal.proto.PdfiumMergePageObjectsPrependRequestP.Builder.class);
    }

    // Construct using com.ironsoftware.ironpdf.internal.proto.PdfiumMergePageObjectsPrependRequestP.newBuilder()
    private Builder() {
      maybeForceBuilderInitialization();
    }

    private Builder(
        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
      super(parent);
      maybeForceBuilderInitialization();
    }
    private void maybeForceBuilderInitialization() {
      if (com.google.protobuf.GeneratedMessageV3
              .alwaysUseFieldBuilders) {
        getSrcDocumentFieldBuilder();
        getDestDocumentFieldBuilder();
      }
    }
    @java.lang.Override
    public Builder clear() {
      super.clear();
      bitField0_ = 0;
      srcDocument_ = null;
      if (srcDocumentBuilder_ != null) {
        srcDocumentBuilder_.dispose();
        srcDocumentBuilder_ = null;
      }
      srcPageIndex_ = 0;
      destDocument_ = null;
      if (destDocumentBuilder_ != null) {
        destDocumentBuilder_.dispose();
        destDocumentBuilder_ = null;
      }
      destPageIndex_ = 0;
      copyAnnotations_ = false;
      return this;
    }

    @java.lang.Override
    public com.google.protobuf.Descriptors.Descriptor
        getDescriptorForType() {
      return com.ironsoftware.ironpdf.internal.proto.PdfiumPage.internal_static_ironpdfengineproto_PdfiumMergePageObjectsPrependRequestP_descriptor;
    }

    @java.lang.Override
    public com.ironsoftware.ironpdf.internal.proto.PdfiumMergePageObjectsPrependRequestP getDefaultInstanceForType() {
      return com.ironsoftware.ironpdf.internal.proto.PdfiumMergePageObjectsPrependRequestP.getDefaultInstance();
    }

    @java.lang.Override
    public com.ironsoftware.ironpdf.internal.proto.PdfiumMergePageObjectsPrependRequestP build() {
      com.ironsoftware.ironpdf.internal.proto.PdfiumMergePageObjectsPrependRequestP result = buildPartial();
      if (!result.isInitialized()) {
        throw newUninitializedMessageException(result);
      }
      return result;
    }

    @java.lang.Override
    public com.ironsoftware.ironpdf.internal.proto.PdfiumMergePageObjectsPrependRequestP buildPartial() {
      com.ironsoftware.ironpdf.internal.proto.PdfiumMergePageObjectsPrependRequestP result = new com.ironsoftware.ironpdf.internal.proto.PdfiumMergePageObjectsPrependRequestP(this);
      if (bitField0_ != 0) { buildPartial0(result); }
      onBuilt();
      return result;
    }

    private void buildPartial0(com.ironsoftware.ironpdf.internal.proto.PdfiumMergePageObjectsPrependRequestP result) {
      int from_bitField0_ = bitField0_;
      int to_bitField0_ = 0;
      if (((from_bitField0_ & 0x00000001) != 0)) {
        result.srcDocument_ = srcDocumentBuilder_ == null
            ? srcDocument_
            : srcDocumentBuilder_.build();
        to_bitField0_ |= 0x00000001;
      }
      if (((from_bitField0_ & 0x00000002) != 0)) {
        result.srcPageIndex_ = srcPageIndex_;
      }
      if (((from_bitField0_ & 0x00000004) != 0)) {
        result.destDocument_ = destDocumentBuilder_ == null
            ? destDocument_
            : destDocumentBuilder_.build();
        to_bitField0_ |= 0x00000002;
      }
      if (((from_bitField0_ & 0x00000008) != 0)) {
        result.destPageIndex_ = destPageIndex_;
      }
      if (((from_bitField0_ & 0x00000010) != 0)) {
        result.copyAnnotations_ = copyAnnotations_;
      }
      result.bitField0_ |= to_bitField0_;
    }

    @java.lang.Override
    public Builder clone() {
      return super.clone();
    }
    @java.lang.Override
    public Builder setField(
        com.google.protobuf.Descriptors.FieldDescriptor field,
        java.lang.Object value) {
      return super.setField(field, value);
    }
    @java.lang.Override
    public Builder clearField(
        com.google.protobuf.Descriptors.FieldDescriptor field) {
      return super.clearField(field);
    }
    @java.lang.Override
    public Builder clearOneof(
        com.google.protobuf.Descriptors.OneofDescriptor oneof) {
      return super.clearOneof(oneof);
    }
    @java.lang.Override
    public Builder setRepeatedField(
        com.google.protobuf.Descriptors.FieldDescriptor field,
        int index, java.lang.Object value) {
      return super.setRepeatedField(field, index, value);
    }
    @java.lang.Override
    public Builder addRepeatedField(
        com.google.protobuf.Descriptors.FieldDescriptor field,
        java.lang.Object value) {
      return super.addRepeatedField(field, value);
    }
    @java.lang.Override
    public Builder mergeFrom(com.google.protobuf.Message other) {
      if (other instanceof com.ironsoftware.ironpdf.internal.proto.PdfiumMergePageObjectsPrependRequestP) {
        return mergeFrom((com.ironsoftware.ironpdf.internal.proto.PdfiumMergePageObjectsPrependRequestP)other);
      } else {
        super.mergeFrom(other);
        return this;
      }
    }

    public Builder mergeFrom(com.ironsoftware.ironpdf.internal.proto.PdfiumMergePageObjectsPrependRequestP other) {
      if (other == com.ironsoftware.ironpdf.internal.proto.PdfiumMergePageObjectsPrependRequestP.getDefaultInstance()) return this;
      if (other.hasSrcDocument()) {
        mergeSrcDocument(other.getSrcDocument());
      }
      if (other.getSrcPageIndex() != 0) {
        setSrcPageIndex(other.getSrcPageIndex());
      }
      if (other.hasDestDocument()) {
        mergeDestDocument(other.getDestDocument());
      }
      if (other.getDestPageIndex() != 0) {
        setDestPageIndex(other.getDestPageIndex());
      }
      if (other.getCopyAnnotations() != false) {
        setCopyAnnotations(other.getCopyAnnotations());
      }
      this.mergeUnknownFields(other.getUnknownFields());
      onChanged();
      return this;
    }

    @java.lang.Override
    public final boolean isInitialized() {
      return true;
    }

    @java.lang.Override
    public Builder mergeFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws java.io.IOException {
      if (extensionRegistry == null) {
        throw new java.lang.NullPointerException();
      }
      try {
        boolean done = false;
        while (!done) {
          int tag = input.readTag();
          switch (tag) {
            case 0:
              done = true;
              break;
            case 10: {
              input.readMessage(
                  getSrcDocumentFieldBuilder().getBuilder(),
                  extensionRegistry);
              bitField0_ |= 0x00000001;
              break;
            } // case 10
            case 16: {
              srcPageIndex_ = input.readInt32();
              bitField0_ |= 0x00000002;
              break;
            } // case 16
            case 26: {
              input.readMessage(
                  getDestDocumentFieldBuilder().getBuilder(),
                  extensionRegistry);
              bitField0_ |= 0x00000004;
              break;
            } // case 26
            case 32: {
              destPageIndex_ = input.readInt32();
              bitField0_ |= 0x00000008;
              break;
            } // case 32
            case 40: {
              copyAnnotations_ = input.readBool();
              bitField0_ |= 0x00000010;
              break;
            } // case 40
            default: {
              if (!super.parseUnknownField(input, extensionRegistry, tag)) {
                done = true; // was an endgroup tag
              }
              break;
            } // default:
          } // switch (tag)
        } // while (!done)
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.unwrapIOException();
      } finally {
        onChanged();
      } // finally
      return this;
    }
    private int bitField0_;

    private com.ironsoftware.ironpdf.internal.proto.PdfDocumentP srcDocument_;
    private com.google.protobuf.SingleFieldBuilderV3<
        com.ironsoftware.ironpdf.internal.proto.PdfDocumentP, com.ironsoftware.ironpdf.internal.proto.PdfDocumentP.Builder, com.ironsoftware.ironpdf.internal.proto.PdfDocumentPOrBuilder> srcDocumentBuilder_;
    /**
     * .ironpdfengineproto.PdfDocumentP src_document = 1;
     * @return Whether the srcDocument field is set.
     */
    public boolean hasSrcDocument() {
      return ((bitField0_ & 0x00000001) != 0);
    }
    /**
     * .ironpdfengineproto.PdfDocumentP src_document = 1;
     * @return The srcDocument.
     */
    public com.ironsoftware.ironpdf.internal.proto.PdfDocumentP getSrcDocument() {
      if (srcDocumentBuilder_ == null) {
        return srcDocument_ == null ? com.ironsoftware.ironpdf.internal.proto.PdfDocumentP.getDefaultInstance() : srcDocument_;
      } else {
        return srcDocumentBuilder_.getMessage();
      }
    }
    /**
     * .ironpdfengineproto.PdfDocumentP src_document = 1;
     */
    public Builder setSrcDocument(com.ironsoftware.ironpdf.internal.proto.PdfDocumentP value) {
      if (srcDocumentBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        srcDocument_ = value;
      } else {
        srcDocumentBuilder_.setMessage(value);
      }
      bitField0_ |= 0x00000001;
      onChanged();
      return this;
    }
    /**
     * .ironpdfengineproto.PdfDocumentP src_document = 1;
     */
    public Builder setSrcDocument(
        com.ironsoftware.ironpdf.internal.proto.PdfDocumentP.Builder builderForValue) {
      if (srcDocumentBuilder_ == null) {
        srcDocument_ = builderForValue.build();
      } else {
        srcDocumentBuilder_.setMessage(builderForValue.build());
      }
      bitField0_ |= 0x00000001;
      onChanged();
      return this;
    }
    /**
     * .ironpdfengineproto.PdfDocumentP src_document = 1;
     */
    public Builder mergeSrcDocument(com.ironsoftware.ironpdf.internal.proto.PdfDocumentP value) {
      if (srcDocumentBuilder_ == null) {
        if (((bitField0_ & 0x00000001) != 0) &&
          srcDocument_ != null &&
          srcDocument_ != com.ironsoftware.ironpdf.internal.proto.PdfDocumentP.getDefaultInstance()) {
          getSrcDocumentBuilder().mergeFrom(value);
        } else {
          srcDocument_ = value;
        }
      } else {
        srcDocumentBuilder_.mergeFrom(value);
      }
      if (srcDocument_ != null) {
        bitField0_ |= 0x00000001;
        onChanged();
      }
      return this;
    }
    /**
     * .ironpdfengineproto.PdfDocumentP src_document = 1;
     */
    public Builder clearSrcDocument() {
      bitField0_ = (bitField0_ & ~0x00000001);
      srcDocument_ = null;
      if (srcDocumentBuilder_ != null) {
        srcDocumentBuilder_.dispose();
        srcDocumentBuilder_ = null;
      }
      onChanged();
      return this;
    }
    /**
     * .ironpdfengineproto.PdfDocumentP src_document = 1;
     */
    public com.ironsoftware.ironpdf.internal.proto.PdfDocumentP.Builder getSrcDocumentBuilder() {
      bitField0_ |= 0x00000001;
      onChanged();
      return getSrcDocumentFieldBuilder().getBuilder();
    }
    /**
     * .ironpdfengineproto.PdfDocumentP src_document = 1;
     */
    public com.ironsoftware.ironpdf.internal.proto.PdfDocumentPOrBuilder getSrcDocumentOrBuilder() {
      if (srcDocumentBuilder_ != null) {
        return srcDocumentBuilder_.getMessageOrBuilder();
      } else {
        return srcDocument_ == null ?
            com.ironsoftware.ironpdf.internal.proto.PdfDocumentP.getDefaultInstance() : srcDocument_;
      }
    }
    /**
     * .ironpdfengineproto.PdfDocumentP src_document = 1;
     */
    private com.google.protobuf.SingleFieldBuilderV3<
        com.ironsoftware.ironpdf.internal.proto.PdfDocumentP, com.ironsoftware.ironpdf.internal.proto.PdfDocumentP.Builder, com.ironsoftware.ironpdf.internal.proto.PdfDocumentPOrBuilder> 
        getSrcDocumentFieldBuilder() {
      if (srcDocumentBuilder_ == null) {
        srcDocumentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
            com.ironsoftware.ironpdf.internal.proto.PdfDocumentP, com.ironsoftware.ironpdf.internal.proto.PdfDocumentP.Builder, com.ironsoftware.ironpdf.internal.proto.PdfDocumentPOrBuilder>(
                getSrcDocument(),
                getParentForChildren(),
                isClean());
        srcDocument_ = null;
      }
      return srcDocumentBuilder_;
    }

    private int srcPageIndex_ ;
    /**
     * int32 src_page_index = 2;
     * @return The srcPageIndex.
     */
    @java.lang.Override
    public int getSrcPageIndex() {
      return srcPageIndex_;
    }
    /**
     * int32 src_page_index = 2;
     * @param value The srcPageIndex to set.
     * @return This builder for chaining.
     */
    public Builder setSrcPageIndex(int value) {

      srcPageIndex_ = value;
      bitField0_ |= 0x00000002;
      onChanged();
      return this;
    }
    /**
     * int32 src_page_index = 2;
     * @return This builder for chaining.
     */
    public Builder clearSrcPageIndex() {
      bitField0_ = (bitField0_ & ~0x00000002);
      srcPageIndex_ = 0;
      onChanged();
      return this;
    }

    private com.ironsoftware.ironpdf.internal.proto.PdfDocumentP destDocument_;
    private com.google.protobuf.SingleFieldBuilderV3<
        com.ironsoftware.ironpdf.internal.proto.PdfDocumentP, com.ironsoftware.ironpdf.internal.proto.PdfDocumentP.Builder, com.ironsoftware.ironpdf.internal.proto.PdfDocumentPOrBuilder> destDocumentBuilder_;
    /**
     * .ironpdfengineproto.PdfDocumentP dest_document = 3;
     * @return Whether the destDocument field is set.
     */
    public boolean hasDestDocument() {
      return ((bitField0_ & 0x00000004) != 0);
    }
    /**
     * .ironpdfengineproto.PdfDocumentP dest_document = 3;
     * @return The destDocument.
     */
    public com.ironsoftware.ironpdf.internal.proto.PdfDocumentP getDestDocument() {
      if (destDocumentBuilder_ == null) {
        return destDocument_ == null ? com.ironsoftware.ironpdf.internal.proto.PdfDocumentP.getDefaultInstance() : destDocument_;
      } else {
        return destDocumentBuilder_.getMessage();
      }
    }
    /**
     * .ironpdfengineproto.PdfDocumentP dest_document = 3;
     */
    public Builder setDestDocument(com.ironsoftware.ironpdf.internal.proto.PdfDocumentP value) {
      if (destDocumentBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        destDocument_ = value;
      } else {
        destDocumentBuilder_.setMessage(value);
      }
      bitField0_ |= 0x00000004;
      onChanged();
      return this;
    }
    /**
     * .ironpdfengineproto.PdfDocumentP dest_document = 3;
     */
    public Builder setDestDocument(
        com.ironsoftware.ironpdf.internal.proto.PdfDocumentP.Builder builderForValue) {
      if (destDocumentBuilder_ == null) {
        destDocument_ = builderForValue.build();
      } else {
        destDocumentBuilder_.setMessage(builderForValue.build());
      }
      bitField0_ |= 0x00000004;
      onChanged();
      return this;
    }
    /**
     * .ironpdfengineproto.PdfDocumentP dest_document = 3;
     */
    public Builder mergeDestDocument(com.ironsoftware.ironpdf.internal.proto.PdfDocumentP value) {
      if (destDocumentBuilder_ == null) {
        if (((bitField0_ & 0x00000004) != 0) &&
          destDocument_ != null &&
          destDocument_ != com.ironsoftware.ironpdf.internal.proto.PdfDocumentP.getDefaultInstance()) {
          getDestDocumentBuilder().mergeFrom(value);
        } else {
          destDocument_ = value;
        }
      } else {
        destDocumentBuilder_.mergeFrom(value);
      }
      if (destDocument_ != null) {
        bitField0_ |= 0x00000004;
        onChanged();
      }
      return this;
    }
    /**
     * .ironpdfengineproto.PdfDocumentP dest_document = 3;
     */
    public Builder clearDestDocument() {
      bitField0_ = (bitField0_ & ~0x00000004);
      destDocument_ = null;
      if (destDocumentBuilder_ != null) {
        destDocumentBuilder_.dispose();
        destDocumentBuilder_ = null;
      }
      onChanged();
      return this;
    }
    /**
     * .ironpdfengineproto.PdfDocumentP dest_document = 3;
     */
    public com.ironsoftware.ironpdf.internal.proto.PdfDocumentP.Builder getDestDocumentBuilder() {
      bitField0_ |= 0x00000004;
      onChanged();
      return getDestDocumentFieldBuilder().getBuilder();
    }
    /**
     * .ironpdfengineproto.PdfDocumentP dest_document = 3;
     */
    public com.ironsoftware.ironpdf.internal.proto.PdfDocumentPOrBuilder getDestDocumentOrBuilder() {
      if (destDocumentBuilder_ != null) {
        return destDocumentBuilder_.getMessageOrBuilder();
      } else {
        return destDocument_ == null ?
            com.ironsoftware.ironpdf.internal.proto.PdfDocumentP.getDefaultInstance() : destDocument_;
      }
    }
    /**
     * .ironpdfengineproto.PdfDocumentP dest_document = 3;
     */
    private com.google.protobuf.SingleFieldBuilderV3<
        com.ironsoftware.ironpdf.internal.proto.PdfDocumentP, com.ironsoftware.ironpdf.internal.proto.PdfDocumentP.Builder, com.ironsoftware.ironpdf.internal.proto.PdfDocumentPOrBuilder> 
        getDestDocumentFieldBuilder() {
      if (destDocumentBuilder_ == null) {
        destDocumentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
            com.ironsoftware.ironpdf.internal.proto.PdfDocumentP, com.ironsoftware.ironpdf.internal.proto.PdfDocumentP.Builder, com.ironsoftware.ironpdf.internal.proto.PdfDocumentPOrBuilder>(
                getDestDocument(),
                getParentForChildren(),
                isClean());
        destDocument_ = null;
      }
      return destDocumentBuilder_;
    }

    private int destPageIndex_ ;
    /**
     * int32 dest_page_index = 4;
     * @return The destPageIndex.
     */
    @java.lang.Override
    public int getDestPageIndex() {
      return destPageIndex_;
    }
    /**
     * int32 dest_page_index = 4;
     * @param value The destPageIndex to set.
     * @return This builder for chaining.
     */
    public Builder setDestPageIndex(int value) {

      destPageIndex_ = value;
      bitField0_ |= 0x00000008;
      onChanged();
      return this;
    }
    /**
     * int32 dest_page_index = 4;
     * @return This builder for chaining.
     */
    public Builder clearDestPageIndex() {
      bitField0_ = (bitField0_ & ~0x00000008);
      destPageIndex_ = 0;
      onChanged();
      return this;
    }

    private boolean copyAnnotations_ ;
    /**
     * bool copy_annotations = 5;
     * @return The copyAnnotations.
     */
    @java.lang.Override
    public boolean getCopyAnnotations() {
      return copyAnnotations_;
    }
    /**
     * bool copy_annotations = 5;
     * @param value The copyAnnotations to set.
     * @return This builder for chaining.
     */
    public Builder setCopyAnnotations(boolean value) {

      copyAnnotations_ = value;
      bitField0_ |= 0x00000010;
      onChanged();
      return this;
    }
    /**
     * bool copy_annotations = 5;
     * @return This builder for chaining.
     */
    public Builder clearCopyAnnotations() {
      bitField0_ = (bitField0_ & ~0x00000010);
      copyAnnotations_ = false;
      onChanged();
      return this;
    }
    @java.lang.Override
    public final Builder setUnknownFields(
        final com.google.protobuf.UnknownFieldSet unknownFields) {
      return super.setUnknownFields(unknownFields);
    }

    @java.lang.Override
    public final Builder mergeUnknownFields(
        final com.google.protobuf.UnknownFieldSet unknownFields) {
      return super.mergeUnknownFields(unknownFields);
    }


    // @@protoc_insertion_point(builder_scope:ironpdfengineproto.PdfiumMergePageObjectsPrependRequestP)
  }

  // @@protoc_insertion_point(class_scope:ironpdfengineproto.PdfiumMergePageObjectsPrependRequestP)
  private static final com.ironsoftware.ironpdf.internal.proto.PdfiumMergePageObjectsPrependRequestP DEFAULT_INSTANCE;
  static {
    DEFAULT_INSTANCE = new com.ironsoftware.ironpdf.internal.proto.PdfiumMergePageObjectsPrependRequestP();
  }

  public static com.ironsoftware.ironpdf.internal.proto.PdfiumMergePageObjectsPrependRequestP getDefaultInstance() {
    return DEFAULT_INSTANCE;
  }

  private static final com.google.protobuf.Parser
      PARSER = new com.google.protobuf.AbstractParser() {
    @java.lang.Override
    public PdfiumMergePageObjectsPrependRequestP parsePartialFrom(
        com.google.protobuf.CodedInputStream input,
        com.google.protobuf.ExtensionRegistryLite extensionRegistry)
        throws com.google.protobuf.InvalidProtocolBufferException {
      Builder builder = newBuilder();
      try {
        builder.mergeFrom(input, extensionRegistry);
      } catch (com.google.protobuf.InvalidProtocolBufferException e) {
        throw e.setUnfinishedMessage(builder.buildPartial());
      } catch (com.google.protobuf.UninitializedMessageException e) {
        throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
      } catch (java.io.IOException e) {
        throw new com.google.protobuf.InvalidProtocolBufferException(e)
            .setUnfinishedMessage(builder.buildPartial());
      }
      return builder.buildPartial();
    }
  };

  public static com.google.protobuf.Parser parser() {
    return PARSER;
  }

  @java.lang.Override
  public com.google.protobuf.Parser getParserForType() {
    return PARSER;
  }

  @java.lang.Override
  public com.ironsoftware.ironpdf.internal.proto.PdfiumMergePageObjectsPrependRequestP getDefaultInstanceForType() {
    return DEFAULT_INSTANCE;
  }

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy