![JAR search and dependency download from the Maven repository](/logo.png)
com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ironpdf Show documentation
Show all versions of ironpdf Show documentation
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.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: Attachment.proto
package com.ironsoftware.ironpdf.internal.proto;
/**
* Protobuf type {@code IronPdfEngine.Proto.AddPdfAttachmentRequestStream}
*/
public final class AddPdfAttachmentRequestStream extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:IronPdfEngine.Proto.AddPdfAttachmentRequestStream)
AddPdfAttachmentRequestStreamOrBuilder {
private static final long serialVersionUID = 0L;
// Use AddPdfAttachmentRequestStream.newBuilder() to construct.
private AddPdfAttachmentRequestStream(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private AddPdfAttachmentRequestStream() {
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new AddPdfAttachmentRequestStream();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.ironsoftware.ironpdf.internal.proto.Attachment.internal_static_IronPdfEngine_Proto_AddPdfAttachmentRequestStream_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.ironsoftware.ironpdf.internal.proto.Attachment.internal_static_IronPdfEngine_Proto_AddPdfAttachmentRequestStream_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.class, com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Builder.class);
}
public interface InfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:IronPdfEngine.Proto.AddPdfAttachmentRequestStream.Info)
com.google.protobuf.MessageOrBuilder {
/**
* .IronPdfEngine.Proto.PdfDocument document = 1;
* @return Whether the document field is set.
*/
boolean hasDocument();
/**
* .IronPdfEngine.Proto.PdfDocument document = 1;
* @return The document.
*/
com.ironsoftware.ironpdf.internal.proto.PdfDocument getDocument();
/**
* .IronPdfEngine.Proto.PdfDocument document = 1;
*/
com.ironsoftware.ironpdf.internal.proto.PdfDocumentOrBuilder getDocumentOrBuilder();
/**
* string name = 2;
* @return The name.
*/
java.lang.String getName();
/**
* string name = 2;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
}
/**
* Protobuf type {@code IronPdfEngine.Proto.AddPdfAttachmentRequestStream.Info}
*/
public static final class Info extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:IronPdfEngine.Proto.AddPdfAttachmentRequestStream.Info)
InfoOrBuilder {
private static final long serialVersionUID = 0L;
// Use Info.newBuilder() to construct.
private Info(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private Info() {
name_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new Info();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.ironsoftware.ironpdf.internal.proto.Attachment.internal_static_IronPdfEngine_Proto_AddPdfAttachmentRequestStream_Info_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.ironsoftware.ironpdf.internal.proto.Attachment.internal_static_IronPdfEngine_Proto_AddPdfAttachmentRequestStream_Info_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info.class, com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info.Builder.class);
}
public static final int DOCUMENT_FIELD_NUMBER = 1;
private com.ironsoftware.ironpdf.internal.proto.PdfDocument document_;
/**
* .IronPdfEngine.Proto.PdfDocument document = 1;
* @return Whether the document field is set.
*/
@java.lang.Override
public boolean hasDocument() {
return document_ != null;
}
/**
* .IronPdfEngine.Proto.PdfDocument document = 1;
* @return The document.
*/
@java.lang.Override
public com.ironsoftware.ironpdf.internal.proto.PdfDocument getDocument() {
return document_ == null ? com.ironsoftware.ironpdf.internal.proto.PdfDocument.getDefaultInstance() : document_;
}
/**
* .IronPdfEngine.Proto.PdfDocument document = 1;
*/
@java.lang.Override
public com.ironsoftware.ironpdf.internal.proto.PdfDocumentOrBuilder getDocumentOrBuilder() {
return getDocument();
}
public static final int NAME_FIELD_NUMBER = 2;
private volatile java.lang.Object name_;
/**
* string name = 2;
* @return The name.
*/
@java.lang.Override
public java.lang.String getName() {
java.lang.Object ref = name_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
name_ = s;
return s;
}
}
/**
* string name = 2;
* @return The bytes for name.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getNameBytes() {
java.lang.Object ref = name_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
name_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
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 (document_ != null) {
output.writeMessage(1, getDocument());
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, name_);
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (document_ != null) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, getDocument());
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(name_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, name_);
}
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.AddPdfAttachmentRequestStream.Info)) {
return super.equals(obj);
}
com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info other = (com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info) obj;
if (hasDocument() != other.hasDocument()) return false;
if (hasDocument()) {
if (!getDocument()
.equals(other.getDocument())) return false;
}
if (!getName()
.equals(other.getName())) 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) + NAME_FIELD_NUMBER;
hash = (53 * hash) + getName().hashCode();
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info 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.AddPdfAttachmentRequestStream.Info parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info 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.AddPdfAttachmentRequestStream.Info parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info 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.AddPdfAttachmentRequestStream.Info parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info 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.AddPdfAttachmentRequestStream.Info parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info 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.AddPdfAttachmentRequestStream.Info 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.AddPdfAttachmentRequestStream.Info 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.AddPdfAttachmentRequestStream.Info 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 IronPdfEngine.Proto.AddPdfAttachmentRequestStream.Info}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:IronPdfEngine.Proto.AddPdfAttachmentRequestStream.Info)
com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.InfoOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.ironsoftware.ironpdf.internal.proto.Attachment.internal_static_IronPdfEngine_Proto_AddPdfAttachmentRequestStream_Info_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.ironsoftware.ironpdf.internal.proto.Attachment.internal_static_IronPdfEngine_Proto_AddPdfAttachmentRequestStream_Info_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info.class, com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info.Builder.class);
}
// Construct using com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info.newBuilder()
private Builder() {
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
if (documentBuilder_ == null) {
document_ = null;
} else {
document_ = null;
documentBuilder_ = null;
}
name_ = "";
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.ironsoftware.ironpdf.internal.proto.Attachment.internal_static_IronPdfEngine_Proto_AddPdfAttachmentRequestStream_Info_descriptor;
}
@java.lang.Override
public com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info getDefaultInstanceForType() {
return com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info.getDefaultInstance();
}
@java.lang.Override
public com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info build() {
com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info buildPartial() {
com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info result = new com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info(this);
if (documentBuilder_ == null) {
result.document_ = document_;
} else {
result.document_ = documentBuilder_.build();
}
result.name_ = name_;
onBuilt();
return result;
}
@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.AddPdfAttachmentRequestStream.Info) {
return mergeFrom((com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info other) {
if (other == com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info.getDefaultInstance()) return this;
if (other.hasDocument()) {
mergeDocument(other.getDocument());
}
if (!other.getName().isEmpty()) {
name_ = other.name_;
onChanged();
}
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);
break;
} // case 10
case 18: {
name_ = input.readStringRequireUtf8();
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 com.ironsoftware.ironpdf.internal.proto.PdfDocument document_;
private com.google.protobuf.SingleFieldBuilderV3<
com.ironsoftware.ironpdf.internal.proto.PdfDocument, com.ironsoftware.ironpdf.internal.proto.PdfDocument.Builder, com.ironsoftware.ironpdf.internal.proto.PdfDocumentOrBuilder> documentBuilder_;
/**
* .IronPdfEngine.Proto.PdfDocument document = 1;
* @return Whether the document field is set.
*/
public boolean hasDocument() {
return documentBuilder_ != null || document_ != null;
}
/**
* .IronPdfEngine.Proto.PdfDocument document = 1;
* @return The document.
*/
public com.ironsoftware.ironpdf.internal.proto.PdfDocument getDocument() {
if (documentBuilder_ == null) {
return document_ == null ? com.ironsoftware.ironpdf.internal.proto.PdfDocument.getDefaultInstance() : document_;
} else {
return documentBuilder_.getMessage();
}
}
/**
* .IronPdfEngine.Proto.PdfDocument document = 1;
*/
public Builder setDocument(com.ironsoftware.ironpdf.internal.proto.PdfDocument value) {
if (documentBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
document_ = value;
onChanged();
} else {
documentBuilder_.setMessage(value);
}
return this;
}
/**
* .IronPdfEngine.Proto.PdfDocument document = 1;
*/
public Builder setDocument(
com.ironsoftware.ironpdf.internal.proto.PdfDocument.Builder builderForValue) {
if (documentBuilder_ == null) {
document_ = builderForValue.build();
onChanged();
} else {
documentBuilder_.setMessage(builderForValue.build());
}
return this;
}
/**
* .IronPdfEngine.Proto.PdfDocument document = 1;
*/
public Builder mergeDocument(com.ironsoftware.ironpdf.internal.proto.PdfDocument value) {
if (documentBuilder_ == null) {
if (document_ != null) {
document_ =
com.ironsoftware.ironpdf.internal.proto.PdfDocument.newBuilder(document_).mergeFrom(value).buildPartial();
} else {
document_ = value;
}
onChanged();
} else {
documentBuilder_.mergeFrom(value);
}
return this;
}
/**
* .IronPdfEngine.Proto.PdfDocument document = 1;
*/
public Builder clearDocument() {
if (documentBuilder_ == null) {
document_ = null;
onChanged();
} else {
document_ = null;
documentBuilder_ = null;
}
return this;
}
/**
* .IronPdfEngine.Proto.PdfDocument document = 1;
*/
public com.ironsoftware.ironpdf.internal.proto.PdfDocument.Builder getDocumentBuilder() {
onChanged();
return getDocumentFieldBuilder().getBuilder();
}
/**
* .IronPdfEngine.Proto.PdfDocument document = 1;
*/
public com.ironsoftware.ironpdf.internal.proto.PdfDocumentOrBuilder getDocumentOrBuilder() {
if (documentBuilder_ != null) {
return documentBuilder_.getMessageOrBuilder();
} else {
return document_ == null ?
com.ironsoftware.ironpdf.internal.proto.PdfDocument.getDefaultInstance() : document_;
}
}
/**
* .IronPdfEngine.Proto.PdfDocument document = 1;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.ironsoftware.ironpdf.internal.proto.PdfDocument, com.ironsoftware.ironpdf.internal.proto.PdfDocument.Builder, com.ironsoftware.ironpdf.internal.proto.PdfDocumentOrBuilder>
getDocumentFieldBuilder() {
if (documentBuilder_ == null) {
documentBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.ironsoftware.ironpdf.internal.proto.PdfDocument, com.ironsoftware.ironpdf.internal.proto.PdfDocument.Builder, com.ironsoftware.ironpdf.internal.proto.PdfDocumentOrBuilder>(
getDocument(),
getParentForChildren(),
isClean());
document_ = null;
}
return documentBuilder_;
}
private java.lang.Object name_ = "";
/**
* string name = 2;
* @return The name.
*/
public java.lang.String getName() {
java.lang.Object ref = name_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
name_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* string name = 2;
* @return The bytes for name.
*/
public com.google.protobuf.ByteString
getNameBytes() {
java.lang.Object ref = name_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
name_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* string name = 2;
* @param value The name to set.
* @return This builder for chaining.
*/
public Builder setName(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
name_ = value;
onChanged();
return this;
}
/**
* string name = 2;
* @return This builder for chaining.
*/
public Builder clearName() {
name_ = getDefaultInstance().getName();
onChanged();
return this;
}
/**
* string name = 2;
* @param value The bytes for name to set.
* @return This builder for chaining.
*/
public Builder setNameBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
name_ = value;
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:IronPdfEngine.Proto.AddPdfAttachmentRequestStream.Info)
}
// @@protoc_insertion_point(class_scope:IronPdfEngine.Proto.AddPdfAttachmentRequestStream.Info)
private static final com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info();
}
public static com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public Info 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.AddPdfAttachmentRequestStream.Info getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private int requestCase_ = 0;
private java.lang.Object request_;
public enum RequestCase
implements com.google.protobuf.Internal.EnumLite,
com.google.protobuf.AbstractMessage.InternalOneOfEnum {
INFO(1),
ATTACHMENT_CHUNK(2),
REQUEST_NOT_SET(0);
private final int value;
private RequestCase(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 RequestCase valueOf(int value) {
return forNumber(value);
}
public static RequestCase forNumber(int value) {
switch (value) {
case 1: return INFO;
case 2: return ATTACHMENT_CHUNK;
case 0: return REQUEST_NOT_SET;
default: return null;
}
}
public int getNumber() {
return this.value;
}
};
public RequestCase
getRequestCase() {
return RequestCase.forNumber(
requestCase_);
}
public static final int INFO_FIELD_NUMBER = 1;
/**
* .IronPdfEngine.Proto.AddPdfAttachmentRequestStream.Info info = 1;
* @return Whether the info field is set.
*/
@java.lang.Override
public boolean hasInfo() {
return requestCase_ == 1;
}
/**
* .IronPdfEngine.Proto.AddPdfAttachmentRequestStream.Info info = 1;
* @return The info.
*/
@java.lang.Override
public com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info getInfo() {
if (requestCase_ == 1) {
return (com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info) request_;
}
return com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info.getDefaultInstance();
}
/**
* .IronPdfEngine.Proto.AddPdfAttachmentRequestStream.Info info = 1;
*/
@java.lang.Override
public com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.InfoOrBuilder getInfoOrBuilder() {
if (requestCase_ == 1) {
return (com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info) request_;
}
return com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info.getDefaultInstance();
}
public static final int ATTACHMENT_CHUNK_FIELD_NUMBER = 2;
/**
* bytes attachment_chunk = 2;
* @return Whether the attachmentChunk field is set.
*/
@java.lang.Override
public boolean hasAttachmentChunk() {
return requestCase_ == 2;
}
/**
* bytes attachment_chunk = 2;
* @return The attachmentChunk.
*/
@java.lang.Override
public com.google.protobuf.ByteString getAttachmentChunk() {
if (requestCase_ == 2) {
return (com.google.protobuf.ByteString) request_;
}
return com.google.protobuf.ByteString.EMPTY;
}
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 (requestCase_ == 1) {
output.writeMessage(1, (com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info) request_);
}
if (requestCase_ == 2) {
output.writeBytes(
2, (com.google.protobuf.ByteString) request_);
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (requestCase_ == 1) {
size += com.google.protobuf.CodedOutputStream
.computeMessageSize(1, (com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info) request_);
}
if (requestCase_ == 2) {
size += com.google.protobuf.CodedOutputStream
.computeBytesSize(
2, (com.google.protobuf.ByteString) request_);
}
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.AddPdfAttachmentRequestStream)) {
return super.equals(obj);
}
com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream other = (com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream) obj;
if (!getRequestCase().equals(other.getRequestCase())) return false;
switch (requestCase_) {
case 1:
if (!getInfo()
.equals(other.getInfo())) return false;
break;
case 2:
if (!getAttachmentChunk()
.equals(other.getAttachmentChunk())) 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 (requestCase_) {
case 1:
hash = (37 * hash) + INFO_FIELD_NUMBER;
hash = (53 * hash) + getInfo().hashCode();
break;
case 2:
hash = (37 * hash) + ATTACHMENT_CHUNK_FIELD_NUMBER;
hash = (53 * hash) + getAttachmentChunk().hashCode();
break;
case 0:
default:
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream 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.AddPdfAttachmentRequestStream parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream 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.AddPdfAttachmentRequestStream parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream 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.AddPdfAttachmentRequestStream parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream 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.AddPdfAttachmentRequestStream parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream 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.AddPdfAttachmentRequestStream 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.AddPdfAttachmentRequestStream 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.AddPdfAttachmentRequestStream 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 IronPdfEngine.Proto.AddPdfAttachmentRequestStream}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:IronPdfEngine.Proto.AddPdfAttachmentRequestStream)
com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStreamOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.ironsoftware.ironpdf.internal.proto.Attachment.internal_static_IronPdfEngine_Proto_AddPdfAttachmentRequestStream_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.ironsoftware.ironpdf.internal.proto.Attachment.internal_static_IronPdfEngine_Proto_AddPdfAttachmentRequestStream_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.class, com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Builder.class);
}
// Construct using com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.newBuilder()
private Builder() {
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
if (infoBuilder_ != null) {
infoBuilder_.clear();
}
requestCase_ = 0;
request_ = null;
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.ironsoftware.ironpdf.internal.proto.Attachment.internal_static_IronPdfEngine_Proto_AddPdfAttachmentRequestStream_descriptor;
}
@java.lang.Override
public com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream getDefaultInstanceForType() {
return com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.getDefaultInstance();
}
@java.lang.Override
public com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream build() {
com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream buildPartial() {
com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream result = new com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream(this);
if (requestCase_ == 1) {
if (infoBuilder_ == null) {
result.request_ = request_;
} else {
result.request_ = infoBuilder_.build();
}
}
if (requestCase_ == 2) {
result.request_ = request_;
}
result.requestCase_ = requestCase_;
onBuilt();
return result;
}
@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.AddPdfAttachmentRequestStream) {
return mergeFrom((com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream other) {
if (other == com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.getDefaultInstance()) return this;
switch (other.getRequestCase()) {
case INFO: {
mergeInfo(other.getInfo());
break;
}
case ATTACHMENT_CHUNK: {
setAttachmentChunk(other.getAttachmentChunk());
break;
}
case REQUEST_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(
getInfoFieldBuilder().getBuilder(),
extensionRegistry);
requestCase_ = 1;
break;
} // case 10
case 18: {
request_ = input.readBytes();
requestCase_ = 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 requestCase_ = 0;
private java.lang.Object request_;
public RequestCase
getRequestCase() {
return RequestCase.forNumber(
requestCase_);
}
public Builder clearRequest() {
requestCase_ = 0;
request_ = null;
onChanged();
return this;
}
private com.google.protobuf.SingleFieldBuilderV3<
com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info, com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info.Builder, com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.InfoOrBuilder> infoBuilder_;
/**
* .IronPdfEngine.Proto.AddPdfAttachmentRequestStream.Info info = 1;
* @return Whether the info field is set.
*/
@java.lang.Override
public boolean hasInfo() {
return requestCase_ == 1;
}
/**
* .IronPdfEngine.Proto.AddPdfAttachmentRequestStream.Info info = 1;
* @return The info.
*/
@java.lang.Override
public com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info getInfo() {
if (infoBuilder_ == null) {
if (requestCase_ == 1) {
return (com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info) request_;
}
return com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info.getDefaultInstance();
} else {
if (requestCase_ == 1) {
return infoBuilder_.getMessage();
}
return com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info.getDefaultInstance();
}
}
/**
* .IronPdfEngine.Proto.AddPdfAttachmentRequestStream.Info info = 1;
*/
public Builder setInfo(com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info value) {
if (infoBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
request_ = value;
onChanged();
} else {
infoBuilder_.setMessage(value);
}
requestCase_ = 1;
return this;
}
/**
* .IronPdfEngine.Proto.AddPdfAttachmentRequestStream.Info info = 1;
*/
public Builder setInfo(
com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info.Builder builderForValue) {
if (infoBuilder_ == null) {
request_ = builderForValue.build();
onChanged();
} else {
infoBuilder_.setMessage(builderForValue.build());
}
requestCase_ = 1;
return this;
}
/**
* .IronPdfEngine.Proto.AddPdfAttachmentRequestStream.Info info = 1;
*/
public Builder mergeInfo(com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info value) {
if (infoBuilder_ == null) {
if (requestCase_ == 1 &&
request_ != com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info.getDefaultInstance()) {
request_ = com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info.newBuilder((com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info) request_)
.mergeFrom(value).buildPartial();
} else {
request_ = value;
}
onChanged();
} else {
if (requestCase_ == 1) {
infoBuilder_.mergeFrom(value);
} else {
infoBuilder_.setMessage(value);
}
}
requestCase_ = 1;
return this;
}
/**
* .IronPdfEngine.Proto.AddPdfAttachmentRequestStream.Info info = 1;
*/
public Builder clearInfo() {
if (infoBuilder_ == null) {
if (requestCase_ == 1) {
requestCase_ = 0;
request_ = null;
onChanged();
}
} else {
if (requestCase_ == 1) {
requestCase_ = 0;
request_ = null;
}
infoBuilder_.clear();
}
return this;
}
/**
* .IronPdfEngine.Proto.AddPdfAttachmentRequestStream.Info info = 1;
*/
public com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info.Builder getInfoBuilder() {
return getInfoFieldBuilder().getBuilder();
}
/**
* .IronPdfEngine.Proto.AddPdfAttachmentRequestStream.Info info = 1;
*/
@java.lang.Override
public com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.InfoOrBuilder getInfoOrBuilder() {
if ((requestCase_ == 1) && (infoBuilder_ != null)) {
return infoBuilder_.getMessageOrBuilder();
} else {
if (requestCase_ == 1) {
return (com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info) request_;
}
return com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info.getDefaultInstance();
}
}
/**
* .IronPdfEngine.Proto.AddPdfAttachmentRequestStream.Info info = 1;
*/
private com.google.protobuf.SingleFieldBuilderV3<
com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info, com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info.Builder, com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.InfoOrBuilder>
getInfoFieldBuilder() {
if (infoBuilder_ == null) {
if (!(requestCase_ == 1)) {
request_ = com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info.getDefaultInstance();
}
infoBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info, com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info.Builder, com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.InfoOrBuilder>(
(com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream.Info) request_,
getParentForChildren(),
isClean());
request_ = null;
}
requestCase_ = 1;
onChanged();;
return infoBuilder_;
}
/**
* bytes attachment_chunk = 2;
* @return Whether the attachmentChunk field is set.
*/
public boolean hasAttachmentChunk() {
return requestCase_ == 2;
}
/**
* bytes attachment_chunk = 2;
* @return The attachmentChunk.
*/
public com.google.protobuf.ByteString getAttachmentChunk() {
if (requestCase_ == 2) {
return (com.google.protobuf.ByteString) request_;
}
return com.google.protobuf.ByteString.EMPTY;
}
/**
* bytes attachment_chunk = 2;
* @param value The attachmentChunk to set.
* @return This builder for chaining.
*/
public Builder setAttachmentChunk(com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
requestCase_ = 2;
request_ = value;
onChanged();
return this;
}
/**
* bytes attachment_chunk = 2;
* @return This builder for chaining.
*/
public Builder clearAttachmentChunk() {
if (requestCase_ == 2) {
requestCase_ = 0;
request_ = null;
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:IronPdfEngine.Proto.AddPdfAttachmentRequestStream)
}
// @@protoc_insertion_point(class_scope:IronPdfEngine.Proto.AddPdfAttachmentRequestStream)
private static final com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream();
}
public static com.ironsoftware.ironpdf.internal.proto.AddPdfAttachmentRequestStream getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public AddPdfAttachmentRequestStream 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.AddPdfAttachmentRequestStream getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy