Interface RenderPdfDocumentFromUriRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RenderPdfDocumentFromUriRequest,RenderPdfDocumentFromUriRequest.Builder
public interface RenderPdfDocumentFromUriRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionoptional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 3;optional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 3;optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 2;optional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 2;getUri()string uri = 1;com.google.protobuf.ByteStringstring uri = 1;booleanoptional .IronPdfEngine.Proto.ChromeHttpLoginCredentials http_options = 3;booleanoptional .IronPdfEngine.Proto.ChromePdfRenderOptions render_options = 2;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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 .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;
-