Interface ChromeRenderPdfDocumentFromUriRequestPOrBuilder

    • Method Detail

      • getUri

        String getUri()
        string uri = 1;
        Returns:
        The uri.
      • getUriBytes

        com.google.protobuf.ByteString getUriBytes()
        string uri = 1;
        Returns:
        The bytes for uri.
      • hasRenderOptions

        boolean hasRenderOptions()
        optional .ironpdfengineproto.ChromePdfRenderOptionsP render_options = 2;
        Returns:
        Whether the renderOptions field is set.
      • getRenderOptions

        ChromePdfRenderOptionsP getRenderOptions()
        optional .ironpdfengineproto.ChromePdfRenderOptionsP render_options = 2;
        Returns:
        The renderOptions.
      • getRenderOptionsOrBuilder

        ChromePdfRenderOptionsPOrBuilder getRenderOptionsOrBuilder()
        optional .ironpdfengineproto.ChromePdfRenderOptionsP render_options = 2;
      • hasHttpOptions

        boolean hasHttpOptions()
        optional .ironpdfengineproto.ChromeHttpLoginCredentialsP http_options = 3;
        Returns:
        Whether the httpOptions field is set.
      • getHttpOptions

        ChromeHttpLoginCredentialsP getHttpOptions()
        optional .ironpdfengineproto.ChromeHttpLoginCredentialsP http_options = 3;
        Returns:
        The httpOptions.