Interface DiagramResponse.ConvertResultOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DiagramResponse.ConvertResult, DiagramResponse.ConvertResult.Builder
Enclosing class:
DiagramResponse

public static interface DiagramResponse.ConvertResultOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional string error_message = 4;
    com.google.protobuf.ByteString
    optional string error_message = 4;
    int
    int32 page = 1;
    com.google.protobuf.ByteString
    The binary for the converted PNG file
    com.google.protobuf.ByteString
    The binary for the converted SVG file
    boolean
    optional string error_message = 4;
    boolean
    The binary for the converted PNG file
    boolean
    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 Details

    • 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.