Class ListResponse.File.Builder

    • Method Detail

      • getIdBytes

        public com.google.protobuf.ByteString getIdBytes()
        string id = 1 [json_name = "id"];
        Specified by:
        getIdBytes in interface ListResponse.FileOrBuilder
        Returns:
        The bytes for id.
      • setId

        public ListResponse.File.Builder setId​(java.lang.String value)
        string id = 1 [json_name = "id"];
        Parameters:
        value - The id to set.
        Returns:
        This builder for chaining.
      • setIdBytes

        public ListResponse.File.Builder setIdBytes​(com.google.protobuf.ByteString value)
        string id = 1 [json_name = "id"];
        Parameters:
        value - The bytes for id to set.
        Returns:
        This builder for chaining.
      • getOwner

        public java.lang.String getOwner()
        string owner = 2 [json_name = "owner"];
        Specified by:
        getOwner in interface ListResponse.FileOrBuilder
        Returns:
        The owner.
      • getOwnerBytes

        public com.google.protobuf.ByteString getOwnerBytes()
        string owner = 2 [json_name = "owner"];
        Specified by:
        getOwnerBytes in interface ListResponse.FileOrBuilder
        Returns:
        The bytes for owner.
      • setOwner

        public ListResponse.File.Builder setOwner​(java.lang.String value)
        string owner = 2 [json_name = "owner"];
        Parameters:
        value - The owner to set.
        Returns:
        This builder for chaining.
      • clearOwner

        public ListResponse.File.Builder clearOwner()
        string owner = 2 [json_name = "owner"];
        Returns:
        This builder for chaining.
      • setOwnerBytes

        public ListResponse.File.Builder setOwnerBytes​(com.google.protobuf.ByteString value)
        string owner = 2 [json_name = "owner"];
        Parameters:
        value - The bytes for owner to set.
        Returns:
        This builder for chaining.
      • getUploadId

        public java.lang.String getUploadId()
        string upload_id = 3 [json_name = "uploadId"];
        Specified by:
        getUploadId in interface ListResponse.FileOrBuilder
        Returns:
        The uploadId.
      • getUploadIdBytes

        public com.google.protobuf.ByteString getUploadIdBytes()
        string upload_id = 3 [json_name = "uploadId"];
        Specified by:
        getUploadIdBytes in interface ListResponse.FileOrBuilder
        Returns:
        The bytes for uploadId.
      • setUploadId

        public ListResponse.File.Builder setUploadId​(java.lang.String value)
        string upload_id = 3 [json_name = "uploadId"];
        Parameters:
        value - The uploadId to set.
        Returns:
        This builder for chaining.
      • clearUploadId

        public ListResponse.File.Builder clearUploadId()
        string upload_id = 3 [json_name = "uploadId"];
        Returns:
        This builder for chaining.
      • setUploadIdBytes

        public ListResponse.File.Builder setUploadIdBytes​(com.google.protobuf.ByteString value)
        string upload_id = 3 [json_name = "uploadId"];
        Parameters:
        value - The bytes for uploadId to set.
        Returns:
        This builder for chaining.
      • getStatus

        public java.lang.String getStatus()
        string status = 4 [json_name = "status"];
        Specified by:
        getStatus in interface ListResponse.FileOrBuilder
        Returns:
        The status.
      • getStatusBytes

        public com.google.protobuf.ByteString getStatusBytes()
        string status = 4 [json_name = "status"];
        Specified by:
        getStatusBytes in interface ListResponse.FileOrBuilder
        Returns:
        The bytes for status.
      • setStatus

        public ListResponse.File.Builder setStatus​(java.lang.String value)
        string status = 4 [json_name = "status"];
        Parameters:
        value - The status to set.
        Returns:
        This builder for chaining.
      • clearStatus

        public ListResponse.File.Builder clearStatus()
        string status = 4 [json_name = "status"];
        Returns:
        This builder for chaining.
      • setStatusBytes

        public ListResponse.File.Builder setStatusBytes​(com.google.protobuf.ByteString value)
        string status = 4 [json_name = "status"];
        Parameters:
        value - The bytes for status to set.
        Returns:
        This builder for chaining.
      • setContentLength

        public ListResponse.File.Builder setContentLength​(int value)
        int32 content_length = 5 [json_name = "contentLength"];
        Parameters:
        value - The contentLength to set.
        Returns:
        This builder for chaining.
      • clearContentLength

        public ListResponse.File.Builder clearContentLength()
        int32 content_length = 5 [json_name = "contentLength"];
        Returns:
        This builder for chaining.
      • setPublic

        public ListResponse.File.Builder setPublic​(boolean value)
        bool public = 6 [json_name = "public"];
        Parameters:
        value - The public to set.
        Returns:
        This builder for chaining.
      • clearPublic

        public ListResponse.File.Builder clearPublic()
        bool public = 6 [json_name = "public"];
        Returns:
        This builder for chaining.
      • getName

        public java.lang.String getName()
        string name = 7 [json_name = "name"];
        Specified by:
        getName in interface ListResponse.FileOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
        string name = 7 [json_name = "name"];
        Specified by:
        getNameBytes in interface ListResponse.FileOrBuilder
        Returns:
        The bytes for name.
      • setName

        public ListResponse.File.Builder setName​(java.lang.String value)
        string name = 7 [json_name = "name"];
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public ListResponse.File.Builder clearName()
        string name = 7 [json_name = "name"];
        Returns:
        This builder for chaining.
      • setNameBytes

        public ListResponse.File.Builder setNameBytes​(com.google.protobuf.ByteString value)
        string name = 7 [json_name = "name"];
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.