Interface RenderPdfDocumentFromZipRequestStream.InfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RenderPdfDocumentFromZipRequestStream.Info
,RenderPdfDocumentFromZipRequestStream.Info.Builder
- Enclosing class:
RenderPdfDocumentFromZipRequestStream
public static interface RenderPdfDocumentFromZipRequestStream.InfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 3;
optional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 3;
string main_file = 1;
com.google.protobuf.ByteString
string main_file = 1;
optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 2;
optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 2;
boolean
optional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 3;
boolean
optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_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
-
getMainFile
String getMainFile()string main_file = 1;
- Returns:
- The mainFile.
-
getMainFileBytes
com.google.protobuf.ByteString getMainFileBytes()string main_file = 1;
- Returns:
- The bytes for mainFile.
-
hasRenderOptions
boolean hasRenderOptions()optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 2;
- Returns:
- Whether the renderOptions field is set.
-
getRenderOptions
ChromePdfRenderOptions getRenderOptions()optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 2;
- Returns:
- The renderOptions.
-
getRenderOptionsOrBuilder
ChromePdfRenderOptionsOrBuilder getRenderOptionsOrBuilder()optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 2;
-
hasHttpOptions
boolean hasHttpOptions()optional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 3;
- Returns:
- Whether the httpOptions field is set.
-
getHttpOptions
ChromeHttpLoginCredentials getHttpOptions()optional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 3;
- Returns:
- The httpOptions.
-
getHttpOptionsOrBuilder
ChromeHttpLoginCredentialsOrBuilder getHttpOptionsOrBuilder()optional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 3;
-