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 Summary

    Modifier and Type
    Method
    Description
    .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 2;
    .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 2;
    string url = 1;
    com.google.protobuf.ByteString
    string url = 1;
    boolean
    .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getUrl

      String getUrl()
      string url = 1;
      Returns:
      The url.
    • getUrlBytes

      com.google.protobuf.ByteString getUrlBytes()
      string url = 1;
      Returns:
      The bytes for url.
    • hasHttpOptions

      boolean hasHttpOptions()
      .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 2;
      Returns:
      Whether the httpOptions field is set.
    • getHttpOptions

      ChromeHttpLoginCredentials getHttpOptions()
      .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 2;
      Returns:
      The httpOptions.
    • getHttpOptionsOrBuilder

      ChromeHttpLoginCredentialsOrBuilder getHttpOptionsOrBuilder()
      .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 2;