public static final class RenderPdfDocumentFromHtmlFileRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<RenderPdfDocumentFromHtmlFileRequest.Builder> implements RenderPdfDocumentFromHtmlFileRequestOrBuilder
IronPdfEngine.Proto.RenderPdfDocumentFromHtmlFileRequest| Modifier and Type | Method and Description |
|---|---|
RenderPdfDocumentFromHtmlFileRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RenderPdfDocumentFromHtmlFileRequest |
build() |
RenderPdfDocumentFromHtmlFileRequest |
buildPartial() |
RenderPdfDocumentFromHtmlFileRequest.Builder |
clear() |
RenderPdfDocumentFromHtmlFileRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
RenderPdfDocumentFromHtmlFileRequest.Builder |
clearHtmlFilePath()
string html_file_path = 1; |
RenderPdfDocumentFromHtmlFileRequest.Builder |
clearHttpOptions()
optional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 3; |
RenderPdfDocumentFromHtmlFileRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
RenderPdfDocumentFromHtmlFileRequest.Builder |
clearRenderOptions()
optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 2; |
RenderPdfDocumentFromHtmlFileRequest.Builder |
clone() |
RenderPdfDocumentFromHtmlFileRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getHtmlFilePath()
string html_file_path = 1; |
com.google.protobuf.ByteString |
getHtmlFilePathBytes()
string html_file_path = 1; |
ChromeHttpLoginCredentials |
getHttpOptions()
optional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 3; |
ChromeHttpLoginCredentials.Builder |
getHttpOptionsBuilder()
optional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 3; |
ChromeHttpLoginCredentialsOrBuilder |
getHttpOptionsOrBuilder()
optional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 3; |
ChromePdfRenderOptions |
getRenderOptions()
optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 2; |
ChromePdfRenderOptions.Builder |
getRenderOptionsBuilder()
optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 2; |
ChromePdfRenderOptionsOrBuilder |
getRenderOptionsOrBuilder()
optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 2; |
boolean |
hasHttpOptions()
optional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 3; |
boolean |
hasRenderOptions()
optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 2; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
RenderPdfDocumentFromHtmlFileRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RenderPdfDocumentFromHtmlFileRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
RenderPdfDocumentFromHtmlFileRequest.Builder |
mergeFrom(RenderPdfDocumentFromHtmlFileRequest other) |
RenderPdfDocumentFromHtmlFileRequest.Builder |
mergeHttpOptions(ChromeHttpLoginCredentials value)
optional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 3; |
RenderPdfDocumentFromHtmlFileRequest.Builder |
mergeRenderOptions(ChromePdfRenderOptions value)
optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 2; |
RenderPdfDocumentFromHtmlFileRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
RenderPdfDocumentFromHtmlFileRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
RenderPdfDocumentFromHtmlFileRequest.Builder |
setHtmlFilePath(String value)
string html_file_path = 1; |
RenderPdfDocumentFromHtmlFileRequest.Builder |
setHtmlFilePathBytes(com.google.protobuf.ByteString value)
string html_file_path = 1; |
RenderPdfDocumentFromHtmlFileRequest.Builder |
setHttpOptions(ChromeHttpLoginCredentials.Builder builderForValue)
optional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 3; |
RenderPdfDocumentFromHtmlFileRequest.Builder |
setHttpOptions(ChromeHttpLoginCredentials value)
optional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 3; |
RenderPdfDocumentFromHtmlFileRequest.Builder |
setRenderOptions(ChromePdfRenderOptions.Builder builderForValue)
optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 2; |
RenderPdfDocumentFromHtmlFileRequest.Builder |
setRenderOptions(ChromePdfRenderOptions value)
optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 2; |
RenderPdfDocumentFromHtmlFileRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
RenderPdfDocumentFromHtmlFileRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<RenderPdfDocumentFromHtmlFileRequest.Builder>public RenderPdfDocumentFromHtmlFileRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<RenderPdfDocumentFromHtmlFileRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<RenderPdfDocumentFromHtmlFileRequest.Builder>public RenderPdfDocumentFromHtmlFileRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic RenderPdfDocumentFromHtmlFileRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic RenderPdfDocumentFromHtmlFileRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic RenderPdfDocumentFromHtmlFileRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<RenderPdfDocumentFromHtmlFileRequest.Builder>public RenderPdfDocumentFromHtmlFileRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<RenderPdfDocumentFromHtmlFileRequest.Builder>public RenderPdfDocumentFromHtmlFileRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<RenderPdfDocumentFromHtmlFileRequest.Builder>public RenderPdfDocumentFromHtmlFileRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<RenderPdfDocumentFromHtmlFileRequest.Builder>public RenderPdfDocumentFromHtmlFileRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<RenderPdfDocumentFromHtmlFileRequest.Builder>public RenderPdfDocumentFromHtmlFileRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<RenderPdfDocumentFromHtmlFileRequest.Builder>public RenderPdfDocumentFromHtmlFileRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RenderPdfDocumentFromHtmlFileRequest.Builder>public RenderPdfDocumentFromHtmlFileRequest.Builder mergeFrom(RenderPdfDocumentFromHtmlFileRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<RenderPdfDocumentFromHtmlFileRequest.Builder>public RenderPdfDocumentFromHtmlFileRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RenderPdfDocumentFromHtmlFileRequest.Builder>IOExceptionpublic String getHtmlFilePath()
string html_file_path = 1;getHtmlFilePath in interface RenderPdfDocumentFromHtmlFileRequestOrBuilderpublic com.google.protobuf.ByteString getHtmlFilePathBytes()
string html_file_path = 1;getHtmlFilePathBytes in interface RenderPdfDocumentFromHtmlFileRequestOrBuilderpublic RenderPdfDocumentFromHtmlFileRequest.Builder setHtmlFilePath(String value)
string html_file_path = 1;value - The htmlFilePath to set.public RenderPdfDocumentFromHtmlFileRequest.Builder clearHtmlFilePath()
string html_file_path = 1;public RenderPdfDocumentFromHtmlFileRequest.Builder setHtmlFilePathBytes(com.google.protobuf.ByteString value)
string html_file_path = 1;value - The bytes for htmlFilePath to set.public boolean hasRenderOptions()
optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 2;hasRenderOptions in interface RenderPdfDocumentFromHtmlFileRequestOrBuilderpublic ChromePdfRenderOptions getRenderOptions()
optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 2;getRenderOptions in interface RenderPdfDocumentFromHtmlFileRequestOrBuilderpublic RenderPdfDocumentFromHtmlFileRequest.Builder setRenderOptions(ChromePdfRenderOptions value)
optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 2;public RenderPdfDocumentFromHtmlFileRequest.Builder setRenderOptions(ChromePdfRenderOptions.Builder builderForValue)
optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 2;public RenderPdfDocumentFromHtmlFileRequest.Builder mergeRenderOptions(ChromePdfRenderOptions value)
optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 2;public RenderPdfDocumentFromHtmlFileRequest.Builder clearRenderOptions()
optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 2;public ChromePdfRenderOptions.Builder getRenderOptionsBuilder()
optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 2;public ChromePdfRenderOptionsOrBuilder getRenderOptionsOrBuilder()
optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 2;getRenderOptionsOrBuilder in interface RenderPdfDocumentFromHtmlFileRequestOrBuilderpublic boolean hasHttpOptions()
optional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 3;hasHttpOptions in interface RenderPdfDocumentFromHtmlFileRequestOrBuilderpublic ChromeHttpLoginCredentials getHttpOptions()
optional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 3;getHttpOptions in interface RenderPdfDocumentFromHtmlFileRequestOrBuilderpublic RenderPdfDocumentFromHtmlFileRequest.Builder setHttpOptions(ChromeHttpLoginCredentials value)
optional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 3;public RenderPdfDocumentFromHtmlFileRequest.Builder setHttpOptions(ChromeHttpLoginCredentials.Builder builderForValue)
optional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 3;public RenderPdfDocumentFromHtmlFileRequest.Builder mergeHttpOptions(ChromeHttpLoginCredentials value)
optional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 3;public RenderPdfDocumentFromHtmlFileRequest.Builder clearHttpOptions()
optional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 3;public ChromeHttpLoginCredentials.Builder getHttpOptionsBuilder()
optional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 3;public ChromeHttpLoginCredentialsOrBuilder getHttpOptionsOrBuilder()
optional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 3;getHttpOptionsOrBuilder in interface RenderPdfDocumentFromHtmlFileRequestOrBuilderpublic final RenderPdfDocumentFromHtmlFileRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<RenderPdfDocumentFromHtmlFileRequest.Builder>public final RenderPdfDocumentFromHtmlFileRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<RenderPdfDocumentFromHtmlFileRequest.Builder>Copyright © 2022–2023 Iron Software. All rights reserved.