Package com.streamlayer.files
Interface FileOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
File,File.Builder
public interface FileOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetContentLength()sint32 content_length = 4 [json_name = "contentLength"];java.lang.StringgetContentType()string content_type = 3 [json_name = "contentType"];com.google.protobuf.ByteStringgetContentTypeBytes()string content_type = 3 [json_name = "contentType"];java.lang.StringgetMd5Hash()string md5_hash = 1 [json_name = "md5Hash"];com.google.protobuf.ByteStringgetMd5HashBytes()string md5_hash = 1 [json_name = "md5Hash"];java.lang.StringgetType()string type = 2 [json_name = "type"];com.google.protobuf.ByteStringgetTypeBytes()string type = 2 [json_name = "type"];
-
-
-
Method Detail
-
getMd5Hash
java.lang.String getMd5Hash()
string md5_hash = 1 [json_name = "md5Hash"];- Returns:
- The md5Hash.
-
getMd5HashBytes
com.google.protobuf.ByteString getMd5HashBytes()
string md5_hash = 1 [json_name = "md5Hash"];- Returns:
- The bytes for md5Hash.
-
getType
java.lang.String getType()
string type = 2 [json_name = "type"];- Returns:
- The type.
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()
string type = 2 [json_name = "type"];- Returns:
- The bytes for type.
-
getContentType
java.lang.String getContentType()
string content_type = 3 [json_name = "contentType"];- Returns:
- The contentType.
-
getContentTypeBytes
com.google.protobuf.ByteString getContentTypeBytes()
string content_type = 3 [json_name = "contentType"];- Returns:
- The bytes for contentType.
-
getContentLength
int getContentLength()
sint32 content_length = 4 [json_name = "contentLength"];- Returns:
- The contentLength.
-
-