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 Summary
Modifier 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.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasSuccess
boolean hasSuccess().IronPdfEngine.Proto.Empty success = 1;- Returns:
- Whether the success field is set.
-
getSuccess
Empty getSuccess().IronPdfEngine.Proto.Empty success = 1;- Returns:
- The success.
-
getSuccessOrBuilder
EmptyOrBuilder getSuccessOrBuilder().IronPdfEngine.Proto.Empty 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().IronPdfEngine.Proto.RemoteException exception = 3;- Returns:
- Whether the exception field is set.
-
getException
RemoteException getException().IronPdfEngine.Proto.RemoteException exception = 3;- Returns:
- The exception.
-
getExceptionOrBuilder
RemoteExceptionOrBuilder getExceptionOrBuilder().IronPdfEngine.Proto.RemoteException exception = 3; -
getResultOrExceptionCase
HandshakeResponse.ResultOrExceptionCase getResultOrExceptionCase()
-