Interface EmptyResultOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- EmptyResult,- EmptyResult.Builder
public interface EmptyResultOrBuilder
extends com.google.protobuf.MessageOrBuilder
- 
Method SummaryModifier and TypeMethodDescription.IronPdfEngine.Proto.RemoteException exception = 2;.IronPdfEngine.Proto.RemoteException exception = 2;.IronPdfEngine.Proto.Empty result = 1;.IronPdfEngine.Proto.Empty result = 1;boolean.IronPdfEngine.Proto.RemoteException exception = 2;boolean.IronPdfEngine.Proto.Empty result = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilderisInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
hasResultboolean hasResult().IronPdfEngine.Proto.Empty result = 1;- Returns:
- Whether the result field is set.
 
- 
getResultEmpty getResult().IronPdfEngine.Proto.Empty result = 1;- Returns:
- The result.
 
- 
getResultOrBuilderEmptyOrBuilder getResultOrBuilder().IronPdfEngine.Proto.Empty result = 1;
- 
hasExceptionboolean hasException().IronPdfEngine.Proto.RemoteException exception = 2;- Returns:
- Whether the exception field is set.
 
- 
getExceptionRemoteException getException().IronPdfEngine.Proto.RemoteException exception = 2;- Returns:
- The exception.
 
- 
getExceptionOrBuilderRemoteExceptionOrBuilder getExceptionOrBuilder().IronPdfEngine.Proto.RemoteException exception = 2;
- 
getResultOrExceptionCaseEmptyResult.ResultOrExceptionCase getResultOrExceptionCase()
 
-