Interface DiagramResponse.ConvertResultOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getErrorMessage()
      optional string error_message = 4;
      com.google.protobuf.ByteString getErrorMessageBytes()
      optional string error_message = 4;
      int getPage()
      int32 page = 1;
      com.google.protobuf.ByteString getPngBinary()
      The binary for the converted PNG file
      com.google.protobuf.ByteString getSvgBinary()
      The binary for the converted SVG file
      boolean hasErrorMessage()
      optional string error_message = 4;
      boolean hasPngBinary()
      The binary for the converted PNG file
      boolean hasSvgBinary()
      The binary for the converted SVG file
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getPage

        int getPage()
        int32 page = 1;
        Returns:
        The page.
      • hasSvgBinary

        boolean hasSvgBinary()
         The binary for the converted SVG file
         
        optional bytes svg_binary = 2;
        Returns:
        Whether the svgBinary field is set.
      • getSvgBinary

        com.google.protobuf.ByteString getSvgBinary()
         The binary for the converted SVG file
         
        optional bytes svg_binary = 2;
        Returns:
        The svgBinary.
      • hasPngBinary

        boolean hasPngBinary()
         The binary for the converted PNG file
         
        optional bytes png_binary = 3;
        Returns:
        Whether the pngBinary field is set.
      • getPngBinary

        com.google.protobuf.ByteString getPngBinary()
         The binary for the converted PNG file
         
        optional bytes png_binary = 3;
        Returns:
        The pngBinary.
      • hasErrorMessage

        boolean hasErrorMessage()
        optional string error_message = 4;
        Returns:
        Whether the errorMessage field is set.
      • getErrorMessage

        String getErrorMessage()
        optional string error_message = 4;
        Returns:
        The errorMessage.
      • getErrorMessageBytes

        com.google.protobuf.ByteString getErrorMessageBytes()
        optional string error_message = 4;
        Returns:
        The bytes for errorMessage.