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

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

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: pdfium_font.proto

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

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

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

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

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

  private int resultOrExceptionCase_ = 0;
  @SuppressWarnings("serial")
  private java.lang.Object resultOrException_;
  public enum ResultOrExceptionCase
      implements com.google.protobuf.Internal.EnumLite,
          com.google.protobuf.AbstractMessage.InternalOneOfEnum {
    RESULT(1),
    EXCEPTION(2),
    RESULTOREXCEPTION_NOT_SET(0);
    private final int value;
    private ResultOrExceptionCase(int value) {
      this.value = value;
    }
    /**
     * @param value The number of the enum to look for.
     * @return The enum associated with the given number.
     * @deprecated Use {@link #forNumber(int)} instead.
     */
    @java.lang.Deprecated
    public static ResultOrExceptionCase valueOf(int value) {
      return forNumber(value);
    }

    public static ResultOrExceptionCase forNumber(int value) {
      switch (value) {
        case 1: return RESULT;
        case 2: return EXCEPTION;
        case 0: return RESULTOREXCEPTION_NOT_SET;
        default: return null;
      }
    }
    public int getNumber() {
      return this.value;
    }
  };

  public ResultOrExceptionCase
  getResultOrExceptionCase() {
    return ResultOrExceptionCase.forNumber(
        resultOrExceptionCase_);
  }

  public static final int RESULT_FIELD_NUMBER = 1;
  /**
   * .ironpdfengineproto.PdfiumFontInfoP result = 1;
   * @return Whether the result field is set.
   */
  @java.lang.Override
  public boolean hasResult() {
    return resultOrExceptionCase_ == 1;
  }
  /**
   * .ironpdfengineproto.PdfiumFontInfoP result = 1;
   * @return The result.
   */
  @java.lang.Override
  public com.ironsoftware.ironpdf.internal.proto.PdfiumFontInfoP getResult() {
    if (resultOrExceptionCase_ == 1) {
       return (com.ironsoftware.ironpdf.internal.proto.PdfiumFontInfoP) resultOrException_;
    }
    return com.ironsoftware.ironpdf.internal.proto.PdfiumFontInfoP.getDefaultInstance();
  }
  /**
   * .ironpdfengineproto.PdfiumFontInfoP result = 1;
   */
  @java.lang.Override
  public com.ironsoftware.ironpdf.internal.proto.PdfiumFontInfoPOrBuilder getResultOrBuilder() {
    if (resultOrExceptionCase_ == 1) {
       return (com.ironsoftware.ironpdf.internal.proto.PdfiumFontInfoP) resultOrException_;
    }
    return com.ironsoftware.ironpdf.internal.proto.PdfiumFontInfoP.getDefaultInstance();
  }

  public static final int EXCEPTION_FIELD_NUMBER = 2;
  /**
   * .ironpdfengineproto.RemoteExceptionP exception = 2;
   * @return Whether the exception field is set.
   */
  @java.lang.Override
  public boolean hasException() {
    return resultOrExceptionCase_ == 2;
  }
  /**
   * .ironpdfengineproto.RemoteExceptionP exception = 2;
   * @return The exception.
   */
  @java.lang.Override
  public com.ironsoftware.ironpdf.internal.proto.RemoteExceptionP getException() {
    if (resultOrExceptionCase_ == 2) {
       return (com.ironsoftware.ironpdf.internal.proto.RemoteExceptionP) resultOrException_;
    }
    return com.ironsoftware.ironpdf.internal.proto.RemoteExceptionP.getDefaultInstance();
  }
  /**
   * .ironpdfengineproto.RemoteExceptionP exception = 2;
   */
  @java.lang.Override
  public com.ironsoftware.ironpdf.internal.proto.RemoteExceptionPOrBuilder getExceptionOrBuilder() {
    if (resultOrExceptionCase_ == 2) {
       return (com.ironsoftware.ironpdf.internal.proto.RemoteExceptionP) resultOrException_;
    }
    return com.ironsoftware.ironpdf.internal.proto.RemoteExceptionP.getDefaultInstance();
  }

  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 (resultOrExceptionCase_ == 1) {
      output.writeMessage(1, (com.ironsoftware.ironpdf.internal.proto.PdfiumFontInfoP) resultOrException_);
    }
    if (resultOrExceptionCase_ == 2) {
      output.writeMessage(2, (com.ironsoftware.ironpdf.internal.proto.RemoteExceptionP) resultOrException_);
    }
    getUnknownFields().writeTo(output);
  }

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

    size = 0;
    if (resultOrExceptionCase_ == 1) {
      size += com.google.protobuf.CodedOutputStream
        .computeMessageSize(1, (com.ironsoftware.ironpdf.internal.proto.PdfiumFontInfoP) resultOrException_);
    }
    if (resultOrExceptionCase_ == 2) {
      size += com.google.protobuf.CodedOutputStream
        .computeMessageSize(2, (com.ironsoftware.ironpdf.internal.proto.RemoteExceptionP) resultOrException_);
    }
    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.PdfiumAddFontViaStandardFontNameResultP)) {
      return super.equals(obj);
    }
    com.ironsoftware.ironpdf.internal.proto.PdfiumAddFontViaStandardFontNameResultP other = (com.ironsoftware.ironpdf.internal.proto.PdfiumAddFontViaStandardFontNameResultP) obj;

    if (!getResultOrExceptionCase().equals(other.getResultOrExceptionCase())) return false;
    switch (resultOrExceptionCase_) {
      case 1:
        if (!getResult()
            .equals(other.getResult())) return false;
        break;
      case 2:
        if (!getException()
            .equals(other.getException())) return false;
        break;
      case 0:
      default:
    }
    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();
    switch (resultOrExceptionCase_) {
      case 1:
        hash = (37 * hash) + RESULT_FIELD_NUMBER;
        hash = (53 * hash) + getResult().hashCode();
        break;
      case 2:
        hash = (37 * hash) + EXCEPTION_FIELD_NUMBER;
        hash = (53 * hash) + getException().hashCode();
        break;
      case 0:
      default:
    }
    hash = (29 * hash) + getUnknownFields().hashCode();
    memoizedHashCode = hash;
    return hash;
  }

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

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

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

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

    }

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

    }
    @java.lang.Override
    public Builder clear() {
      super.clear();
      bitField0_ = 0;
      if (resultBuilder_ != null) {
        resultBuilder_.clear();
      }
      if (exceptionBuilder_ != null) {
        exceptionBuilder_.clear();
      }
      resultOrExceptionCase_ = 0;
      resultOrException_ = null;
      return this;
    }

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

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

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

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

    private void buildPartial0(com.ironsoftware.ironpdf.internal.proto.PdfiumAddFontViaStandardFontNameResultP result) {
      int from_bitField0_ = bitField0_;
    }

    private void buildPartialOneofs(com.ironsoftware.ironpdf.internal.proto.PdfiumAddFontViaStandardFontNameResultP result) {
      result.resultOrExceptionCase_ = resultOrExceptionCase_;
      result.resultOrException_ = this.resultOrException_;
      if (resultOrExceptionCase_ == 1 &&
          resultBuilder_ != null) {
        result.resultOrException_ = resultBuilder_.build();
      }
      if (resultOrExceptionCase_ == 2 &&
          exceptionBuilder_ != null) {
        result.resultOrException_ = exceptionBuilder_.build();
      }
    }

    @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.PdfiumAddFontViaStandardFontNameResultP) {
        return mergeFrom((com.ironsoftware.ironpdf.internal.proto.PdfiumAddFontViaStandardFontNameResultP)other);
      } else {
        super.mergeFrom(other);
        return this;
      }
    }

    public Builder mergeFrom(com.ironsoftware.ironpdf.internal.proto.PdfiumAddFontViaStandardFontNameResultP other) {
      if (other == com.ironsoftware.ironpdf.internal.proto.PdfiumAddFontViaStandardFontNameResultP.getDefaultInstance()) return this;
      switch (other.getResultOrExceptionCase()) {
        case RESULT: {
          mergeResult(other.getResult());
          break;
        }
        case EXCEPTION: {
          mergeException(other.getException());
          break;
        }
        case RESULTOREXCEPTION_NOT_SET: {
          break;
        }
      }
      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(
                  getResultFieldBuilder().getBuilder(),
                  extensionRegistry);
              resultOrExceptionCase_ = 1;
              break;
            } // case 10
            case 18: {
              input.readMessage(
                  getExceptionFieldBuilder().getBuilder(),
                  extensionRegistry);
              resultOrExceptionCase_ = 2;
              break;
            } // case 18
            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 resultOrExceptionCase_ = 0;
    private java.lang.Object resultOrException_;
    public ResultOrExceptionCase
        getResultOrExceptionCase() {
      return ResultOrExceptionCase.forNumber(
          resultOrExceptionCase_);
    }

    public Builder clearResultOrException() {
      resultOrExceptionCase_ = 0;
      resultOrException_ = null;
      onChanged();
      return this;
    }

    private int bitField0_;

    private com.google.protobuf.SingleFieldBuilderV3<
        com.ironsoftware.ironpdf.internal.proto.PdfiumFontInfoP, com.ironsoftware.ironpdf.internal.proto.PdfiumFontInfoP.Builder, com.ironsoftware.ironpdf.internal.proto.PdfiumFontInfoPOrBuilder> resultBuilder_;
    /**
     * .ironpdfengineproto.PdfiumFontInfoP result = 1;
     * @return Whether the result field is set.
     */
    @java.lang.Override
    public boolean hasResult() {
      return resultOrExceptionCase_ == 1;
    }
    /**
     * .ironpdfengineproto.PdfiumFontInfoP result = 1;
     * @return The result.
     */
    @java.lang.Override
    public com.ironsoftware.ironpdf.internal.proto.PdfiumFontInfoP getResult() {
      if (resultBuilder_ == null) {
        if (resultOrExceptionCase_ == 1) {
          return (com.ironsoftware.ironpdf.internal.proto.PdfiumFontInfoP) resultOrException_;
        }
        return com.ironsoftware.ironpdf.internal.proto.PdfiumFontInfoP.getDefaultInstance();
      } else {
        if (resultOrExceptionCase_ == 1) {
          return resultBuilder_.getMessage();
        }
        return com.ironsoftware.ironpdf.internal.proto.PdfiumFontInfoP.getDefaultInstance();
      }
    }
    /**
     * .ironpdfengineproto.PdfiumFontInfoP result = 1;
     */
    public Builder setResult(com.ironsoftware.ironpdf.internal.proto.PdfiumFontInfoP value) {
      if (resultBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        resultOrException_ = value;
        onChanged();
      } else {
        resultBuilder_.setMessage(value);
      }
      resultOrExceptionCase_ = 1;
      return this;
    }
    /**
     * .ironpdfengineproto.PdfiumFontInfoP result = 1;
     */
    public Builder setResult(
        com.ironsoftware.ironpdf.internal.proto.PdfiumFontInfoP.Builder builderForValue) {
      if (resultBuilder_ == null) {
        resultOrException_ = builderForValue.build();
        onChanged();
      } else {
        resultBuilder_.setMessage(builderForValue.build());
      }
      resultOrExceptionCase_ = 1;
      return this;
    }
    /**
     * .ironpdfengineproto.PdfiumFontInfoP result = 1;
     */
    public Builder mergeResult(com.ironsoftware.ironpdf.internal.proto.PdfiumFontInfoP value) {
      if (resultBuilder_ == null) {
        if (resultOrExceptionCase_ == 1 &&
            resultOrException_ != com.ironsoftware.ironpdf.internal.proto.PdfiumFontInfoP.getDefaultInstance()) {
          resultOrException_ = com.ironsoftware.ironpdf.internal.proto.PdfiumFontInfoP.newBuilder((com.ironsoftware.ironpdf.internal.proto.PdfiumFontInfoP) resultOrException_)
              .mergeFrom(value).buildPartial();
        } else {
          resultOrException_ = value;
        }
        onChanged();
      } else {
        if (resultOrExceptionCase_ == 1) {
          resultBuilder_.mergeFrom(value);
        } else {
          resultBuilder_.setMessage(value);
        }
      }
      resultOrExceptionCase_ = 1;
      return this;
    }
    /**
     * .ironpdfengineproto.PdfiumFontInfoP result = 1;
     */
    public Builder clearResult() {
      if (resultBuilder_ == null) {
        if (resultOrExceptionCase_ == 1) {
          resultOrExceptionCase_ = 0;
          resultOrException_ = null;
          onChanged();
        }
      } else {
        if (resultOrExceptionCase_ == 1) {
          resultOrExceptionCase_ = 0;
          resultOrException_ = null;
        }
        resultBuilder_.clear();
      }
      return this;
    }
    /**
     * .ironpdfengineproto.PdfiumFontInfoP result = 1;
     */
    public com.ironsoftware.ironpdf.internal.proto.PdfiumFontInfoP.Builder getResultBuilder() {
      return getResultFieldBuilder().getBuilder();
    }
    /**
     * .ironpdfengineproto.PdfiumFontInfoP result = 1;
     */
    @java.lang.Override
    public com.ironsoftware.ironpdf.internal.proto.PdfiumFontInfoPOrBuilder getResultOrBuilder() {
      if ((resultOrExceptionCase_ == 1) && (resultBuilder_ != null)) {
        return resultBuilder_.getMessageOrBuilder();
      } else {
        if (resultOrExceptionCase_ == 1) {
          return (com.ironsoftware.ironpdf.internal.proto.PdfiumFontInfoP) resultOrException_;
        }
        return com.ironsoftware.ironpdf.internal.proto.PdfiumFontInfoP.getDefaultInstance();
      }
    }
    /**
     * .ironpdfengineproto.PdfiumFontInfoP result = 1;
     */
    private com.google.protobuf.SingleFieldBuilderV3<
        com.ironsoftware.ironpdf.internal.proto.PdfiumFontInfoP, com.ironsoftware.ironpdf.internal.proto.PdfiumFontInfoP.Builder, com.ironsoftware.ironpdf.internal.proto.PdfiumFontInfoPOrBuilder> 
        getResultFieldBuilder() {
      if (resultBuilder_ == null) {
        if (!(resultOrExceptionCase_ == 1)) {
          resultOrException_ = com.ironsoftware.ironpdf.internal.proto.PdfiumFontInfoP.getDefaultInstance();
        }
        resultBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
            com.ironsoftware.ironpdf.internal.proto.PdfiumFontInfoP, com.ironsoftware.ironpdf.internal.proto.PdfiumFontInfoP.Builder, com.ironsoftware.ironpdf.internal.proto.PdfiumFontInfoPOrBuilder>(
                (com.ironsoftware.ironpdf.internal.proto.PdfiumFontInfoP) resultOrException_,
                getParentForChildren(),
                isClean());
        resultOrException_ = null;
      }
      resultOrExceptionCase_ = 1;
      onChanged();
      return resultBuilder_;
    }

    private com.google.protobuf.SingleFieldBuilderV3<
        com.ironsoftware.ironpdf.internal.proto.RemoteExceptionP, com.ironsoftware.ironpdf.internal.proto.RemoteExceptionP.Builder, com.ironsoftware.ironpdf.internal.proto.RemoteExceptionPOrBuilder> exceptionBuilder_;
    /**
     * .ironpdfengineproto.RemoteExceptionP exception = 2;
     * @return Whether the exception field is set.
     */
    @java.lang.Override
    public boolean hasException() {
      return resultOrExceptionCase_ == 2;
    }
    /**
     * .ironpdfengineproto.RemoteExceptionP exception = 2;
     * @return The exception.
     */
    @java.lang.Override
    public com.ironsoftware.ironpdf.internal.proto.RemoteExceptionP getException() {
      if (exceptionBuilder_ == null) {
        if (resultOrExceptionCase_ == 2) {
          return (com.ironsoftware.ironpdf.internal.proto.RemoteExceptionP) resultOrException_;
        }
        return com.ironsoftware.ironpdf.internal.proto.RemoteExceptionP.getDefaultInstance();
      } else {
        if (resultOrExceptionCase_ == 2) {
          return exceptionBuilder_.getMessage();
        }
        return com.ironsoftware.ironpdf.internal.proto.RemoteExceptionP.getDefaultInstance();
      }
    }
    /**
     * .ironpdfengineproto.RemoteExceptionP exception = 2;
     */
    public Builder setException(com.ironsoftware.ironpdf.internal.proto.RemoteExceptionP value) {
      if (exceptionBuilder_ == null) {
        if (value == null) {
          throw new NullPointerException();
        }
        resultOrException_ = value;
        onChanged();
      } else {
        exceptionBuilder_.setMessage(value);
      }
      resultOrExceptionCase_ = 2;
      return this;
    }
    /**
     * .ironpdfengineproto.RemoteExceptionP exception = 2;
     */
    public Builder setException(
        com.ironsoftware.ironpdf.internal.proto.RemoteExceptionP.Builder builderForValue) {
      if (exceptionBuilder_ == null) {
        resultOrException_ = builderForValue.build();
        onChanged();
      } else {
        exceptionBuilder_.setMessage(builderForValue.build());
      }
      resultOrExceptionCase_ = 2;
      return this;
    }
    /**
     * .ironpdfengineproto.RemoteExceptionP exception = 2;
     */
    public Builder mergeException(com.ironsoftware.ironpdf.internal.proto.RemoteExceptionP value) {
      if (exceptionBuilder_ == null) {
        if (resultOrExceptionCase_ == 2 &&
            resultOrException_ != com.ironsoftware.ironpdf.internal.proto.RemoteExceptionP.getDefaultInstance()) {
          resultOrException_ = com.ironsoftware.ironpdf.internal.proto.RemoteExceptionP.newBuilder((com.ironsoftware.ironpdf.internal.proto.RemoteExceptionP) resultOrException_)
              .mergeFrom(value).buildPartial();
        } else {
          resultOrException_ = value;
        }
        onChanged();
      } else {
        if (resultOrExceptionCase_ == 2) {
          exceptionBuilder_.mergeFrom(value);
        } else {
          exceptionBuilder_.setMessage(value);
        }
      }
      resultOrExceptionCase_ = 2;
      return this;
    }
    /**
     * .ironpdfengineproto.RemoteExceptionP exception = 2;
     */
    public Builder clearException() {
      if (exceptionBuilder_ == null) {
        if (resultOrExceptionCase_ == 2) {
          resultOrExceptionCase_ = 0;
          resultOrException_ = null;
          onChanged();
        }
      } else {
        if (resultOrExceptionCase_ == 2) {
          resultOrExceptionCase_ = 0;
          resultOrException_ = null;
        }
        exceptionBuilder_.clear();
      }
      return this;
    }
    /**
     * .ironpdfengineproto.RemoteExceptionP exception = 2;
     */
    public com.ironsoftware.ironpdf.internal.proto.RemoteExceptionP.Builder getExceptionBuilder() {
      return getExceptionFieldBuilder().getBuilder();
    }
    /**
     * .ironpdfengineproto.RemoteExceptionP exception = 2;
     */
    @java.lang.Override
    public com.ironsoftware.ironpdf.internal.proto.RemoteExceptionPOrBuilder getExceptionOrBuilder() {
      if ((resultOrExceptionCase_ == 2) && (exceptionBuilder_ != null)) {
        return exceptionBuilder_.getMessageOrBuilder();
      } else {
        if (resultOrExceptionCase_ == 2) {
          return (com.ironsoftware.ironpdf.internal.proto.RemoteExceptionP) resultOrException_;
        }
        return com.ironsoftware.ironpdf.internal.proto.RemoteExceptionP.getDefaultInstance();
      }
    }
    /**
     * .ironpdfengineproto.RemoteExceptionP exception = 2;
     */
    private com.google.protobuf.SingleFieldBuilderV3<
        com.ironsoftware.ironpdf.internal.proto.RemoteExceptionP, com.ironsoftware.ironpdf.internal.proto.RemoteExceptionP.Builder, com.ironsoftware.ironpdf.internal.proto.RemoteExceptionPOrBuilder> 
        getExceptionFieldBuilder() {
      if (exceptionBuilder_ == null) {
        if (!(resultOrExceptionCase_ == 2)) {
          resultOrException_ = com.ironsoftware.ironpdf.internal.proto.RemoteExceptionP.getDefaultInstance();
        }
        exceptionBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
            com.ironsoftware.ironpdf.internal.proto.RemoteExceptionP, com.ironsoftware.ironpdf.internal.proto.RemoteExceptionP.Builder, com.ironsoftware.ironpdf.internal.proto.RemoteExceptionPOrBuilder>(
                (com.ironsoftware.ironpdf.internal.proto.RemoteExceptionP) resultOrException_,
                getParentForChildren(),
                isClean());
        resultOrException_ = null;
      }
      resultOrExceptionCase_ = 2;
      onChanged();
      return exceptionBuilder_;
    }
    @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.PdfiumAddFontViaStandardFontNameResultP)
  }

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

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

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

}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy