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

com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationCollectionP 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.9.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: pdfium_annotation.proto

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

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

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

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

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

  public static final int ANNOTATIONS_FIELD_NUMBER = 1;
  @SuppressWarnings("serial")
  private java.util.List annotations_;
  /**
   * repeated .ironpdfengineproto.PdfiumWrappedPdfAnnotationP annotations = 1;
   */
  @java.lang.Override
  public java.util.List getAnnotationsList() {
    return annotations_;
  }
  /**
   * repeated .ironpdfengineproto.PdfiumWrappedPdfAnnotationP annotations = 1;
   */
  @java.lang.Override
  public java.util.List 
      getAnnotationsOrBuilderList() {
    return annotations_;
  }
  /**
   * repeated .ironpdfengineproto.PdfiumWrappedPdfAnnotationP annotations = 1;
   */
  @java.lang.Override
  public int getAnnotationsCount() {
    return annotations_.size();
  }
  /**
   * repeated .ironpdfengineproto.PdfiumWrappedPdfAnnotationP annotations = 1;
   */
  @java.lang.Override
  public com.ironsoftware.ironpdf.internal.proto.PdfiumWrappedPdfAnnotationP getAnnotations(int index) {
    return annotations_.get(index);
  }
  /**
   * repeated .ironpdfengineproto.PdfiumWrappedPdfAnnotationP annotations = 1;
   */
  @java.lang.Override
  public com.ironsoftware.ironpdf.internal.proto.PdfiumWrappedPdfAnnotationPOrBuilder getAnnotationsOrBuilder(
      int index) {
    return annotations_.get(index);
  }

  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 {
    for (int i = 0; i < annotations_.size(); i++) {
      output.writeMessage(1, annotations_.get(i));
    }
    getUnknownFields().writeTo(output);
  }

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

    size = 0;
    for (int i = 0; i < annotations_.size(); i++) {
      size += com.google.protobuf.CodedOutputStream
        .computeMessageSize(1, annotations_.get(i));
    }
    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.PdfiumPdfAnnotationCollectionP)) {
      return super.equals(obj);
    }
    com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationCollectionP other = (com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationCollectionP) obj;

    if (!getAnnotationsList()
        .equals(other.getAnnotationsList())) 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 (getAnnotationsCount() > 0) {
      hash = (37 * hash) + ANNOTATIONS_FIELD_NUMBER;
      hash = (53 * hash) + getAnnotationsList().hashCode();
    }
    hash = (29 * hash) + getUnknownFields().hashCode();
    memoizedHashCode = hash;
    return hash;
  }

  public static com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationCollectionP parseFrom(
      java.nio.ByteBuffer data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationCollectionP 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.PdfiumPdfAnnotationCollectionP parseFrom(
      com.google.protobuf.ByteString data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationCollectionP 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.PdfiumPdfAnnotationCollectionP parseFrom(byte[] data)
      throws com.google.protobuf.InvalidProtocolBufferException {
    return PARSER.parseFrom(data);
  }
  public static com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationCollectionP 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.PdfiumPdfAnnotationCollectionP parseFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseWithIOException(PARSER, input);
  }
  public static com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationCollectionP 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.PdfiumPdfAnnotationCollectionP parseDelimitedFrom(java.io.InputStream input)
      throws java.io.IOException {
    return com.google.protobuf.GeneratedMessageV3
        .parseDelimitedWithIOException(PARSER, input);
  }

  public static com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationCollectionP 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.PdfiumPdfAnnotationCollectionP 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.PdfiumPdfAnnotationCollectionP 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.PdfiumPdfAnnotationCollectionP 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.PdfiumPdfAnnotationCollectionP}
   */
  public static final class Builder extends
      com.google.protobuf.GeneratedMessageV3.Builder implements
      // @@protoc_insertion_point(builder_implements:ironpdfengineproto.PdfiumPdfAnnotationCollectionP)
      com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationCollectionPOrBuilder {
    public static final com.google.protobuf.Descriptors.Descriptor
        getDescriptor() {
      return com.ironsoftware.ironpdf.internal.proto.PdfiumAnnotation.internal_static_ironpdfengineproto_PdfiumPdfAnnotationCollectionP_descriptor;
    }

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

    // Construct using com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationCollectionP.newBuilder()
    private Builder() {

    }

    private Builder(
        com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
      super(parent);

    }
    @java.lang.Override
    public Builder clear() {
      super.clear();
      bitField0_ = 0;
      if (annotationsBuilder_ == null) {
        annotations_ = java.util.Collections.emptyList();
      } else {
        annotations_ = null;
        annotationsBuilder_.clear();
      }
      bitField0_ = (bitField0_ & ~0x00000001);
      return this;
    }

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

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

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

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

    private void buildPartialRepeatedFields(com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationCollectionP result) {
      if (annotationsBuilder_ == null) {
        if (((bitField0_ & 0x00000001) != 0)) {
          annotations_ = java.util.Collections.unmodifiableList(annotations_);
          bitField0_ = (bitField0_ & ~0x00000001);
        }
        result.annotations_ = annotations_;
      } else {
        result.annotations_ = annotationsBuilder_.build();
      }
    }

    private void buildPartial0(com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationCollectionP result) {
      int from_bitField0_ = 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.PdfiumPdfAnnotationCollectionP) {
        return mergeFrom((com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationCollectionP)other);
      } else {
        super.mergeFrom(other);
        return this;
      }
    }

    public Builder mergeFrom(com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationCollectionP other) {
      if (other == com.ironsoftware.ironpdf.internal.proto.PdfiumPdfAnnotationCollectionP.getDefaultInstance()) return this;
      if (annotationsBuilder_ == null) {
        if (!other.annotations_.isEmpty()) {
          if (annotations_.isEmpty()) {
            annotations_ = other.annotations_;
            bitField0_ = (bitField0_ & ~0x00000001);
          } else {
            ensureAnnotationsIsMutable();
            annotations_.addAll(other.annotations_);
          }
          onChanged();
        }
      } else {
        if (!other.annotations_.isEmpty()) {
          if (annotationsBuilder_.isEmpty()) {
            annotationsBuilder_.dispose();
            annotationsBuilder_ = null;
            annotations_ = other.annotations_;
            bitField0_ = (bitField0_ & ~0x00000001);
            annotationsBuilder_ = 
              com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders ?
                 getAnnotationsFieldBuilder() : null;
          } else {
            annotationsBuilder_.addAllMessages(other.annotations_);
          }
        }
      }
      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: {
              com.ironsoftware.ironpdf.internal.proto.PdfiumWrappedPdfAnnotationP m =
                  input.readMessage(
                      com.ironsoftware.ironpdf.internal.proto.PdfiumWrappedPdfAnnotationP.parser(),
                      extensionRegistry);
              if (annotationsBuilder_ == null) {
                ensureAnnotationsIsMutable();
                annotations_.add(m);
              } else {
                annotationsBuilder_.addMessage(m);
              }
              break;
            } // case 10
            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 java.util.List annotations_ =
      java.util.Collections.emptyList();
    private void ensureAnnotationsIsMutable() {
      if (!((bitField0_ & 0x00000001) != 0)) {
        annotations_ = new java.util.ArrayList(annotations_);
        bitField0_ |= 0x00000001;
       }
    }

    private com.google.protobuf.RepeatedFieldBuilderV3<
        com.ironsoftware.ironpdf.internal.proto.PdfiumWrappedPdfAnnotationP, com.ironsoftware.ironpdf.internal.proto.PdfiumWrappedPdfAnnotationP.Builder, com.ironsoftware.ironpdf.internal.proto.PdfiumWrappedPdfAnnotationPOrBuilder> annotationsBuilder_;

    /**
     * repeated .ironpdfengineproto.PdfiumWrappedPdfAnnotationP annotations = 1;
     */
    public java.util.List getAnnotationsList() {
      if (annotationsBuilder_ == null) {
        return java.util.Collections.unmodifiableList(annotations_);
      } else {
        return annotationsBuilder_.getMessageList();
      }
    }
    /**
     * repeated .ironpdfengineproto.PdfiumWrappedPdfAnnotationP annotations = 1;
     */
    public int getAnnotationsCount() {
      if (annotationsBuilder_ == null) {
        return annotations_.size();
      } else {
        return annotationsBuilder_.getCount();
      }
    }
    /**
     * repeated .ironpdfengineproto.PdfiumWrappedPdfAnnotationP annotations = 1;
     */
    public com.ironsoftware.ironpdf.internal.proto.PdfiumWrappedPdfAnnotationP getAnnotations(int index) {
      if (annotationsBuilder_ == null) {
        return annotations_.get(index);
      } else {
        return annotationsBuilder_.getMessage(index);
      }
    }
    /**
     * repeated .ironpdfengineproto.PdfiumWrappedPdfAnnotationP annotations = 1;
     */
    public Builder setAnnotations(
        int index, com.ironsoftware.ironpdf.internal.proto.PdfiumWrappedPdfAnnotationP value) {
      if (annotationsBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensureAnnotationsIsMutable();
        annotations_.set(index, value);
        onChanged();
      } else {
        annotationsBuilder_.setMessage(index, value);
      }
      return this;
    }
    /**
     * repeated .ironpdfengineproto.PdfiumWrappedPdfAnnotationP annotations = 1;
     */
    public Builder setAnnotations(
        int index, com.ironsoftware.ironpdf.internal.proto.PdfiumWrappedPdfAnnotationP.Builder builderForValue) {
      if (annotationsBuilder_ == null) {
        ensureAnnotationsIsMutable();
        annotations_.set(index, builderForValue.build());
        onChanged();
      } else {
        annotationsBuilder_.setMessage(index, builderForValue.build());
      }
      return this;
    }
    /**
     * repeated .ironpdfengineproto.PdfiumWrappedPdfAnnotationP annotations = 1;
     */
    public Builder addAnnotations(com.ironsoftware.ironpdf.internal.proto.PdfiumWrappedPdfAnnotationP value) {
      if (annotationsBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensureAnnotationsIsMutable();
        annotations_.add(value);
        onChanged();
      } else {
        annotationsBuilder_.addMessage(value);
      }
      return this;
    }
    /**
     * repeated .ironpdfengineproto.PdfiumWrappedPdfAnnotationP annotations = 1;
     */
    public Builder addAnnotations(
        int index, com.ironsoftware.ironpdf.internal.proto.PdfiumWrappedPdfAnnotationP value) {
      if (annotationsBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        ensureAnnotationsIsMutable();
        annotations_.add(index, value);
        onChanged();
      } else {
        annotationsBuilder_.addMessage(index, value);
      }
      return this;
    }
    /**
     * repeated .ironpdfengineproto.PdfiumWrappedPdfAnnotationP annotations = 1;
     */
    public Builder addAnnotations(
        com.ironsoftware.ironpdf.internal.proto.PdfiumWrappedPdfAnnotationP.Builder builderForValue) {
      if (annotationsBuilder_ == null) {
        ensureAnnotationsIsMutable();
        annotations_.add(builderForValue.build());
        onChanged();
      } else {
        annotationsBuilder_.addMessage(builderForValue.build());
      }
      return this;
    }
    /**
     * repeated .ironpdfengineproto.PdfiumWrappedPdfAnnotationP annotations = 1;
     */
    public Builder addAnnotations(
        int index, com.ironsoftware.ironpdf.internal.proto.PdfiumWrappedPdfAnnotationP.Builder builderForValue) {
      if (annotationsBuilder_ == null) {
        ensureAnnotationsIsMutable();
        annotations_.add(index, builderForValue.build());
        onChanged();
      } else {
        annotationsBuilder_.addMessage(index, builderForValue.build());
      }
      return this;
    }
    /**
     * repeated .ironpdfengineproto.PdfiumWrappedPdfAnnotationP annotations = 1;
     */
    public Builder addAllAnnotations(
        java.lang.Iterable values) {
      if (annotationsBuilder_ == null) {
        ensureAnnotationsIsMutable();
        com.google.protobuf.AbstractMessageLite.Builder.addAll(
            values, annotations_);
        onChanged();
      } else {
        annotationsBuilder_.addAllMessages(values);
      }
      return this;
    }
    /**
     * repeated .ironpdfengineproto.PdfiumWrappedPdfAnnotationP annotations = 1;
     */
    public Builder clearAnnotations() {
      if (annotationsBuilder_ == null) {
        annotations_ = java.util.Collections.emptyList();
        bitField0_ = (bitField0_ & ~0x00000001);
        onChanged();
      } else {
        annotationsBuilder_.clear();
      }
      return this;
    }
    /**
     * repeated .ironpdfengineproto.PdfiumWrappedPdfAnnotationP annotations = 1;
     */
    public Builder removeAnnotations(int index) {
      if (annotationsBuilder_ == null) {
        ensureAnnotationsIsMutable();
        annotations_.remove(index);
        onChanged();
      } else {
        annotationsBuilder_.remove(index);
      }
      return this;
    }
    /**
     * repeated .ironpdfengineproto.PdfiumWrappedPdfAnnotationP annotations = 1;
     */
    public com.ironsoftware.ironpdf.internal.proto.PdfiumWrappedPdfAnnotationP.Builder getAnnotationsBuilder(
        int index) {
      return getAnnotationsFieldBuilder().getBuilder(index);
    }
    /**
     * repeated .ironpdfengineproto.PdfiumWrappedPdfAnnotationP annotations = 1;
     */
    public com.ironsoftware.ironpdf.internal.proto.PdfiumWrappedPdfAnnotationPOrBuilder getAnnotationsOrBuilder(
        int index) {
      if (annotationsBuilder_ == null) {
        return annotations_.get(index);  } else {
        return annotationsBuilder_.getMessageOrBuilder(index);
      }
    }
    /**
     * repeated .ironpdfengineproto.PdfiumWrappedPdfAnnotationP annotations = 1;
     */
    public java.util.List 
         getAnnotationsOrBuilderList() {
      if (annotationsBuilder_ != null) {
        return annotationsBuilder_.getMessageOrBuilderList();
      } else {
        return java.util.Collections.unmodifiableList(annotations_);
      }
    }
    /**
     * repeated .ironpdfengineproto.PdfiumWrappedPdfAnnotationP annotations = 1;
     */
    public com.ironsoftware.ironpdf.internal.proto.PdfiumWrappedPdfAnnotationP.Builder addAnnotationsBuilder() {
      return getAnnotationsFieldBuilder().addBuilder(
          com.ironsoftware.ironpdf.internal.proto.PdfiumWrappedPdfAnnotationP.getDefaultInstance());
    }
    /**
     * repeated .ironpdfengineproto.PdfiumWrappedPdfAnnotationP annotations = 1;
     */
    public com.ironsoftware.ironpdf.internal.proto.PdfiumWrappedPdfAnnotationP.Builder addAnnotationsBuilder(
        int index) {
      return getAnnotationsFieldBuilder().addBuilder(
          index, com.ironsoftware.ironpdf.internal.proto.PdfiumWrappedPdfAnnotationP.getDefaultInstance());
    }
    /**
     * repeated .ironpdfengineproto.PdfiumWrappedPdfAnnotationP annotations = 1;
     */
    public java.util.List 
         getAnnotationsBuilderList() {
      return getAnnotationsFieldBuilder().getBuilderList();
    }
    private com.google.protobuf.RepeatedFieldBuilderV3<
        com.ironsoftware.ironpdf.internal.proto.PdfiumWrappedPdfAnnotationP, com.ironsoftware.ironpdf.internal.proto.PdfiumWrappedPdfAnnotationP.Builder, com.ironsoftware.ironpdf.internal.proto.PdfiumWrappedPdfAnnotationPOrBuilder> 
        getAnnotationsFieldBuilder() {
      if (annotationsBuilder_ == null) {
        annotationsBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
            com.ironsoftware.ironpdf.internal.proto.PdfiumWrappedPdfAnnotationP, com.ironsoftware.ironpdf.internal.proto.PdfiumWrappedPdfAnnotationP.Builder, com.ironsoftware.ironpdf.internal.proto.PdfiumWrappedPdfAnnotationPOrBuilder>(
                annotations_,
                ((bitField0_ & 0x00000001) != 0),
                getParentForChildren(),
                isClean());
        annotations_ = null;
      }
      return annotationsBuilder_;
    }
    @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.PdfiumPdfAnnotationCollectionP)
  }

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

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

  private static final com.google.protobuf.Parser
      PARSER = new com.google.protobuf.AbstractParser() {
    @java.lang.Override
    public PdfiumPdfAnnotationCollectionP 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.PdfiumPdfAnnotationCollectionP getDefaultInstanceForType() {
    return DEFAULT_INSTANCE;
  }

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy