Package com.streamlayer.files
Interface DownloadRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
DownloadRequest,DownloadRequest.Builder
public interface DownloadRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetRename()bool rename = 3 [json_name = "rename"];java.lang.StringgetTypes(int index)repeated string types = 4 [json_name = "types"];com.google.protobuf.ByteStringgetTypesBytes(int index)repeated string types = 4 [json_name = "types"];intgetTypesCount()repeated string types = 4 [json_name = "types"];java.util.List<java.lang.String>getTypesList()repeated string types = 4 [json_name = "types"];java.lang.StringgetUploadId()string upload_id = 1 [json_name = "uploadId"];com.google.protobuf.ByteStringgetUploadIdBytes()string upload_id = 1 [json_name = "uploadId"];java.lang.StringgetUsername()string username = 2 [json_name = "username"];com.google.protobuf.ByteStringgetUsernameBytes()string username = 2 [json_name = "username"];
-
-
-
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.
-
getRename
boolean getRename()
bool rename = 3 [json_name = "rename"];- Returns:
- The rename.
-
getTypesList
java.util.List<java.lang.String> getTypesList()
repeated string types = 4 [json_name = "types"];- Returns:
- A list containing the types.
-
getTypesCount
int getTypesCount()
repeated string types = 4 [json_name = "types"];- Returns:
- The count of types.
-
getTypes
java.lang.String getTypes(int index)
repeated string types = 4 [json_name = "types"];- Parameters:
index- The index of the element to return.- Returns:
- The types at the given index.
-
getTypesBytes
com.google.protobuf.ByteString getTypesBytes(int index)
repeated string types = 4 [json_name = "types"];- Parameters:
index- The index of the element to return.- Returns:
- The types at the given index.
-
-