Interface ConvertResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ConvertResponse, ConvertResponse.Builder

    public interface ConvertResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasFileId

        boolean hasFileId()
        The id of the source file used for building
        interactive P&ID
         
        .google.protobuf.Int64Value file_id = 1;
        Returns:
        Whether the fileId field is set.
      • getFileId

        Int64Value getFileId()
        The id of the source file used for building
        interactive P&ID
         
        .google.protobuf.Int64Value file_id = 1;
        Returns:
        The fileId.
      • getFileIdOrBuilder

        Int64ValueOrBuilder getFileIdOrBuilder()
        The id of the source file used for building
        interactive P&ID
         
        .google.protobuf.Int64Value file_id = 1;
      • hasFileExternalId

        boolean hasFileExternalId()
        The external id of the source file used for building
        interactive P&ID
         
        .google.protobuf.StringValue file_external_id = 2;
        Returns:
        Whether the fileExternalId field is set.
      • getFileExternalId

        StringValue getFileExternalId()
        The external id of the source file used for building
        interactive P&ID
         
        .google.protobuf.StringValue file_external_id = 2;
        Returns:
        The fileExternalId.
      • getFileExternalIdOrBuilder

        StringValueOrBuilder getFileExternalIdOrBuilder()
        The external id of the source file used for building
        interactive P&ID
         
        .google.protobuf.StringValue file_external_id = 2;
      • hasSvgUrl

        boolean hasSvgUrl()
         The URL for the converted SVG file
         
        .google.protobuf.StringValue svg_url = 4;
        Returns:
        Whether the svgUrl field is set.
      • getSvgUrl

        StringValue getSvgUrl()
         The URL for the converted SVG file
         
        .google.protobuf.StringValue svg_url = 4;
        Returns:
        The svgUrl.
      • getSvgUrlOrBuilder

        StringValueOrBuilder getSvgUrlOrBuilder()
         The URL for the converted SVG file
         
        .google.protobuf.StringValue svg_url = 4;
      • hasPngUrl

        boolean hasPngUrl()
         The URL for the converted PNG file
         
        .google.protobuf.StringValue png_url = 5;
        Returns:
        Whether the pngUrl field is set.
      • getPngUrl

        StringValue getPngUrl()
         The URL for the converted PNG file
         
        .google.protobuf.StringValue png_url = 5;
        Returns:
        The pngUrl.
      • getPngUrlOrBuilder

        StringValueOrBuilder getPngUrlOrBuilder()
         The URL for the converted PNG file
         
        .google.protobuf.StringValue png_url = 5;