com.ironsoftware.ironpdf.internal.proto.RenderOptionWaitForP 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: chrome_render.proto
// Protobuf Java Version: 3.25.0
package com.ironsoftware.ironpdf.internal.proto;
/**
* Protobuf type {@code ironpdfengineproto.RenderOptionWaitForP}
*/
public final class RenderOptionWaitForP extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:ironpdfengineproto.RenderOptionWaitForP)
RenderOptionWaitForPOrBuilder {
private static final long serialVersionUID = 0L;
// Use RenderOptionWaitForP.newBuilder() to construct.
private RenderOptionWaitForP(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
private RenderOptionWaitForP() {
htmlElementQueryStr_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new RenderOptionWaitForP();
}
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.ironsoftware.ironpdf.internal.proto.ChromeRender.internal_static_ironpdfengineproto_RenderOptionWaitForP_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.ironsoftware.ironpdf.internal.proto.ChromeRender.internal_static_ironpdfengineproto_RenderOptionWaitForP_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.ironsoftware.ironpdf.internal.proto.RenderOptionWaitForP.class, com.ironsoftware.ironpdf.internal.proto.RenderOptionWaitForP.Builder.class);
}
private int bitField0_;
public static final int TYPE_FIELD_NUMBER = 1;
private int type_ = 0;
/**
* int32 Type = 1;
* @return The type.
*/
@java.lang.Override
public int getType() {
return type_;
}
public static final int TIMEOUT_FIELD_NUMBER = 2;
private int timeout_ = 0;
/**
* int32 Timeout = 2;
* @return The timeout.
*/
@java.lang.Override
public int getTimeout() {
return timeout_;
}
public static final int NETWORKIDLEDURATION_FIELD_NUMBER = 3;
private int networkIdleDuration_ = 0;
/**
* int32 NetworkIdleDuration = 3;
* @return The networkIdleDuration.
*/
@java.lang.Override
public int getNetworkIdleDuration() {
return networkIdleDuration_;
}
public static final int NUMALLOWEDINFLIGHT_FIELD_NUMBER = 4;
private int numAllowedInFlight_ = 0;
/**
* int32 NumAllowedInFlight = 4;
* @return The numAllowedInFlight.
*/
@java.lang.Override
public int getNumAllowedInFlight() {
return numAllowedInFlight_;
}
public static final int RENDERDELAYDURATION_FIELD_NUMBER = 5;
private int renderDelayDuration_ = 0;
/**
* int32 RenderDelayDuration = 5;
* @return The renderDelayDuration.
*/
@java.lang.Override
public int getRenderDelayDuration() {
return renderDelayDuration_;
}
public static final int HTMLELEMENTQUERYSTR_FIELD_NUMBER = 6;
@SuppressWarnings("serial")
private volatile java.lang.Object htmlElementQueryStr_ = "";
/**
* optional string HtmlElementQueryStr = 6;
* @return Whether the htmlElementQueryStr field is set.
*/
@java.lang.Override
public boolean hasHtmlElementQueryStr() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional string HtmlElementQueryStr = 6;
* @return The htmlElementQueryStr.
*/
@java.lang.Override
public java.lang.String getHtmlElementQueryStr() {
java.lang.Object ref = htmlElementQueryStr_;
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();
htmlElementQueryStr_ = s;
return s;
}
}
/**
* optional string HtmlElementQueryStr = 6;
* @return The bytes for htmlElementQueryStr.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getHtmlElementQueryStrBytes() {
java.lang.Object ref = htmlElementQueryStr_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
htmlElementQueryStr_ = 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 (type_ != 0) {
output.writeInt32(1, type_);
}
if (timeout_ != 0) {
output.writeInt32(2, timeout_);
}
if (networkIdleDuration_ != 0) {
output.writeInt32(3, networkIdleDuration_);
}
if (numAllowedInFlight_ != 0) {
output.writeInt32(4, numAllowedInFlight_);
}
if (renderDelayDuration_ != 0) {
output.writeInt32(5, renderDelayDuration_);
}
if (((bitField0_ & 0x00000001) != 0)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 6, htmlElementQueryStr_);
}
getUnknownFields().writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (type_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(1, type_);
}
if (timeout_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(2, timeout_);
}
if (networkIdleDuration_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(3, networkIdleDuration_);
}
if (numAllowedInFlight_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(4, numAllowedInFlight_);
}
if (renderDelayDuration_ != 0) {
size += com.google.protobuf.CodedOutputStream
.computeInt32Size(5, renderDelayDuration_);
}
if (((bitField0_ & 0x00000001) != 0)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, htmlElementQueryStr_);
}
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.RenderOptionWaitForP)) {
return super.equals(obj);
}
com.ironsoftware.ironpdf.internal.proto.RenderOptionWaitForP other = (com.ironsoftware.ironpdf.internal.proto.RenderOptionWaitForP) obj;
if (getType()
!= other.getType()) return false;
if (getTimeout()
!= other.getTimeout()) return false;
if (getNetworkIdleDuration()
!= other.getNetworkIdleDuration()) return false;
if (getNumAllowedInFlight()
!= other.getNumAllowedInFlight()) return false;
if (getRenderDelayDuration()
!= other.getRenderDelayDuration()) return false;
if (hasHtmlElementQueryStr() != other.hasHtmlElementQueryStr()) return false;
if (hasHtmlElementQueryStr()) {
if (!getHtmlElementQueryStr()
.equals(other.getHtmlElementQueryStr())) 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();
hash = (37 * hash) + TYPE_FIELD_NUMBER;
hash = (53 * hash) + getType();
hash = (37 * hash) + TIMEOUT_FIELD_NUMBER;
hash = (53 * hash) + getTimeout();
hash = (37 * hash) + NETWORKIDLEDURATION_FIELD_NUMBER;
hash = (53 * hash) + getNetworkIdleDuration();
hash = (37 * hash) + NUMALLOWEDINFLIGHT_FIELD_NUMBER;
hash = (53 * hash) + getNumAllowedInFlight();
hash = (37 * hash) + RENDERDELAYDURATION_FIELD_NUMBER;
hash = (53 * hash) + getRenderDelayDuration();
if (hasHtmlElementQueryStr()) {
hash = (37 * hash) + HTMLELEMENTQUERYSTR_FIELD_NUMBER;
hash = (53 * hash) + getHtmlElementQueryStr().hashCode();
}
hash = (29 * hash) + getUnknownFields().hashCode();
memoizedHashCode = hash;
return hash;
}
public static com.ironsoftware.ironpdf.internal.proto.RenderOptionWaitForP parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.ironsoftware.ironpdf.internal.proto.RenderOptionWaitForP 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.RenderOptionWaitForP parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.ironsoftware.ironpdf.internal.proto.RenderOptionWaitForP 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.RenderOptionWaitForP parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static com.ironsoftware.ironpdf.internal.proto.RenderOptionWaitForP 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.RenderOptionWaitForP parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static com.ironsoftware.ironpdf.internal.proto.RenderOptionWaitForP 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.RenderOptionWaitForP parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static com.ironsoftware.ironpdf.internal.proto.RenderOptionWaitForP 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.RenderOptionWaitForP 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.RenderOptionWaitForP 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.RenderOptionWaitForP 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.RenderOptionWaitForP}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:ironpdfengineproto.RenderOptionWaitForP)
com.ironsoftware.ironpdf.internal.proto.RenderOptionWaitForPOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return com.ironsoftware.ironpdf.internal.proto.ChromeRender.internal_static_ironpdfengineproto_RenderOptionWaitForP_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return com.ironsoftware.ironpdf.internal.proto.ChromeRender.internal_static_ironpdfengineproto_RenderOptionWaitForP_fieldAccessorTable
.ensureFieldAccessorsInitialized(
com.ironsoftware.ironpdf.internal.proto.RenderOptionWaitForP.class, com.ironsoftware.ironpdf.internal.proto.RenderOptionWaitForP.Builder.class);
}
// Construct using com.ironsoftware.ironpdf.internal.proto.RenderOptionWaitForP.newBuilder()
private Builder() {
}
private Builder(
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
}
@java.lang.Override
public Builder clear() {
super.clear();
bitField0_ = 0;
type_ = 0;
timeout_ = 0;
networkIdleDuration_ = 0;
numAllowedInFlight_ = 0;
renderDelayDuration_ = 0;
htmlElementQueryStr_ = "";
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return com.ironsoftware.ironpdf.internal.proto.ChromeRender.internal_static_ironpdfengineproto_RenderOptionWaitForP_descriptor;
}
@java.lang.Override
public com.ironsoftware.ironpdf.internal.proto.RenderOptionWaitForP getDefaultInstanceForType() {
return com.ironsoftware.ironpdf.internal.proto.RenderOptionWaitForP.getDefaultInstance();
}
@java.lang.Override
public com.ironsoftware.ironpdf.internal.proto.RenderOptionWaitForP build() {
com.ironsoftware.ironpdf.internal.proto.RenderOptionWaitForP result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public com.ironsoftware.ironpdf.internal.proto.RenderOptionWaitForP buildPartial() {
com.ironsoftware.ironpdf.internal.proto.RenderOptionWaitForP result = new com.ironsoftware.ironpdf.internal.proto.RenderOptionWaitForP(this);
if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
private void buildPartial0(com.ironsoftware.ironpdf.internal.proto.RenderOptionWaitForP result) {
int from_bitField0_ = bitField0_;
if (((from_bitField0_ & 0x00000001) != 0)) {
result.type_ = type_;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
result.timeout_ = timeout_;
}
if (((from_bitField0_ & 0x00000004) != 0)) {
result.networkIdleDuration_ = networkIdleDuration_;
}
if (((from_bitField0_ & 0x00000008) != 0)) {
result.numAllowedInFlight_ = numAllowedInFlight_;
}
if (((from_bitField0_ & 0x00000010) != 0)) {
result.renderDelayDuration_ = renderDelayDuration_;
}
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000020) != 0)) {
result.htmlElementQueryStr_ = htmlElementQueryStr_;
to_bitField0_ |= 0x00000001;
}
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.RenderOptionWaitForP) {
return mergeFrom((com.ironsoftware.ironpdf.internal.proto.RenderOptionWaitForP)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(com.ironsoftware.ironpdf.internal.proto.RenderOptionWaitForP other) {
if (other == com.ironsoftware.ironpdf.internal.proto.RenderOptionWaitForP.getDefaultInstance()) return this;
if (other.getType() != 0) {
setType(other.getType());
}
if (other.getTimeout() != 0) {
setTimeout(other.getTimeout());
}
if (other.getNetworkIdleDuration() != 0) {
setNetworkIdleDuration(other.getNetworkIdleDuration());
}
if (other.getNumAllowedInFlight() != 0) {
setNumAllowedInFlight(other.getNumAllowedInFlight());
}
if (other.getRenderDelayDuration() != 0) {
setRenderDelayDuration(other.getRenderDelayDuration());
}
if (other.hasHtmlElementQueryStr()) {
htmlElementQueryStr_ = other.htmlElementQueryStr_;
bitField0_ |= 0x00000020;
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 8: {
type_ = input.readInt32();
bitField0_ |= 0x00000001;
break;
} // case 8
case 16: {
timeout_ = input.readInt32();
bitField0_ |= 0x00000002;
break;
} // case 16
case 24: {
networkIdleDuration_ = input.readInt32();
bitField0_ |= 0x00000004;
break;
} // case 24
case 32: {
numAllowedInFlight_ = input.readInt32();
bitField0_ |= 0x00000008;
break;
} // case 32
case 40: {
renderDelayDuration_ = input.readInt32();
bitField0_ |= 0x00000010;
break;
} // case 40
case 50: {
htmlElementQueryStr_ = input.readStringRequireUtf8();
bitField0_ |= 0x00000020;
break;
} // case 50
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 int type_ ;
/**
* int32 Type = 1;
* @return The type.
*/
@java.lang.Override
public int getType() {
return type_;
}
/**
* int32 Type = 1;
* @param value The type to set.
* @return This builder for chaining.
*/
public Builder setType(int value) {
type_ = value;
bitField0_ |= 0x00000001;
onChanged();
return this;
}
/**
* int32 Type = 1;
* @return This builder for chaining.
*/
public Builder clearType() {
bitField0_ = (bitField0_ & ~0x00000001);
type_ = 0;
onChanged();
return this;
}
private int timeout_ ;
/**
* int32 Timeout = 2;
* @return The timeout.
*/
@java.lang.Override
public int getTimeout() {
return timeout_;
}
/**
* int32 Timeout = 2;
* @param value The timeout to set.
* @return This builder for chaining.
*/
public Builder setTimeout(int value) {
timeout_ = value;
bitField0_ |= 0x00000002;
onChanged();
return this;
}
/**
* int32 Timeout = 2;
* @return This builder for chaining.
*/
public Builder clearTimeout() {
bitField0_ = (bitField0_ & ~0x00000002);
timeout_ = 0;
onChanged();
return this;
}
private int networkIdleDuration_ ;
/**
* int32 NetworkIdleDuration = 3;
* @return The networkIdleDuration.
*/
@java.lang.Override
public int getNetworkIdleDuration() {
return networkIdleDuration_;
}
/**
* int32 NetworkIdleDuration = 3;
* @param value The networkIdleDuration to set.
* @return This builder for chaining.
*/
public Builder setNetworkIdleDuration(int value) {
networkIdleDuration_ = value;
bitField0_ |= 0x00000004;
onChanged();
return this;
}
/**
* int32 NetworkIdleDuration = 3;
* @return This builder for chaining.
*/
public Builder clearNetworkIdleDuration() {
bitField0_ = (bitField0_ & ~0x00000004);
networkIdleDuration_ = 0;
onChanged();
return this;
}
private int numAllowedInFlight_ ;
/**
* int32 NumAllowedInFlight = 4;
* @return The numAllowedInFlight.
*/
@java.lang.Override
public int getNumAllowedInFlight() {
return numAllowedInFlight_;
}
/**
* int32 NumAllowedInFlight = 4;
* @param value The numAllowedInFlight to set.
* @return This builder for chaining.
*/
public Builder setNumAllowedInFlight(int value) {
numAllowedInFlight_ = value;
bitField0_ |= 0x00000008;
onChanged();
return this;
}
/**
* int32 NumAllowedInFlight = 4;
* @return This builder for chaining.
*/
public Builder clearNumAllowedInFlight() {
bitField0_ = (bitField0_ & ~0x00000008);
numAllowedInFlight_ = 0;
onChanged();
return this;
}
private int renderDelayDuration_ ;
/**
* int32 RenderDelayDuration = 5;
* @return The renderDelayDuration.
*/
@java.lang.Override
public int getRenderDelayDuration() {
return renderDelayDuration_;
}
/**
* int32 RenderDelayDuration = 5;
* @param value The renderDelayDuration to set.
* @return This builder for chaining.
*/
public Builder setRenderDelayDuration(int value) {
renderDelayDuration_ = value;
bitField0_ |= 0x00000010;
onChanged();
return this;
}
/**
* int32 RenderDelayDuration = 5;
* @return This builder for chaining.
*/
public Builder clearRenderDelayDuration() {
bitField0_ = (bitField0_ & ~0x00000010);
renderDelayDuration_ = 0;
onChanged();
return this;
}
private java.lang.Object htmlElementQueryStr_ = "";
/**
* optional string HtmlElementQueryStr = 6;
* @return Whether the htmlElementQueryStr field is set.
*/
public boolean hasHtmlElementQueryStr() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* optional string HtmlElementQueryStr = 6;
* @return The htmlElementQueryStr.
*/
public java.lang.String getHtmlElementQueryStr() {
java.lang.Object ref = htmlElementQueryStr_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
htmlElementQueryStr_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* optional string HtmlElementQueryStr = 6;
* @return The bytes for htmlElementQueryStr.
*/
public com.google.protobuf.ByteString
getHtmlElementQueryStrBytes() {
java.lang.Object ref = htmlElementQueryStr_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
htmlElementQueryStr_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* optional string HtmlElementQueryStr = 6;
* @param value The htmlElementQueryStr to set.
* @return This builder for chaining.
*/
public Builder setHtmlElementQueryStr(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
htmlElementQueryStr_ = value;
bitField0_ |= 0x00000020;
onChanged();
return this;
}
/**
* optional string HtmlElementQueryStr = 6;
* @return This builder for chaining.
*/
public Builder clearHtmlElementQueryStr() {
htmlElementQueryStr_ = getDefaultInstance().getHtmlElementQueryStr();
bitField0_ = (bitField0_ & ~0x00000020);
onChanged();
return this;
}
/**
* optional string HtmlElementQueryStr = 6;
* @param value The bytes for htmlElementQueryStr to set.
* @return This builder for chaining.
*/
public Builder setHtmlElementQueryStrBytes(
com.google.protobuf.ByteString value) {
if (value == null) { throw new NullPointerException(); }
checkByteStringIsUtf8(value);
htmlElementQueryStr_ = value;
bitField0_ |= 0x00000020;
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.RenderOptionWaitForP)
}
// @@protoc_insertion_point(class_scope:ironpdfengineproto.RenderOptionWaitForP)
private static final com.ironsoftware.ironpdf.internal.proto.RenderOptionWaitForP DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new com.ironsoftware.ironpdf.internal.proto.RenderOptionWaitForP();
}
public static com.ironsoftware.ironpdf.internal.proto.RenderOptionWaitForP getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser
PARSER = new com.google.protobuf.AbstractParser() {
@java.lang.Override
public RenderOptionWaitForP 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.RenderOptionWaitForP getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}