Interface PdfiumGetPdfAttachmentDataResultStreamPOrBuilder
- 
- All Superinterfaces:
 com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
 PdfiumGetPdfAttachmentDataResultStreamP,PdfiumGetPdfAttachmentDataResultStreamP.Builder
public interface PdfiumGetPdfAttachmentDataResultStreamPOrBuilder extends com.google.protobuf.MessageOrBuilder 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoteExceptionPgetException().ironpdfengineproto.RemoteExceptionP exception = 2;RemoteExceptionPOrBuildergetExceptionOrBuilder().ironpdfengineproto.RemoteExceptionP exception = 2;com.google.protobuf.ByteStringgetResultChunk()bytes result_chunk = 1;PdfiumGetPdfAttachmentDataResultStreamP.ResultOrExceptionCasegetResultOrExceptionCase()booleanhasException().ironpdfengineproto.RemoteExceptionP exception = 2;booleanhasResultChunk()bytes result_chunk = 1;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof 
 - 
 
 - 
 
- 
- 
Method Detail
- 
hasResultChunk
boolean hasResultChunk()
bytes result_chunk = 1;- Returns:
 - Whether the resultChunk field is set.
 
 
- 
getResultChunk
com.google.protobuf.ByteString getResultChunk()
bytes result_chunk = 1;- Returns:
 - The resultChunk.
 
 
- 
hasException
boolean hasException()
.ironpdfengineproto.RemoteExceptionP exception = 2;- Returns:
 - Whether the exception field is set.
 
 
- 
getException
RemoteExceptionP getException()
.ironpdfengineproto.RemoteExceptionP exception = 2;- Returns:
 - The exception.
 
 
- 
getExceptionOrBuilder
RemoteExceptionPOrBuilder getExceptionOrBuilder()
.ironpdfengineproto.RemoteExceptionP exception = 2; 
- 
getResultOrExceptionCase
PdfiumGetPdfAttachmentDataResultStreamP.ResultOrExceptionCase getResultOrExceptionCase()
 
 - 
 
 -