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 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()