public final class ChromeHttpLoginCredentialsP extends com.google.protobuf.GeneratedMessageV3 implements ChromeHttpLoginCredentialsPOrBuilder
ironpdfengineproto.ChromeHttpLoginCredentialsP| Modifier and Type | Class and Description |
|---|---|
static class |
ChromeHttpLoginCredentialsP.Builder
Protobuf type
ironpdfengineproto.ChromeHttpLoginCredentialsP |
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 |
CUSTOM_COOKIES_FIELD_NUMBER |
static int |
ENABLE_COOKIES_FIELD_NUMBER |
static int |
NETWORK_PASSWORD_FIELD_NUMBER |
static int |
NETWORK_USERNAME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
StringDictionaryP |
getCustomCookies()
optional .ironpdfengineproto.StringDictionaryP custom_cookies = 1; |
StringDictionaryPOrBuilder |
getCustomCookiesOrBuilder()
optional .ironpdfengineproto.StringDictionaryP custom_cookies = 1; |
static ChromeHttpLoginCredentialsP |
getDefaultInstance() |
ChromeHttpLoginCredentialsP |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getEnableCookies()
optional bool enable_cookies = 2; |
String |
getNetworkPassword()
optional string network_password = 3; |
com.google.protobuf.ByteString |
getNetworkPasswordBytes()
optional string network_password = 3; |
String |
getNetworkUsername()
optional string network_username = 4; |
com.google.protobuf.ByteString |
getNetworkUsernameBytes()
optional string network_username = 4; |
com.google.protobuf.Parser<ChromeHttpLoginCredentialsP> |
getParserForType() |
int |
getSerializedSize() |
boolean |
hasCustomCookies()
optional .ironpdfengineproto.StringDictionaryP custom_cookies = 1; |
boolean |
hasEnableCookies()
optional bool enable_cookies = 2; |
int |
hashCode() |
boolean |
hasNetworkPassword()
optional string network_password = 3; |
boolean |
hasNetworkUsername()
optional string network_username = 4; |
boolean |
isInitialized() |
static ChromeHttpLoginCredentialsP.Builder |
newBuilder() |
static ChromeHttpLoginCredentialsP.Builder |
newBuilder(ChromeHttpLoginCredentialsP prototype) |
ChromeHttpLoginCredentialsP.Builder |
newBuilderForType() |
static ChromeHttpLoginCredentialsP |
parseDelimitedFrom(InputStream input) |
static ChromeHttpLoginCredentialsP |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChromeHttpLoginCredentialsP |
parseFrom(byte[] data) |
static ChromeHttpLoginCredentialsP |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChromeHttpLoginCredentialsP |
parseFrom(ByteBuffer data) |
static ChromeHttpLoginCredentialsP |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChromeHttpLoginCredentialsP |
parseFrom(com.google.protobuf.ByteString data) |
static ChromeHttpLoginCredentialsP |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChromeHttpLoginCredentialsP |
parseFrom(com.google.protobuf.CodedInputStream input) |
static ChromeHttpLoginCredentialsP |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ChromeHttpLoginCredentialsP |
parseFrom(InputStream input) |
static ChromeHttpLoginCredentialsP |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<ChromeHttpLoginCredentialsP> |
parser() |
ChromeHttpLoginCredentialsP.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 CUSTOM_COOKIES_FIELD_NUMBER
public static final int ENABLE_COOKIES_FIELD_NUMBER
public static final int NETWORK_PASSWORD_FIELD_NUMBER
public static final int NETWORK_USERNAME_FIELD_NUMBER
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
public boolean hasCustomCookies()
optional .ironpdfengineproto.StringDictionaryP custom_cookies = 1;hasCustomCookies in interface ChromeHttpLoginCredentialsPOrBuilderpublic StringDictionaryP getCustomCookies()
optional .ironpdfengineproto.StringDictionaryP custom_cookies = 1;getCustomCookies in interface ChromeHttpLoginCredentialsPOrBuilderpublic StringDictionaryPOrBuilder getCustomCookiesOrBuilder()
optional .ironpdfengineproto.StringDictionaryP custom_cookies = 1;getCustomCookiesOrBuilder in interface ChromeHttpLoginCredentialsPOrBuilderpublic boolean hasEnableCookies()
optional bool enable_cookies = 2;hasEnableCookies in interface ChromeHttpLoginCredentialsPOrBuilderpublic boolean getEnableCookies()
optional bool enable_cookies = 2;getEnableCookies in interface ChromeHttpLoginCredentialsPOrBuilderpublic boolean hasNetworkPassword()
optional string network_password = 3;hasNetworkPassword in interface ChromeHttpLoginCredentialsPOrBuilderpublic String getNetworkPassword()
optional string network_password = 3;getNetworkPassword in interface ChromeHttpLoginCredentialsPOrBuilderpublic com.google.protobuf.ByteString getNetworkPasswordBytes()
optional string network_password = 3;getNetworkPasswordBytes in interface ChromeHttpLoginCredentialsPOrBuilderpublic boolean hasNetworkUsername()
optional string network_username = 4;hasNetworkUsername in interface ChromeHttpLoginCredentialsPOrBuilderpublic String getNetworkUsername()
optional string network_username = 4;getNetworkUsername in interface ChromeHttpLoginCredentialsPOrBuilderpublic com.google.protobuf.ByteString getNetworkUsernameBytes()
optional string network_username = 4;getNetworkUsernameBytes in interface ChromeHttpLoginCredentialsPOrBuilderpublic 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 ChromeHttpLoginCredentialsP parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChromeHttpLoginCredentialsP parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChromeHttpLoginCredentialsP parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChromeHttpLoginCredentialsP parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChromeHttpLoginCredentialsP parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChromeHttpLoginCredentialsP parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static ChromeHttpLoginCredentialsP parseFrom(InputStream input) throws IOException
IOExceptionpublic static ChromeHttpLoginCredentialsP parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ChromeHttpLoginCredentialsP parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static ChromeHttpLoginCredentialsP parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static ChromeHttpLoginCredentialsP parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static ChromeHttpLoginCredentialsP parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic ChromeHttpLoginCredentialsP.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static ChromeHttpLoginCredentialsP.Builder newBuilder()
public static ChromeHttpLoginCredentialsP.Builder newBuilder(ChromeHttpLoginCredentialsP prototype)
public ChromeHttpLoginCredentialsP.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLitepublic static ChromeHttpLoginCredentialsP getDefaultInstance()
public static com.google.protobuf.Parser<ChromeHttpLoginCredentialsP> parser()
public com.google.protobuf.Parser<ChromeHttpLoginCredentialsP> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public ChromeHttpLoginCredentialsP getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022–2024 Iron Software. All rights reserved.