Interface FileDataOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAlias()
      string alias = 5 [json_name = "alias"];
      com.google.protobuf.ByteString getAliasBytes()
      string alias = 5 [json_name = "alias"];
      java.lang.String getBucket()
      string bucket = 13 [json_name = "bucket"];
      com.google.protobuf.ByteString getBucketBytes()
      string bucket = 13 [json_name = "bucket"];
      int getContentLength()
      int32 content_length = 10 [json_name = "contentLength"];
      int getControlsData​(int index)
      repeated int32 controls_data = 2 [json_name = "controlsData"];
      int getControlsDataCount()
      repeated int32 controls_data = 2 [json_name = "controlsData"];
      java.util.List<java.lang.Integer> getControlsDataList()
      repeated int32 controls_data = 2 [json_name = "controlsData"];
      int getDirect()
      int32 direct = 18 [json_name = "direct"];
      java.lang.String getFiles()
      string files = 8 [json_name = "files"];
      com.google.protobuf.ByteString getFilesBytes()
      string files = 8 [json_name = "files"];
      java.lang.String getName()
      string name = 1 [json_name = "name"];
      com.google.protobuf.ByteString getNameBytes()
      string name = 1 [json_name = "name"];
      java.lang.String getOwner()
      string owner = 12 [json_name = "owner"];
      com.google.protobuf.ByteString getOwnerBytes()
      string owner = 12 [json_name = "owner"];
      int getParts()
      int32 parts = 9 [json_name = "parts"];
      int getPublic()
      int32 public = 15 [json_name = "public"];
      java.lang.String getStartedAt()
      string started_at = 7 [json_name = "startedAt"];
      com.google.protobuf.ByteString getStartedAtBytes()
      string started_at = 7 [json_name = "startedAt"];
      java.lang.String getStatus()
      string status = 11 [json_name = "status"];
      com.google.protobuf.ByteString getStatusBytes()
      string status = 11 [json_name = "status"];
      java.lang.String getTags​(int index)
      repeated string tags = 3 [json_name = "tags"];
      com.google.protobuf.ByteString getTagsBytes​(int index)
      repeated string tags = 3 [json_name = "tags"];
      int getTagsCount()
      repeated string tags = 3 [json_name = "tags"];
      java.util.List<java.lang.String> getTagsList()
      repeated string tags = 3 [json_name = "tags"];
      int getTemporary()
      int32 temporary = 16 [json_name = "temporary"];
      java.lang.String getType()
      string type = 4 [json_name = "type"];
      com.google.protobuf.ByteString getTypeBytes()
      string type = 4 [json_name = "type"];
      int getUnlisted()
      int32 unlisted = 17 [json_name = "unlisted"];
      java.lang.String getUploadId()
      string upload_id = 6 [json_name = "uploadId"];
      com.google.protobuf.ByteString getUploadIdBytes()
      string upload_id = 6 [json_name = "uploadId"];
      java.lang.String getUploadType()
      string upload_type = 14 [json_name = "uploadType"];
      com.google.protobuf.ByteString getUploadTypeBytes()
      string upload_type = 14 [json_name = "uploadType"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getName

        java.lang.String getName()
        string name = 1 [json_name = "name"];
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 1 [json_name = "name"];
        Returns:
        The bytes for name.
      • getControlsDataList

        java.util.List<java.lang.Integer> getControlsDataList()
        repeated int32 controls_data = 2 [json_name = "controlsData"];
        Returns:
        A list containing the controlsData.
      • getControlsDataCount

        int getControlsDataCount()
        repeated int32 controls_data = 2 [json_name = "controlsData"];
        Returns:
        The count of controlsData.
      • getControlsData

        int getControlsData​(int index)
        repeated int32 controls_data = 2 [json_name = "controlsData"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The controlsData at the given index.
      • getTagsList

        java.util.List<java.lang.String> getTagsList()
        repeated string tags = 3 [json_name = "tags"];
        Returns:
        A list containing the tags.
      • getTagsCount

        int getTagsCount()
        repeated string tags = 3 [json_name = "tags"];
        Returns:
        The count of tags.
      • getTags

        java.lang.String getTags​(int index)
        repeated string tags = 3 [json_name = "tags"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The tags at the given index.
      • getTagsBytes

        com.google.protobuf.ByteString getTagsBytes​(int index)
        repeated string tags = 3 [json_name = "tags"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The tags at the given index.
      • getType

        java.lang.String getType()
        string type = 4 [json_name = "type"];
        Returns:
        The type.
      • getTypeBytes

        com.google.protobuf.ByteString getTypeBytes()
        string type = 4 [json_name = "type"];
        Returns:
        The bytes for type.
      • getAlias

        java.lang.String getAlias()
        string alias = 5 [json_name = "alias"];
        Returns:
        The alias.
      • getAliasBytes

        com.google.protobuf.ByteString getAliasBytes()
        string alias = 5 [json_name = "alias"];
        Returns:
        The bytes for alias.
      • getUploadId

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

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

        java.lang.String getStartedAt()
        string started_at = 7 [json_name = "startedAt"];
        Returns:
        The startedAt.
      • getStartedAtBytes

        com.google.protobuf.ByteString getStartedAtBytes()
        string started_at = 7 [json_name = "startedAt"];
        Returns:
        The bytes for startedAt.
      • getFiles

        java.lang.String getFiles()
        string files = 8 [json_name = "files"];
        Returns:
        The files.
      • getFilesBytes

        com.google.protobuf.ByteString getFilesBytes()
        string files = 8 [json_name = "files"];
        Returns:
        The bytes for files.
      • getParts

        int getParts()
        int32 parts = 9 [json_name = "parts"];
        Returns:
        The parts.
      • getContentLength

        int getContentLength()
        int32 content_length = 10 [json_name = "contentLength"];
        Returns:
        The contentLength.
      • getStatus

        java.lang.String getStatus()
        string status = 11 [json_name = "status"];
        Returns:
        The status.
      • getStatusBytes

        com.google.protobuf.ByteString getStatusBytes()
        string status = 11 [json_name = "status"];
        Returns:
        The bytes for status.
      • getOwner

        java.lang.String getOwner()
        string owner = 12 [json_name = "owner"];
        Returns:
        The owner.
      • getOwnerBytes

        com.google.protobuf.ByteString getOwnerBytes()
        string owner = 12 [json_name = "owner"];
        Returns:
        The bytes for owner.
      • getBucket

        java.lang.String getBucket()
        string bucket = 13 [json_name = "bucket"];
        Returns:
        The bucket.
      • getBucketBytes

        com.google.protobuf.ByteString getBucketBytes()
        string bucket = 13 [json_name = "bucket"];
        Returns:
        The bytes for bucket.
      • getUploadType

        java.lang.String getUploadType()
        string upload_type = 14 [json_name = "uploadType"];
        Returns:
        The uploadType.
      • getUploadTypeBytes

        com.google.protobuf.ByteString getUploadTypeBytes()
        string upload_type = 14 [json_name = "uploadType"];
        Returns:
        The bytes for uploadType.
      • getPublic

        int getPublic()
        int32 public = 15 [json_name = "public"];
        Returns:
        The public.
      • getTemporary

        int getTemporary()
        int32 temporary = 16 [json_name = "temporary"];
        Returns:
        The temporary.
      • getUnlisted

        int getUnlisted()
        int32 unlisted = 17 [json_name = "unlisted"];
        Returns:
        The unlisted.
      • getDirect

        int getDirect()
        int32 direct = 18 [json_name = "direct"];
        Returns:
        The direct.