Interface ImageResultStreamOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- ImageResultStream,- ImageResultStream.Builder
public interface ImageResultStreamOrBuilder
extends com.google.protobuf.MessageOrBuilder
- 
Method SummaryModifier and TypeMethodDescription.IronPdfEngine.Proto.RemoteException exception = 2;.IronPdfEngine.Proto.RemoteException exception = 2;com.google.protobuf.ByteStringbytes raw_image_chunk = 1;boolean.IronPdfEngine.Proto.RemoteException exception = 2;booleanbytes raw_image_chunk = 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- 
hasRawImageChunkboolean hasRawImageChunk()bytes raw_image_chunk = 1;- Returns:
- Whether the rawImageChunk field is set.
 
- 
getRawImageChunkcom.google.protobuf.ByteString getRawImageChunk()bytes raw_image_chunk = 1;- Returns:
- The rawImageChunk.
 
- 
hasExceptionboolean hasException().IronPdfEngine.Proto.RemoteException exception = 2;- Returns:
- Whether the exception field is set.
 
- 
getExceptionRemoteException getException().IronPdfEngine.Proto.RemoteException exception = 2;- Returns:
- The exception.
 
- 
getExceptionOrBuilderRemoteExceptionOrBuilder getExceptionOrBuilder().IronPdfEngine.Proto.RemoteException exception = 2;
- 
getResultOrExceptionCaseImageResultStream.ResultOrExceptionCase getResultOrExceptionCase()
 
-