Interface ConvertResponse.ResultOrBuilder

    • 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;
      String getPngUrl()
      The URL for the converted PNG file
      com.google.protobuf.ByteString getPngUrlBytes()
      The URL for the converted PNG file
      String getSvgUrl()
      The URL for the converted SVG file
      com.google.protobuf.ByteString getSvgUrlBytes()
      The URL for the converted SVG file
      boolean hasErrorMessage()
      optional string error_message = 4;
      boolean hasPngUrl()
      The URL for the converted PNG file
      boolean hasSvgUrl()
      The URL 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.
      • hasSvgUrl

        boolean hasSvgUrl()
         The URL for the converted SVG file
         
        optional string svg_url = 2;
        Returns:
        Whether the svgUrl field is set.
      • getSvgUrl

        String getSvgUrl()
         The URL for the converted SVG file
         
        optional string svg_url = 2;
        Returns:
        The svgUrl.
      • getSvgUrlBytes

        com.google.protobuf.ByteString getSvgUrlBytes()
         The URL for the converted SVG file
         
        optional string svg_url = 2;
        Returns:
        The bytes for svgUrl.
      • hasPngUrl

        boolean hasPngUrl()
         The URL for the converted PNG file
         
        optional string png_url = 3;
        Returns:
        Whether the pngUrl field is set.
      • getPngUrl

        String getPngUrl()
         The URL for the converted PNG file
         
        optional string png_url = 3;
        Returns:
        The pngUrl.
      • getPngUrlBytes

        com.google.protobuf.ByteString getPngUrlBytes()
         The URL for the converted PNG file
         
        optional string png_url = 3;
        Returns:
        The bytes for pngUrl.
      • 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.