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 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;