Interface PdfiumGetPathObjectCollectionResultPOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PdfiumGetPathObjectCollectionResultP
,PdfiumGetPathObjectCollectionResultP.Builder
public interface PdfiumGetPathObjectCollectionResultPOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoteExceptionP
getException()
.ironpdfengineproto.RemoteExceptionP exception = 2;
RemoteExceptionPOrBuilder
getExceptionOrBuilder()
.ironpdfengineproto.RemoteExceptionP exception = 2;
PdfiumPathObjectCollectionP
getResult()
.ironpdfengineproto.PdfiumPathObjectCollectionP result = 1;
PdfiumPathObjectCollectionPOrBuilder
getResultOrBuilder()
.ironpdfengineproto.PdfiumPathObjectCollectionP result = 1;
PdfiumGetPathObjectCollectionResultP.ResultOrExceptionCase
getResultOrExceptionCase()
boolean
hasException()
.ironpdfengineproto.RemoteExceptionP exception = 2;
boolean
hasResult()
.ironpdfengineproto.PdfiumPathObjectCollectionP result = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasResult
boolean hasResult()
.ironpdfengineproto.PdfiumPathObjectCollectionP result = 1;
- Returns:
- Whether the result field is set.
-
getResult
PdfiumPathObjectCollectionP getResult()
.ironpdfengineproto.PdfiumPathObjectCollectionP result = 1;
- Returns:
- The result.
-
getResultOrBuilder
PdfiumPathObjectCollectionPOrBuilder getResultOrBuilder()
.ironpdfengineproto.PdfiumPathObjectCollectionP result = 1;
-
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
PdfiumGetPathObjectCollectionResultP.ResultOrExceptionCase getResultOrExceptionCase()
-
-