Interface ChromeApplyCookiesRequestPOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChromeApplyCookiesRequestP
,ChromeApplyCookiesRequestP.Builder
public interface ChromeApplyCookiesRequestPOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringDictionaryP
getCookies()
.ironpdfengineproto.StringDictionaryP cookies = 2;
StringDictionaryPOrBuilder
getCookiesOrBuilder()
.ironpdfengineproto.StringDictionaryP cookies = 2;
String
getUrl()
string url = 1;
com.google.protobuf.ByteString
getUrlBytes()
string url = 1;
boolean
hasCookies()
.ironpdfengineproto.StringDictionaryP cookies = 2;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getUrl
String getUrl()
string url = 1;
- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()
string url = 1;
- Returns:
- The bytes for url.
-
hasCookies
boolean hasCookies()
.ironpdfengineproto.StringDictionaryP cookies = 2;
- Returns:
- Whether the cookies field is set.
-
getCookies
StringDictionaryP getCookies()
.ironpdfengineproto.StringDictionaryP cookies = 2;
- Returns:
- The cookies.
-
getCookiesOrBuilder
StringDictionaryPOrBuilder getCookiesOrBuilder()
.ironpdfengineproto.StringDictionaryP cookies = 2;
-
-