Package com.streamlayer.files
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.StringgetAlias()string alias = 5 [json_name = "alias"];com.google.protobuf.ByteStringgetAliasBytes()string alias = 5 [json_name = "alias"];java.lang.StringgetBucket()string bucket = 13 [json_name = "bucket"];com.google.protobuf.ByteStringgetBucketBytes()string bucket = 13 [json_name = "bucket"];intgetContentLength()int32 content_length = 10 [json_name = "contentLength"];intgetControlsData(int index)repeated int32 controls_data = 2 [json_name = "controlsData"];intgetControlsDataCount()repeated int32 controls_data = 2 [json_name = "controlsData"];java.util.List<java.lang.Integer>getControlsDataList()repeated int32 controls_data = 2 [json_name = "controlsData"];intgetDirect()int32 direct = 18 [json_name = "direct"];java.lang.StringgetFiles()string files = 8 [json_name = "files"];com.google.protobuf.ByteStringgetFilesBytes()string files = 8 [json_name = "files"];java.lang.StringgetName()string name = 1 [json_name = "name"];com.google.protobuf.ByteStringgetNameBytes()string name = 1 [json_name = "name"];java.lang.StringgetOwner()string owner = 12 [json_name = "owner"];com.google.protobuf.ByteStringgetOwnerBytes()string owner = 12 [json_name = "owner"];intgetParts()int32 parts = 9 [json_name = "parts"];intgetPublic()int32 public = 15 [json_name = "public"];java.lang.StringgetStartedAt()string started_at = 7 [json_name = "startedAt"];com.google.protobuf.ByteStringgetStartedAtBytes()string started_at = 7 [json_name = "startedAt"];java.lang.StringgetStatus()string status = 11 [json_name = "status"];com.google.protobuf.ByteStringgetStatusBytes()string status = 11 [json_name = "status"];java.lang.StringgetTags(int index)repeated string tags = 3 [json_name = "tags"];com.google.protobuf.ByteStringgetTagsBytes(int index)repeated string tags = 3 [json_name = "tags"];intgetTagsCount()repeated string tags = 3 [json_name = "tags"];java.util.List<java.lang.String>getTagsList()repeated string tags = 3 [json_name = "tags"];intgetTemporary()int32 temporary = 16 [json_name = "temporary"];java.lang.StringgetType()string type = 4 [json_name = "type"];com.google.protobuf.ByteStringgetTypeBytes()string type = 4 [json_name = "type"];intgetUnlisted()int32 unlisted = 17 [json_name = "unlisted"];java.lang.StringgetUploadId()string upload_id = 6 [json_name = "uploadId"];com.google.protobuf.ByteStringgetUploadIdBytes()string upload_id = 6 [json_name = "uploadId"];java.lang.StringgetUploadType()string upload_type = 14 [json_name = "uploadType"];com.google.protobuf.ByteStringgetUploadTypeBytes()string upload_type = 14 [json_name = "uploadType"];
-
-
-
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.
-
-