Interface MetadataFieldResultOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MetadataFieldResult
,MetadataFieldResult.Builder
public interface MetadataFieldResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.IronPdfEngine.Proto.RemoteException exception = 2;
.IronPdfEngine.Proto.RemoteException exception = 2;
.IronPdfEngine.Proto.MetadataField result = 1;
.IronPdfEngine.Proto.MetadataField result = 1;
boolean
.IronPdfEngine.Proto.RemoteException exception = 2;
boolean
.IronPdfEngine.Proto.MetadataField result = 1;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasResult
boolean hasResult().IronPdfEngine.Proto.MetadataField result = 1;
- Returns:
- Whether the result field is set.
-
getResult
MetadataField getResult().IronPdfEngine.Proto.MetadataField result = 1;
- Returns:
- The result.
-
getResultOrBuilder
MetadataFieldOrBuilder getResultOrBuilder().IronPdfEngine.Proto.MetadataField result = 1;
-
hasException
boolean hasException().IronPdfEngine.Proto.RemoteException exception = 2;
- Returns:
- Whether the exception field is set.
-
getException
RemoteException getException().IronPdfEngine.Proto.RemoteException exception = 2;
- Returns:
- The exception.
-
getExceptionOrBuilder
RemoteExceptionOrBuilder getExceptionOrBuilder().IronPdfEngine.Proto.RemoteException exception = 2;
-
getResultOrExceptionCase
MetadataFieldResult.ResultOrExceptionCase getResultOrExceptionCase()
-