Interface HandshakeResponsePOrBuilder
- 
- All Superinterfaces:
- com.google.protobuf.MessageLiteOrBuilder,- com.google.protobuf.MessageOrBuilder
 - All Known Implementing Classes:
- HandshakeResponseP,- HandshakeResponseP.Builder
 
 public interface HandshakeResponsePOrBuilder extends com.google.protobuf.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description RemoteExceptionPgetException().ironpdfengineproto.RemoteExceptionP exception = 3;RemoteExceptionPOrBuildergetExceptionOrBuilder().ironpdfengineproto.RemoteExceptionP exception = 3;StringgetRequiredVersion()string requiredVersion = 2;com.google.protobuf.ByteStringgetRequiredVersionBytes()string requiredVersion = 2;HandshakeResponseP.ResultOrExceptionCasegetResultOrExceptionCase()EmptyPgetSuccess().ironpdfengineproto.EmptyP success = 1;EmptyPOrBuildergetSuccessOrBuilder().ironpdfengineproto.EmptyP success = 1;booleanhasException().ironpdfengineproto.RemoteExceptionP exception = 3;booleanhasRequiredVersion()string requiredVersion = 2;booleanhasSuccess().ironpdfengineproto.EmptyP success = 1;- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasSuccessboolean hasSuccess() .ironpdfengineproto.EmptyP success = 1;- Returns:
- Whether the success field is set.
 
 - 
getSuccessEmptyP getSuccess() .ironpdfengineproto.EmptyP success = 1;- Returns:
- The success.
 
 - 
getSuccessOrBuilderEmptyPOrBuilder getSuccessOrBuilder() .ironpdfengineproto.EmptyP 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() .ironpdfengineproto.RemoteExceptionP exception = 3;- Returns:
- Whether the exception field is set.
 
 - 
getExceptionRemoteExceptionP getException() .ironpdfengineproto.RemoteExceptionP exception = 3;- Returns:
- The exception.
 
 - 
getExceptionOrBuilderRemoteExceptionPOrBuilder getExceptionOrBuilder() .ironpdfengineproto.RemoteExceptionP exception = 3;
 - 
getResultOrExceptionCaseHandshakeResponseP.ResultOrExceptionCase getResultOrExceptionCase() 
 
- 
 
-