Interface ApplyCookiesRequestOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- ApplyCookiesRequest,- ApplyCookiesRequest.Builder
public interface ApplyCookiesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
- 
Method SummaryModifier and TypeMethodDescription.IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 2;.IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 2;getUrl()string url = 1;com.google.protobuf.ByteStringstring url = 1;boolean.IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 2;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- 
getUrlString getUrl()string url = 1;- Returns:
- The url.
 
- 
getUrlBytescom.google.protobuf.ByteString getUrlBytes()string url = 1;- Returns:
- The bytes for url.
 
- 
hasHttpOptionsboolean hasHttpOptions().IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 2;- Returns:
- Whether the httpOptions field is set.
 
- 
getHttpOptionsChromeHttpLoginCredentials getHttpOptions().IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 2;- Returns:
- The httpOptions.
 
- 
getHttpOptionsOrBuilderChromeHttpLoginCredentialsOrBuilder getHttpOptionsOrBuilder().IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 2;
 
-