![JAR search and dependency download from the Maven repository](/logo.png)
com.ironsoftware.ironpdf.internal.proto.PdfDocumentResultPOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: basic.proto
// Protobuf Java Version: 3.25.0
package com.ironsoftware.ironpdf.internal.proto;
public interface PdfDocumentResultPOrBuilder extends
// @@protoc_insertion_point(interface_extends:ironpdfengineproto.PdfDocumentResultP)
com.google.protobuf.MessageOrBuilder {
/**
* .ironpdfengineproto.PdfDocumentP result = 1;
* @return Whether the result field is set.
*/
boolean hasResult();
/**
* .ironpdfengineproto.PdfDocumentP result = 1;
* @return The result.
*/
com.ironsoftware.ironpdf.internal.proto.PdfDocumentP getResult();
/**
* .ironpdfengineproto.PdfDocumentP result = 1;
*/
com.ironsoftware.ironpdf.internal.proto.PdfDocumentPOrBuilder getResultOrBuilder();
/**
* .ironpdfengineproto.RemoteExceptionP exception = 2;
* @return Whether the exception field is set.
*/
boolean hasException();
/**
* .ironpdfengineproto.RemoteExceptionP exception = 2;
* @return The exception.
*/
com.ironsoftware.ironpdf.internal.proto.RemoteExceptionP getException();
/**
* .ironpdfengineproto.RemoteExceptionP exception = 2;
*/
com.ironsoftware.ironpdf.internal.proto.RemoteExceptionPOrBuilder getExceptionOrBuilder();
com.ironsoftware.ironpdf.internal.proto.PdfDocumentResultP.ResultOrExceptionCase getResultOrExceptionCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy