com.ironsoftware.ironpdf.internal.proto.BytesResultStreamOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: Basic.proto
package com.ironsoftware.ironpdf.internal.proto;
public interface BytesResultStreamOrBuilder extends
// @@protoc_insertion_point(interface_extends:IronPdfEngine.Proto.BytesResultStream)
com.google.protobuf.MessageOrBuilder {
/**
* bytes result_chunk = 1;
* @return Whether the resultChunk field is set.
*/
boolean hasResultChunk();
/**
* bytes result_chunk = 1;
* @return The resultChunk.
*/
com.google.protobuf.ByteString getResultChunk();
/**
* .IronPdfEngine.Proto.RemoteException exception = 2;
* @return Whether the exception field is set.
*/
boolean hasException();
/**
* .IronPdfEngine.Proto.RemoteException exception = 2;
* @return The exception.
*/
com.ironsoftware.ironpdf.internal.proto.RemoteException getException();
/**
* .IronPdfEngine.Proto.RemoteException exception = 2;
*/
com.ironsoftware.ironpdf.internal.proto.RemoteExceptionOrBuilder getExceptionOrBuilder();
public com.ironsoftware.ironpdf.internal.proto.BytesResultStream.ResultOrExceptionCase getResultOrExceptionCase();
}