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 SummaryModifier and TypeMethodDescriptionoptional string base_url = 3;com.google.protobuf.ByteStringoptional 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;booleanoptional string base_url = 3;booleanoptional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 2;booleanoptional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
hasRenderOptionsboolean hasRenderOptions()optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 1;- Returns:
- Whether the renderOptions field is set.
 
- 
getRenderOptionsChromePdfRenderOptions getRenderOptions()optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 1;- Returns:
- The renderOptions.
 
- 
getRenderOptionsOrBuilderChromePdfRenderOptionsOrBuilder getRenderOptionsOrBuilder()optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 1;
- 
hasHttpOptionsboolean hasHttpOptions()optional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 2;- Returns:
- Whether the httpOptions field is set.
 
- 
getHttpOptionsChromeHttpLoginCredentials getHttpOptions()optional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 2;- Returns:
- The httpOptions.
 
- 
getHttpOptionsOrBuilderChromeHttpLoginCredentialsOrBuilder getHttpOptionsOrBuilder()optional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 2;
- 
hasBaseUrlboolean hasBaseUrl()optional string base_url = 3;- Returns:
- Whether the baseUrl field is set.
 
- 
getBaseUrlString getBaseUrl()optional string base_url = 3;- Returns:
- The baseUrl.
 
- 
getBaseUrlBytescom.google.protobuf.ByteString getBaseUrlBytes()optional string base_url = 3;- Returns:
- The bytes for baseUrl.
 
 
-