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 Summary
All 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.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSuccess
boolean hasSuccess()
.ironpdfengineproto.EmptyP success = 1;- Returns:
- Whether the success field is set.
-
getSuccess
EmptyP getSuccess()
.ironpdfengineproto.EmptyP success = 1;- Returns:
- The success.
-
getSuccessOrBuilder
EmptyPOrBuilder getSuccessOrBuilder()
.ironpdfengineproto.EmptyP success = 1;
-
hasRequiredVersion
boolean hasRequiredVersion()
string requiredVersion = 2;- Returns:
- Whether the requiredVersion field is set.
-
getRequiredVersion
String getRequiredVersion()
string requiredVersion = 2;- Returns:
- The requiredVersion.
-
getRequiredVersionBytes
com.google.protobuf.ByteString getRequiredVersionBytes()
string requiredVersion = 2;- Returns:
- The bytes for requiredVersion.
-
hasException
boolean hasException()
.ironpdfengineproto.RemoteExceptionP exception = 3;- Returns:
- Whether the exception field is set.
-
getException
RemoteExceptionP getException()
.ironpdfengineproto.RemoteExceptionP exception = 3;- Returns:
- The exception.
-
getExceptionOrBuilder
RemoteExceptionPOrBuilder getExceptionOrBuilder()
.ironpdfengineproto.RemoteExceptionP exception = 3;
-
getResultOrExceptionCase
HandshakeResponseP.ResultOrExceptionCase getResultOrExceptionCase()
-
-