Interface ConvertResponse.ResultOrBuilder

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

public static interface ConvertResponse.ResultOrBuilder 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;
    The URL for the converted PNG file
    com.google.protobuf.ByteString
    The URL for the converted PNG file
    The URL for the converted SVG file
    com.google.protobuf.ByteString
    The URL for the converted SVG file
    boolean
    optional string error_message = 4;
    boolean
    The URL for the converted PNG file
    boolean
    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 Details

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