Interface PdfDocumentConstructorStreamOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- PdfDocumentConstructorStream,- PdfDocumentConstructorStream.Builder
public interface PdfDocumentConstructorStreamOrBuilder
extends com.google.protobuf.MessageOrBuilder
- 
Method SummaryModifier and TypeMethodDescriptiongetInfo().IronPdfEngine.Proto.PdfDocumentConstructorStream.Info info = 1;.IronPdfEngine.Proto.PdfDocumentConstructorStream.Info info = 1;com.google.protobuf.ByteStringbytes pdf_bytes_chunk = 2;booleanhasInfo().IronPdfEngine.Proto.PdfDocumentConstructorStream.Info info = 1;booleanbytes pdf_bytes_chunk = 2;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- 
hasInfoboolean hasInfo().IronPdfEngine.Proto.PdfDocumentConstructorStream.Info info = 1;- Returns:
- Whether the info field is set.
 
- 
getInfoPdfDocumentConstructorStream.Info getInfo().IronPdfEngine.Proto.PdfDocumentConstructorStream.Info info = 1;- Returns:
- The info.
 
- 
getInfoOrBuilderPdfDocumentConstructorStream.InfoOrBuilder getInfoOrBuilder().IronPdfEngine.Proto.PdfDocumentConstructorStream.Info info = 1;
- 
hasPdfBytesChunkboolean hasPdfBytesChunk()bytes pdf_bytes_chunk = 2;- Returns:
- Whether the pdfBytesChunk field is set.
 
- 
getPdfBytesChunkcom.google.protobuf.ByteString getPdfBytesChunk()bytes pdf_bytes_chunk = 2;- Returns:
- The pdfBytesChunk.
 
- 
getRequestCasePdfDocumentConstructorStream.RequestCase getRequestCase()
 
-