Interface DownloadResponseOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      DownloadResponse.DownloadedFile getFiles​(int index)
      repeated .streamlayer.files.DownloadResponse.DownloadedFile files = 3 [json_name = "files"];
      int getFilesCount()
      repeated .streamlayer.files.DownloadResponse.DownloadedFile files = 3 [json_name = "files"];
      java.util.List<DownloadResponse.DownloadedFile> getFilesList()
      repeated .streamlayer.files.DownloadResponse.DownloadedFile files = 3 [json_name = "files"];
      java.lang.String getUploadId()
      string upload_id = 1 [json_name = "uploadId"];
      com.google.protobuf.ByteString getUploadIdBytes()
      string upload_id = 1 [json_name = "uploadId"];
      java.lang.String getUrls​(int index)
      repeated string urls = 4 [json_name = "urls"];
      com.google.protobuf.ByteString getUrlsBytes​(int index)
      repeated string urls = 4 [json_name = "urls"];
      int getUrlsCount()
      repeated string urls = 4 [json_name = "urls"];
      java.util.List<java.lang.String> getUrlsList()
      repeated string urls = 4 [json_name = "urls"];
      java.lang.String getUsername()
      string username = 2 [json_name = "username"];
      com.google.protobuf.ByteString getUsernameBytes()
      string username = 2 [json_name = "username"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getUploadId

        java.lang.String getUploadId()
        string upload_id = 1 [json_name = "uploadId"];
        Returns:
        The uploadId.
      • getUploadIdBytes

        com.google.protobuf.ByteString getUploadIdBytes()
        string upload_id = 1 [json_name = "uploadId"];
        Returns:
        The bytes for uploadId.
      • getUsername

        java.lang.String getUsername()
        string username = 2 [json_name = "username"];
        Returns:
        The username.
      • getUsernameBytes

        com.google.protobuf.ByteString getUsernameBytes()
        string username = 2 [json_name = "username"];
        Returns:
        The bytes for username.
      • getFilesList

        java.util.List<DownloadResponse.DownloadedFile> getFilesList()
        repeated .streamlayer.files.DownloadResponse.DownloadedFile files = 3 [json_name = "files"];
      • getFiles

        DownloadResponse.DownloadedFile getFiles​(int index)
        repeated .streamlayer.files.DownloadResponse.DownloadedFile files = 3 [json_name = "files"];
      • getFilesCount

        int getFilesCount()
        repeated .streamlayer.files.DownloadResponse.DownloadedFile files = 3 [json_name = "files"];
      • getUrlsList

        java.util.List<java.lang.String> getUrlsList()
        repeated string urls = 4 [json_name = "urls"];
        Returns:
        A list containing the urls.
      • getUrlsCount

        int getUrlsCount()
        repeated string urls = 4 [json_name = "urls"];
        Returns:
        The count of urls.
      • getUrls

        java.lang.String getUrls​(int index)
        repeated string urls = 4 [json_name = "urls"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The urls at the given index.
      • getUrlsBytes

        com.google.protobuf.ByteString getUrlsBytes​(int index)
        repeated string urls = 4 [json_name = "urls"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The urls at the given index.