public final class RenderOptionWaitForP extends com.google.protobuf.GeneratedMessageV3 implements RenderOptionWaitForPOrBuilder
ironpdfengineproto.RenderOptionWaitForP| Modifier and Type | Class and Description |
|---|---|
static class |
RenderOptionWaitForP.Builder
Protobuf type
ironpdfengineproto.RenderOptionWaitForP |
com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
HTMLELEMENTQUERYSTR_FIELD_NUMBER |
static int |
NETWORKIDLEDURATION_FIELD_NUMBER |
static int |
NUMALLOWEDINFLIGHT_FIELD_NUMBER |
static int |
RENDERDELAYDURATION_FIELD_NUMBER |
static int |
TIMEOUT_FIELD_NUMBER |
static int |
TYPE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static RenderOptionWaitForP |
getDefaultInstance() |
RenderOptionWaitForP |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getHtmlElementQueryStr()
optional string HtmlElementQueryStr = 6; |
com.google.protobuf.ByteString |
getHtmlElementQueryStrBytes()
optional string HtmlElementQueryStr = 6; |
int |
getNetworkIdleDuration()
int32 NetworkIdleDuration = 3; |
int |
getNumAllowedInFlight()
int32 NumAllowedInFlight = 4; |
com.google.protobuf.Parser<RenderOptionWaitForP> |
getParserForType() |
int |
getRenderDelayDuration()
int32 RenderDelayDuration = 5; |
int |
getSerializedSize() |
int |
getTimeout()
int32 Timeout = 2; |
int |
getType()
int32 Type = 1; |
int |
hashCode() |
boolean |
hasHtmlElementQueryStr()
optional string HtmlElementQueryStr = 6; |
boolean |
isInitialized() |
static RenderOptionWaitForP.Builder |
newBuilder() |
static RenderOptionWaitForP.Builder |
newBuilder(RenderOptionWaitForP prototype) |
RenderOptionWaitForP.Builder |
newBuilderForType() |
static RenderOptionWaitForP |
parseDelimitedFrom(InputStream input) |
static RenderOptionWaitForP |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RenderOptionWaitForP |
parseFrom(byte[] data) |
static RenderOptionWaitForP |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RenderOptionWaitForP |
parseFrom(ByteBuffer data) |
static RenderOptionWaitForP |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RenderOptionWaitForP |
parseFrom(com.google.protobuf.ByteString data) |
static RenderOptionWaitForP |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RenderOptionWaitForP |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RenderOptionWaitForP |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RenderOptionWaitForP |
parseFrom(InputStream input) |
static RenderOptionWaitForP |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<RenderOptionWaitForP> |
parser() |
RenderOptionWaitForP.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffindInitializationErrors, getInitializationErrorString, toStringtoByteArray, toByteString, writeDelimitedTo, writeTopublic static final int TYPE_FIELD_NUMBER
public static final int TIMEOUT_FIELD_NUMBER
public static final int NETWORKIDLEDURATION_FIELD_NUMBER
public static final int NUMALLOWEDINFLIGHT_FIELD_NUMBER
public static final int RENDERDELAYDURATION_FIELD_NUMBER
public static final int HTMLELEMENTQUERYSTR_FIELD_NUMBER
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public int getType()
int32 Type = 1;getType in interface RenderOptionWaitForPOrBuilderpublic int getTimeout()
int32 Timeout = 2;getTimeout in interface RenderOptionWaitForPOrBuilderpublic int getNetworkIdleDuration()
int32 NetworkIdleDuration = 3;getNetworkIdleDuration in interface RenderOptionWaitForPOrBuilderpublic int getNumAllowedInFlight()
int32 NumAllowedInFlight = 4;getNumAllowedInFlight in interface RenderOptionWaitForPOrBuilderpublic int getRenderDelayDuration()
int32 RenderDelayDuration = 5;getRenderDelayDuration in interface RenderOptionWaitForPOrBuilderpublic boolean hasHtmlElementQueryStr()
optional string HtmlElementQueryStr = 6;hasHtmlElementQueryStr in interface RenderOptionWaitForPOrBuilderpublic String getHtmlElementQueryStr()
optional string HtmlElementQueryStr = 6;getHtmlElementQueryStr in interface RenderOptionWaitForPOrBuilderpublic com.google.protobuf.ByteString getHtmlElementQueryStrBytes()
optional string HtmlElementQueryStr = 6;getHtmlElementQueryStrBytes in interface RenderOptionWaitForPOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static RenderOptionWaitForP parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RenderOptionWaitForP parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RenderOptionWaitForP parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RenderOptionWaitForP parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RenderOptionWaitForP parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RenderOptionWaitForP parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RenderOptionWaitForP parseFrom(InputStream input) throws IOException
IOExceptionpublic static RenderOptionWaitForP parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RenderOptionWaitForP parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RenderOptionWaitForP parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RenderOptionWaitForP parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RenderOptionWaitForP parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic RenderOptionWaitForP.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static RenderOptionWaitForP.Builder newBuilder()
public static RenderOptionWaitForP.Builder newBuilder(RenderOptionWaitForP prototype)
public RenderOptionWaitForP.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLitepublic static RenderOptionWaitForP getDefaultInstance()
public static com.google.protobuf.Parser<RenderOptionWaitForP> parser()
public com.google.protobuf.Parser<RenderOptionWaitForP> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public RenderOptionWaitForP getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022–2025 Iron Software. All rights reserved.