Interface RenderPdfDocumentFromStringSnippetRequestStream.InfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RenderPdfDocumentFromStringSnippetRequestStream.Info, RenderPdfDocumentFromStringSnippetRequestStream.Info.Builder
Enclosing class:
RenderPdfDocumentFromStringSnippetRequestStream

public static interface RenderPdfDocumentFromStringSnippetRequestStream.InfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional string base_url = 3;
    com.google.protobuf.ByteString
    optional string base_url = 3;
    optional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 2;
    optional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 2;
    optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 1;
    optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 1;
    boolean
    optional string base_url = 3;
    boolean
    optional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 2;
    boolean
    optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 1;

    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

    • hasRenderOptions

      boolean hasRenderOptions()
      optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 1;
      Returns:
      Whether the renderOptions field is set.
    • getRenderOptions

      ChromePdfRenderOptions getRenderOptions()
      optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 1;
      Returns:
      The renderOptions.
    • getRenderOptionsOrBuilder

      ChromePdfRenderOptionsOrBuilder getRenderOptionsOrBuilder()
      optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 1;
    • hasHttpOptions

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

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

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

      boolean hasBaseUrl()
      optional string base_url = 3;
      Returns:
      Whether the baseUrl field is set.
    • getBaseUrl

      String getBaseUrl()
      optional string base_url = 3;
      Returns:
      The baseUrl.
    • getBaseUrlBytes

      com.google.protobuf.ByteString getBaseUrlBytes()
      optional string base_url = 3;
      Returns:
      The bytes for baseUrl.