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

com.ironsoftware.ironpdf.internal.proto.PdfiumGetFontInfoAtRequestP 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;

/**
 * 
 * GetFontInfoAt()
 * 
* * Protobuf type {@code ironpdfengineproto.PdfiumGetFontInfoAtRequestP} */ public final class PdfiumGetFontInfoAtRequestP extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:ironpdfengineproto.PdfiumGetFontInfoAtRequestP) PdfiumGetFontInfoAtRequestPOrBuilder { private static final long serialVersionUID = 0L; // Use PdfiumGetFontInfoAtRequestP.newBuilder() to construct. private PdfiumGetFontInfoAtRequestP(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private PdfiumGetFontInfoAtRequestP() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new PdfiumGetFontInfoAtRequestP(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.ironsoftware.ironpdf.internal.proto.PdfiumFont.internal_static_ironpdfengineproto_PdfiumGetFontInfoAtRequestP_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.ironsoftware.ironpdf.internal.proto.PdfiumFont.internal_static_ironpdfengineproto_PdfiumGetFontInfoAtRequestP_fieldAccessorTable .ensureFieldAccessorsInitialized( com.ironsoftware.ironpdf.internal.proto.PdfiumGetFontInfoAtRequestP.class, com.ironsoftware.ironpdf.internal.proto.PdfiumGetFontInfoAtRequestP.Builder.class); } private int bitField0_; public static final int DOCUMENT_FIELD_NUMBER = 1; private com.ironsoftware.ironpdf.internal.proto.PdfDocumentP document_; /** * .ironpdfengineproto.PdfDocumentP document = 1; * @return Whether the document field is set. */ @java.lang.Override public boolean hasDocument() { return ((bitField0_ & 0x00000001) != 0); } /** * .ironpdfengineproto.PdfDocumentP document = 1; * @return The document. */ @java.lang.Override public com.ironsoftware.ironpdf.internal.proto.PdfDocumentP getDocument() { return document_ == null ? com.ironsoftware.ironpdf.internal.proto.PdfDocumentP.getDefaultInstance() : document_; } /** * .ironpdfengineproto.PdfDocumentP document = 1; */ @java.lang.Override public com.ironsoftware.ironpdf.internal.proto.PdfDocumentPOrBuilder getDocumentOrBuilder() { return document_ == null ? com.ironsoftware.ironpdf.internal.proto.PdfDocumentP.getDefaultInstance() : document_; } public static final int FONT_OBJ_NUM_FIELD_NUMBER = 2; private int fontObjNum_ = 0; /** * uint32 font_obj_num = 2; * @return The fontObjNum. */ @java.lang.Override public int getFontObjNum() { return fontObjNum_; } 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, getDocument()); } if (fontObjNum_ != 0) { output.writeUInt32(2, fontObjNum_); } 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, getDocument()); } if (fontObjNum_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(2, fontObjNum_); } 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.PdfiumGetFontInfoAtRequestP)) { return super.equals(obj); } com.ironsoftware.ironpdf.internal.proto.PdfiumGetFontInfoAtRequestP other = (com.ironsoftware.ironpdf.internal.proto.PdfiumGetFontInfoAtRequestP) obj; if (hasDocument() != other.hasDocument()) return false; if (hasDocument()) { if (!getDocument() .equals(other.getDocument())) return false; } if (getFontObjNum() != other.getFontObjNum()) 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 (hasDocument()) { hash = (37 * hash) + DOCUMENT_FIELD_NUMBER; hash = (53 * hash) + getDocument().hashCode(); } hash = (37 * hash) + FONT_OBJ_NUM_FIELD_NUMBER; hash = (53 * hash) + getFontObjNum(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static com.ironsoftware.ironpdf.internal.proto.PdfiumGetFontInfoAtRequestP parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.ironsoftware.ironpdf.internal.proto.PdfiumGetFontInfoAtRequestP 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.PdfiumGetFontInfoAtRequestP parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.ironsoftware.ironpdf.internal.proto.PdfiumGetFontInfoAtRequestP 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.PdfiumGetFontInfoAtRequestP parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static com.ironsoftware.ironpdf.internal.proto.PdfiumGetFontInfoAtRequestP 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.PdfiumGetFontInfoAtRequestP parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static com.ironsoftware.ironpdf.internal.proto.PdfiumGetFontInfoAtRequestP 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.PdfiumGetFontInfoAtRequestP parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static com.ironsoftware.ironpdf.internal.proto.PdfiumGetFontInfoAtRequestP 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.PdfiumGetFontInfoAtRequestP 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.PdfiumGetFontInfoAtRequestP 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.PdfiumGetFontInfoAtRequestP 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; } /** *
   * GetFontInfoAt()
   * 
* * Protobuf type {@code ironpdfengineproto.PdfiumGetFontInfoAtRequestP} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:ironpdfengineproto.PdfiumGetFontInfoAtRequestP) com.ironsoftware.ironpdf.internal.proto.PdfiumGetFontInfoAtRequestPOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return com.ironsoftware.ironpdf.internal.proto.PdfiumFont.internal_static_ironpdfengineproto_PdfiumGetFontInfoAtRequestP_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return com.ironsoftware.ironpdf.internal.proto.PdfiumFont.internal_static_ironpdfengineproto_PdfiumGetFontInfoAtRequestP_fieldAccessorTable .ensureFieldAccessorsInitialized( com.ironsoftware.ironpdf.internal.proto.PdfiumGetFontInfoAtRequestP.class, com.ironsoftware.ironpdf.internal.proto.PdfiumGetFontInfoAtRequestP.Builder.class); } // Construct using com.ironsoftware.ironpdf.internal.proto.PdfiumGetFontInfoAtRequestP.newBuilder() private Builder() { maybeForceBuilderInitialization(); } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessageV3 .alwaysUseFieldBuilders) { getDocumentFieldBuilder(); } } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; document_ = null; if (documentBuilder_ != null) { documentBuilder_.dispose(); documentBuilder_ = null; } fontObjNum_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return com.ironsoftware.ironpdf.internal.proto.PdfiumFont.internal_static_ironpdfengineproto_PdfiumGetFontInfoAtRequestP_descriptor; } @java.lang.Override public com.ironsoftware.ironpdf.internal.proto.PdfiumGetFontInfoAtRequestP getDefaultInstanceForType() { return com.ironsoftware.ironpdf.internal.proto.PdfiumGetFontInfoAtRequestP.getDefaultInstance(); } @java.lang.Override public com.ironsoftware.ironpdf.internal.proto.PdfiumGetFontInfoAtRequestP build() { com.ironsoftware.ironpdf.internal.proto.PdfiumGetFontInfoAtRequestP result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public com.ironsoftware.ironpdf.internal.proto.PdfiumGetFontInfoAtRequestP buildPartial() { com.ironsoftware.ironpdf.internal.proto.PdfiumGetFontInfoAtRequestP result = new com.ironsoftware.ironpdf.internal.proto.PdfiumGetFontInfoAtRequestP(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(com.ironsoftware.ironpdf.internal.proto.PdfiumGetFontInfoAtRequestP result) { int from_bitField0_ = bitField0_; int to_bitField0_ = 0; if (((from_bitField0_ & 0x00000001) != 0)) { result.document_ = documentBuilder_ == null ? document_ : documentBuilder_.build(); to_bitField0_ |= 0x00000001; } if (((from_bitField0_ & 0x00000002) != 0)) { result.fontObjNum_ = fontObjNum_; } 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.PdfiumGetFontInfoAtRequestP) { return mergeFrom((com.ironsoftware.ironpdf.internal.proto.PdfiumGetFontInfoAtRequestP)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(com.ironsoftware.ironpdf.internal.proto.PdfiumGetFontInfoAtRequestP other) { if (other == com.ironsoftware.ironpdf.internal.proto.PdfiumGetFontInfoAtRequestP.getDefaultInstance()) return this; if (other.hasDocument()) { mergeDocument(other.getDocument()); } if (other.getFontObjNum() != 0) { setFontObjNum(other.getFontObjNum()); } 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( getDocumentFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000001; break; } // case 10 case 16: { fontObjNum_ = input.readUInt32(); bitField0_ |= 0x00000002; break; } // case 16 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 document_; private com.google.protobuf.SingleFieldBuilderV3< com.ironsoftware.ironpdf.internal.proto.PdfDocumentP, com.ironsoftware.ironpdf.internal.proto.PdfDocumentP.Builder, com.ironsoftware.ironpdf.internal.proto.PdfDocumentPOrBuilder> documentBuilder_; /** * .ironpdfengineproto.PdfDocumentP document = 1; * @return Whether the document field is set. */ public boolean hasDocument() { return ((bitField0_ & 0x00000001) != 0); } /** * .ironpdfengineproto.PdfDocumentP document = 1; * @return The document. */ public com.ironsoftware.ironpdf.internal.proto.PdfDocumentP getDocument() { if (documentBuilder_ == null) { return document_ == null ? com.ironsoftware.ironpdf.internal.proto.PdfDocumentP.getDefaultInstance() : document_; } else { return documentBuilder_.getMessage(); } } /** * .ironpdfengineproto.PdfDocumentP document = 1; */ public Builder setDocument(com.ironsoftware.ironpdf.internal.proto.PdfDocumentP value) { if (documentBuilder_ == null) { if (value == null) { throw new NullPointerException(); } document_ = value; } else { documentBuilder_.setMessage(value); } bitField0_ |= 0x00000001; onChanged(); return this; } /** * .ironpdfengineproto.PdfDocumentP document = 1; */ public Builder setDocument( com.ironsoftware.ironpdf.internal.proto.PdfDocumentP.Builder builderForValue) { if (documentBuilder_ == null) { document_ = builderForValue.build(); } else { documentBuilder_.setMessage(builderForValue.build()); } bitField0_ |= 0x00000001; onChanged(); return this; } /** * .ironpdfengineproto.PdfDocumentP document = 1; */ public Builder mergeDocument(com.ironsoftware.ironpdf.internal.proto.PdfDocumentP value) { if (documentBuilder_ == null) { if (((bitField0_ & 0x00000001) != 0) && document_ != null && document_ != com.ironsoftware.ironpdf.internal.proto.PdfDocumentP.getDefaultInstance()) { getDocumentBuilder().mergeFrom(value); } else { document_ = value; } } else { documentBuilder_.mergeFrom(value); } if (document_ != null) { bitField0_ |= 0x00000001; onChanged(); } return this; } /** * .ironpdfengineproto.PdfDocumentP document = 1; */ public Builder clearDocument() { bitField0_ = (bitField0_ & ~0x00000001); document_ = null; if (documentBuilder_ != null) { documentBuilder_.dispose(); documentBuilder_ = null; } onChanged(); return this; } /** * .ironpdfengineproto.PdfDocumentP document = 1; */ public com.ironsoftware.ironpdf.internal.proto.PdfDocumentP.Builder getDocumentBuilder() { bitField0_ |= 0x00000001; onChanged(); return getDocumentFieldBuilder().getBuilder(); } /** * .ironpdfengineproto.PdfDocumentP document = 1; */ public com.ironsoftware.ironpdf.internal.proto.PdfDocumentPOrBuilder getDocumentOrBuilder() { if (documentBuilder_ != null) { return documentBuilder_.getMessageOrBuilder(); } else { return document_ == null ? com.ironsoftware.ironpdf.internal.proto.PdfDocumentP.getDefaultInstance() : document_; } } /** * .ironpdfengineproto.PdfDocumentP 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> getDocumentFieldBuilder() { if (documentBuilder_ == null) { documentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3< com.ironsoftware.ironpdf.internal.proto.PdfDocumentP, com.ironsoftware.ironpdf.internal.proto.PdfDocumentP.Builder, com.ironsoftware.ironpdf.internal.proto.PdfDocumentPOrBuilder>( getDocument(), getParentForChildren(), isClean()); document_ = null; } return documentBuilder_; } private int fontObjNum_ ; /** * uint32 font_obj_num = 2; * @return The fontObjNum. */ @java.lang.Override public int getFontObjNum() { return fontObjNum_; } /** * uint32 font_obj_num = 2; * @param value The fontObjNum to set. * @return This builder for chaining. */ public Builder setFontObjNum(int value) { fontObjNum_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** * uint32 font_obj_num = 2; * @return This builder for chaining. */ public Builder clearFontObjNum() { bitField0_ = (bitField0_ & ~0x00000002); fontObjNum_ = 0; 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.PdfiumGetFontInfoAtRequestP) } // @@protoc_insertion_point(class_scope:ironpdfengineproto.PdfiumGetFontInfoAtRequestP) private static final com.ironsoftware.ironpdf.internal.proto.PdfiumGetFontInfoAtRequestP DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new com.ironsoftware.ironpdf.internal.proto.PdfiumGetFontInfoAtRequestP(); } public static com.ironsoftware.ironpdf.internal.proto.PdfiumGetFontInfoAtRequestP getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public PdfiumGetFontInfoAtRequestP 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.PdfiumGetFontInfoAtRequestP getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy