Interface ChromeHttpLoginCredentialsOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- ChromeHttpLoginCredentials,- ChromeHttpLoginCredentials.Builder
public interface ChromeHttpLoginCredentialsOrBuilder
extends com.google.protobuf.MessageOrBuilder
- 
Method SummaryModifier and TypeMethodDescriptionoptional .IronPdfEngine.Proto.StringDictionary custom_cookies = 1;optional .IronPdfEngine.Proto.StringDictionary custom_cookies = 1;booleanoptional bool enable_cookies = 2;optional string network_password = 3;com.google.protobuf.ByteStringoptional string network_password = 3;optional string network_username = 4;com.google.protobuf.ByteStringoptional string network_username = 4;booleanoptional .IronPdfEngine.Proto.StringDictionary custom_cookies = 1;booleanoptional bool enable_cookies = 2;booleanoptional string network_password = 3;booleanoptional string network_username = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
hasCustomCookiesboolean hasCustomCookies()optional .IronPdfEngine.Proto.StringDictionary custom_cookies = 1;- Returns:
- Whether the customCookies field is set.
 
- 
getCustomCookiesStringDictionary getCustomCookies()optional .IronPdfEngine.Proto.StringDictionary custom_cookies = 1;- Returns:
- The customCookies.
 
- 
getCustomCookiesOrBuilderStringDictionaryOrBuilder getCustomCookiesOrBuilder()optional .IronPdfEngine.Proto.StringDictionary custom_cookies = 1;
- 
hasEnableCookiesboolean hasEnableCookies()optional bool enable_cookies = 2;- Returns:
- Whether the enableCookies field is set.
 
- 
getEnableCookiesboolean getEnableCookies()optional bool enable_cookies = 2;- Returns:
- The enableCookies.
 
- 
hasNetworkPasswordboolean hasNetworkPassword()optional string network_password = 3;- Returns:
- Whether the networkPassword field is set.
 
- 
getNetworkPasswordString getNetworkPassword()optional string network_password = 3;- Returns:
- The networkPassword.
 
- 
getNetworkPasswordBytescom.google.protobuf.ByteString getNetworkPasswordBytes()optional string network_password = 3;- Returns:
- The bytes for networkPassword.
 
- 
hasNetworkUsernameboolean hasNetworkUsername()optional string network_username = 4;- Returns:
- Whether the networkUsername field is set.
 
- 
getNetworkUsernameString getNetworkUsername()optional string network_username = 4;- Returns:
- The networkUsername.
 
- 
getNetworkUsernameBytescom.google.protobuf.ByteString getNetworkUsernameBytes()optional string network_username = 4;- Returns:
- The bytes for networkUsername.
 
 
-