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 RemoteExceptionP
getException()
.ironpdfengineproto.RemoteExceptionP exception = 3;
RemoteExceptionPOrBuilder
getExceptionOrBuilder()
.ironpdfengineproto.RemoteExceptionP exception = 3;
String
getRequiredVersion()
string requiredVersion = 2;
com.google.protobuf.ByteString
getRequiredVersionBytes()
string requiredVersion = 2;
HandshakeResponseP.ResultOrExceptionCase
getResultOrExceptionCase()
EmptyP
getSuccess()
.ironpdfengineproto.EmptyP success = 1;
EmptyPOrBuilder
getSuccessOrBuilder()
.ironpdfengineproto.EmptyP success = 1;
boolean
hasException()
.ironpdfengineproto.RemoteExceptionP exception = 3;
boolean
hasRequiredVersion()
string requiredVersion = 2;
boolean
hasSuccess()
.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()
-
-