Interface ChromeHttpLoginCredentialsPOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChromeHttpLoginCredentialsP
,ChromeHttpLoginCredentialsP.Builder
public interface ChromeHttpLoginCredentialsPOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringDictionaryP
getCustomCookies()
optional .ironpdfengineproto.StringDictionaryP custom_cookies = 1;
StringDictionaryPOrBuilder
getCustomCookiesOrBuilder()
optional .ironpdfengineproto.StringDictionaryP custom_cookies = 1;
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;
boolean
hasCustomCookies()
optional .ironpdfengineproto.StringDictionaryP custom_cookies = 1;
boolean
hasEnableCookies()
optional bool enable_cookies = 2;
boolean
hasNetworkPassword()
optional string network_password = 3;
boolean
hasNetworkUsername()
optional string network_username = 4;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCustomCookies
boolean hasCustomCookies()
optional .ironpdfengineproto.StringDictionaryP custom_cookies = 1;
- Returns:
- Whether the customCookies field is set.
-
getCustomCookies
StringDictionaryP getCustomCookies()
optional .ironpdfengineproto.StringDictionaryP custom_cookies = 1;
- Returns:
- The customCookies.
-
getCustomCookiesOrBuilder
StringDictionaryPOrBuilder getCustomCookiesOrBuilder()
optional .ironpdfengineproto.StringDictionaryP custom_cookies = 1;
-
hasEnableCookies
boolean hasEnableCookies()
optional bool enable_cookies = 2;
- Returns:
- Whether the enableCookies field is set.
-
getEnableCookies
boolean getEnableCookies()
optional bool enable_cookies = 2;
- Returns:
- The enableCookies.
-
hasNetworkPassword
boolean hasNetworkPassword()
optional string network_password = 3;
- Returns:
- Whether the networkPassword field is set.
-
getNetworkPassword
String getNetworkPassword()
optional string network_password = 3;
- Returns:
- The networkPassword.
-
getNetworkPasswordBytes
com.google.protobuf.ByteString getNetworkPasswordBytes()
optional string network_password = 3;
- Returns:
- The bytes for networkPassword.
-
hasNetworkUsername
boolean hasNetworkUsername()
optional string network_username = 4;
- Returns:
- Whether the networkUsername field is set.
-
getNetworkUsername
String getNetworkUsername()
optional string network_username = 4;
- Returns:
- The networkUsername.
-
getNetworkUsernameBytes
com.google.protobuf.ByteString getNetworkUsernameBytes()
optional string network_username = 4;
- Returns:
- The bytes for networkUsername.
-
-