Interface HandshakeResponseOrBuilder
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
- HandshakeResponse,- HandshakeResponse.Builder
public interface HandshakeResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
- 
Method SummaryModifier and TypeMethodDescription.IronPdfEngine.Proto.RemoteException exception = 3;.IronPdfEngine.Proto.RemoteException exception = 3;string requiredVersion = 2;com.google.protobuf.ByteStringstring requiredVersion = 2;.IronPdfEngine.Proto.Empty success = 1;.IronPdfEngine.Proto.Empty success = 1;boolean.IronPdfEngine.Proto.RemoteException exception = 3;booleanstring requiredVersion = 2;boolean.IronPdfEngine.Proto.Empty success = 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- 
hasSuccessboolean hasSuccess().IronPdfEngine.Proto.Empty success = 1;- Returns:
- Whether the success field is set.
 
- 
getSuccessEmpty getSuccess().IronPdfEngine.Proto.Empty success = 1;- Returns:
- The success.
 
- 
getSuccessOrBuilderEmptyOrBuilder getSuccessOrBuilder().IronPdfEngine.Proto.Empty success = 1;
- 
hasRequiredVersionboolean hasRequiredVersion()string requiredVersion = 2;- Returns:
- Whether the requiredVersion field is set.
 
- 
getRequiredVersionString getRequiredVersion()string requiredVersion = 2;- Returns:
- The requiredVersion.
 
- 
getRequiredVersionBytescom.google.protobuf.ByteString getRequiredVersionBytes()string requiredVersion = 2;- Returns:
- The bytes for requiredVersion.
 
- 
hasExceptionboolean hasException().IronPdfEngine.Proto.RemoteException exception = 3;- Returns:
- Whether the exception field is set.
 
- 
getExceptionRemoteException getException().IronPdfEngine.Proto.RemoteException exception = 3;- Returns:
- The exception.
 
- 
getExceptionOrBuilderRemoteExceptionOrBuilder getExceptionOrBuilder().IronPdfEngine.Proto.RemoteException exception = 3;
- 
getResultOrExceptionCaseHandshakeResponse.ResultOrExceptionCase getResultOrExceptionCase()
 
-