Interface BytesResultStreamPOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    BytesResultStreamP, BytesResultStreamP.Builder

    public interface BytesResultStreamPOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • 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;