Interface GenerateRequestOrBuilder

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

    public interface GenerateRequestOrBuilder
    extends com.google.protobuf.MessageLiteOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getBarcodeUrl()
      string barcode_url = 2 [json_name = "barcodeUrl"];
      com.google.protobuf.ByteString getBarcodeUrlBytes()
      string barcode_url = 2 [json_name = "barcodeUrl"];
      java.lang.String getUrl()
      string url = 1 [json_name = "url"];
      com.google.protobuf.ByteString getUrlBytes()
      string url = 1 [json_name = "url"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getUrl

        java.lang.String getUrl()
        string url = 1 [json_name = "url"];
        Returns:
        The url.
      • getUrlBytes

        com.google.protobuf.ByteString getUrlBytes()
        string url = 1 [json_name = "url"];
        Returns:
        The bytes for url.
      • getBarcodeUrl

        java.lang.String getBarcodeUrl()
        string barcode_url = 2 [json_name = "barcodeUrl"];
        Returns:
        The barcodeUrl.
      • getBarcodeUrlBytes

        com.google.protobuf.ByteString getBarcodeUrlBytes()
        string barcode_url = 2 [json_name = "barcodeUrl"];
        Returns:
        The bytes for barcodeUrl.