Package com.streamlayer.files
Interface ListResponse.FileOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
ListResponse.File,ListResponse.File.Builder
- Enclosing class:
- ListResponse
public static interface ListResponse.FileOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetContentLength()int32 content_length = 5 [json_name = "contentLength"];java.lang.StringgetId()string id = 1 [json_name = "id"];com.google.protobuf.ByteStringgetIdBytes()string id = 1 [json_name = "id"];java.lang.StringgetName()string name = 7 [json_name = "name"];com.google.protobuf.ByteStringgetNameBytes()string name = 7 [json_name = "name"];java.lang.StringgetOwner()string owner = 2 [json_name = "owner"];com.google.protobuf.ByteStringgetOwnerBytes()string owner = 2 [json_name = "owner"];booleangetPublic()bool public = 6 [json_name = "public"];java.lang.StringgetStatus()string status = 4 [json_name = "status"];com.google.protobuf.ByteStringgetStatusBytes()string status = 4 [json_name = "status"];java.lang.StringgetUploadId()string upload_id = 3 [json_name = "uploadId"];com.google.protobuf.ByteStringgetUploadIdBytes()string upload_id = 3 [json_name = "uploadId"];
-
-
-
Method Detail
-
getId
java.lang.String getId()
string id = 1 [json_name = "id"];- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
string id = 1 [json_name = "id"];- Returns:
- The bytes for id.
-
getOwner
java.lang.String getOwner()
string owner = 2 [json_name = "owner"];- Returns:
- The owner.
-
getOwnerBytes
com.google.protobuf.ByteString getOwnerBytes()
string owner = 2 [json_name = "owner"];- Returns:
- The bytes for owner.
-
getUploadId
java.lang.String getUploadId()
string upload_id = 3 [json_name = "uploadId"];- Returns:
- The uploadId.
-
getUploadIdBytes
com.google.protobuf.ByteString getUploadIdBytes()
string upload_id = 3 [json_name = "uploadId"];- Returns:
- The bytes for uploadId.
-
getStatus
java.lang.String getStatus()
string status = 4 [json_name = "status"];- Returns:
- The status.
-
getStatusBytes
com.google.protobuf.ByteString getStatusBytes()
string status = 4 [json_name = "status"];- Returns:
- The bytes for status.
-
getContentLength
int getContentLength()
int32 content_length = 5 [json_name = "contentLength"];- Returns:
- The contentLength.
-
getPublic
boolean getPublic()
bool public = 6 [json_name = "public"];- Returns:
- The public.
-
getName
java.lang.String getName()
string name = 7 [json_name = "name"];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 7 [json_name = "name"];- Returns:
- The bytes for name.
-
-