public final class ChromeHtmlStamperInfoP extends com.google.protobuf.GeneratedMessageV3 implements ChromeHtmlStamperInfoPOrBuilder
ironpdfengineproto.ChromeHtmlStamperInfoP| Modifier and Type | Class and Description |
|---|---|
static class |
ChromeHtmlStamperInfoP.Builder
Protobuf type
ironpdfengineproto.ChromeHtmlStamperInfoP |
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 |
BASE_URL_FIELD_NUMBER |
static int |
CSS_MEDIA_TYPE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBaseUrl()
optional string base_url = 1; |
com.google.protobuf.ByteString |
getBaseUrlBytes()
optional string base_url = 1; |
ChromePdfCssMediaTypeP |
getCssMediaType()
optional .ironpdfengineproto.ChromePdfCssMediaTypeP css_media_type = 4; |
ChromePdfCssMediaTypePOrBuilder |
getCssMediaTypeOrBuilder()
optional .ironpdfengineproto.ChromePdfCssMediaTypeP css_media_type = 4; |
static ChromeHtmlStamperInfoP |
getDefaultInstance() |
ChromeHtmlStamperInfoP |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<ChromeHtmlStamperInfoP> |
getParserForType() |
int |
getSerializedSize() |
boolean |
hasBaseUrl()
optional string base_url = 1; |
boolean |
hasCssMediaType()
optional .ironpdfengineproto.ChromePdfCssMediaTypeP css_media_type = 4; |
int |
hashCode() |
boolean |
isInitialized() |
static ChromeHtmlStamperInfoP.Builder |
newBuilder() |
static ChromeHtmlStamperInfoP.Builder |
newBuilder(ChromeHtmlStamperInfoP prototype) |
ChromeHtmlStamperInfoP.Builder |
newBuilderForType() |
static ChromeHtmlStamperInfoP |
parseDelimitedFrom(InputStream input) |
static ChromeHtmlStamperInfoP |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChromeHtmlStamperInfoP |
parseFrom(byte[] data) |
static ChromeHtmlStamperInfoP |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChromeHtmlStamperInfoP |
parseFrom(ByteBuffer data) |
static ChromeHtmlStamperInfoP |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChromeHtmlStamperInfoP |
parseFrom(com.google.protobuf.ByteString data) |
static ChromeHtmlStamperInfoP |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChromeHtmlStamperInfoP |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ChromeHtmlStamperInfoP |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChromeHtmlStamperInfoP |
parseFrom(InputStream input) |
static ChromeHtmlStamperInfoP |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ChromeHtmlStamperInfoP> |
parser() |
ChromeHtmlStamperInfoP.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 BASE_URL_FIELD_NUMBER
public static final int CSS_MEDIA_TYPE_FIELD_NUMBER
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public boolean hasBaseUrl()
optional string base_url = 1;hasBaseUrl in interface ChromeHtmlStamperInfoPOrBuilderpublic String getBaseUrl()
optional string base_url = 1;getBaseUrl in interface ChromeHtmlStamperInfoPOrBuilderpublic com.google.protobuf.ByteString getBaseUrlBytes()
optional string base_url = 1;getBaseUrlBytes in interface ChromeHtmlStamperInfoPOrBuilderpublic boolean hasCssMediaType()
optional .ironpdfengineproto.ChromePdfCssMediaTypeP css_media_type = 4;hasCssMediaType in interface ChromeHtmlStamperInfoPOrBuilderpublic ChromePdfCssMediaTypeP getCssMediaType()
optional .ironpdfengineproto.ChromePdfCssMediaTypeP css_media_type = 4;getCssMediaType in interface ChromeHtmlStamperInfoPOrBuilderpublic ChromePdfCssMediaTypePOrBuilder getCssMediaTypeOrBuilder()
optional .ironpdfengineproto.ChromePdfCssMediaTypeP css_media_type = 4;getCssMediaTypeOrBuilder in interface ChromeHtmlStamperInfoPOrBuilderpublic 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 ChromeHtmlStamperInfoP parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChromeHtmlStamperInfoP parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChromeHtmlStamperInfoP parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChromeHtmlStamperInfoP parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChromeHtmlStamperInfoP parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChromeHtmlStamperInfoP parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChromeHtmlStamperInfoP parseFrom(InputStream input) throws IOException
IOExceptionpublic static ChromeHtmlStamperInfoP parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ChromeHtmlStamperInfoP parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ChromeHtmlStamperInfoP parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ChromeHtmlStamperInfoP parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ChromeHtmlStamperInfoP parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ChromeHtmlStamperInfoP.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ChromeHtmlStamperInfoP.Builder newBuilder()
public static ChromeHtmlStamperInfoP.Builder newBuilder(ChromeHtmlStamperInfoP prototype)
public ChromeHtmlStamperInfoP.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLitepublic static ChromeHtmlStamperInfoP getDefaultInstance()
public static com.google.protobuf.Parser<ChromeHtmlStamperInfoP> parser()
public com.google.protobuf.Parser<ChromeHtmlStamperInfoP> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ChromeHtmlStamperInfoP getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022–2024 Iron Software. All rights reserved.