Package com.streamlayer.files
Class FileUpload
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite<FileUpload,FileUpload.Builder>
-
- com.streamlayer.files.FileUpload
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,FileUploadOrBuilder
public final class FileUpload extends com.google.protobuf.GeneratedMessageLite<FileUpload,FileUpload.Builder> implements FileUploadOrBuilder
Protobuf typestreamlayer.files.FileUpload
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFileUpload.BuilderProtobuf typestreamlayer.files.FileUpload-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite
com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type extends java.lang.Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm
-
-
Field Summary
Fields Modifier and Type Field Description static intCONTENT_LENGTH_FIELD_NUMBERstatic intCONTENT_TYPE_FIELD_NUMBERstatic intFILENAME_FIELD_NUMBERstatic intLOCATION_FIELD_NUMBERstatic intMD5_HASH_FIELD_NUMBERstatic intUPLOAD_ID_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.ObjectdynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)intgetContentLength()sint32 content_length = 6 [json_name = "contentLength"];java.lang.StringgetContentType()string content_type = 5 [json_name = "contentType"];com.google.protobuf.ByteStringgetContentTypeBytes()string content_type = 5 [json_name = "contentType"];static FileUploadgetDefaultInstance()java.lang.StringgetFilename()string filename = 2 [json_name = "filename"];com.google.protobuf.ByteStringgetFilenameBytes()string filename = 2 [json_name = "filename"];java.lang.StringgetLocation()string location = 1 [json_name = "location"];com.google.protobuf.ByteStringgetLocationBytes()string location = 1 [json_name = "location"];java.lang.StringgetMd5Hash()string md5_hash = 4 [json_name = "md5Hash"];com.google.protobuf.ByteStringgetMd5HashBytes()string md5_hash = 4 [json_name = "md5Hash"];java.lang.StringgetUploadId()string upload_id = 3 [json_name = "uploadId"];com.google.protobuf.ByteStringgetUploadIdBytes()string upload_id = 3 [json_name = "uploadId"];static FileUpload.BuildernewBuilder()static FileUpload.BuildernewBuilder(FileUpload prototype)static FileUploadparseDelimitedFrom(java.io.InputStream input)static FileUploadparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FileUploadparseFrom(byte[] data)static FileUploadparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FileUploadparseFrom(com.google.protobuf.ByteString data)static FileUploadparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FileUploadparseFrom(com.google.protobuf.CodedInputStream input)static FileUploadparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FileUploadparseFrom(java.io.InputStream input)static FileUploadparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FileUploadparseFrom(java.nio.ByteBuffer data)static FileUploadparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<FileUpload>parser()-
Methods inherited from class com.google.protobuf.GeneratedMessageLite
createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeTo
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
-
-
-
Field Detail
-
LOCATION_FIELD_NUMBER
public static final int LOCATION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FILENAME_FIELD_NUMBER
public static final int FILENAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
UPLOAD_ID_FIELD_NUMBER
public static final int UPLOAD_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
MD5_HASH_FIELD_NUMBER
public static final int MD5_HASH_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONTENT_TYPE_FIELD_NUMBER
public static final int CONTENT_TYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CONTENT_LENGTH_FIELD_NUMBER
public static final int CONTENT_LENGTH_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getLocation
public java.lang.String getLocation()
string location = 1 [json_name = "location"];- Specified by:
getLocationin interfaceFileUploadOrBuilder- Returns:
- The location.
-
getLocationBytes
public com.google.protobuf.ByteString getLocationBytes()
string location = 1 [json_name = "location"];- Specified by:
getLocationBytesin interfaceFileUploadOrBuilder- Returns:
- The bytes for location.
-
getFilename
public java.lang.String getFilename()
string filename = 2 [json_name = "filename"];- Specified by:
getFilenamein interfaceFileUploadOrBuilder- Returns:
- The filename.
-
getFilenameBytes
public com.google.protobuf.ByteString getFilenameBytes()
string filename = 2 [json_name = "filename"];- Specified by:
getFilenameBytesin interfaceFileUploadOrBuilder- Returns:
- The bytes for filename.
-
getUploadId
public java.lang.String getUploadId()
string upload_id = 3 [json_name = "uploadId"];- Specified by:
getUploadIdin interfaceFileUploadOrBuilder- Returns:
- The uploadId.
-
getUploadIdBytes
public com.google.protobuf.ByteString getUploadIdBytes()
string upload_id = 3 [json_name = "uploadId"];- Specified by:
getUploadIdBytesin interfaceFileUploadOrBuilder- Returns:
- The bytes for uploadId.
-
getMd5Hash
public java.lang.String getMd5Hash()
string md5_hash = 4 [json_name = "md5Hash"];- Specified by:
getMd5Hashin interfaceFileUploadOrBuilder- Returns:
- The md5Hash.
-
getMd5HashBytes
public com.google.protobuf.ByteString getMd5HashBytes()
string md5_hash = 4 [json_name = "md5Hash"];- Specified by:
getMd5HashBytesin interfaceFileUploadOrBuilder- Returns:
- The bytes for md5Hash.
-
getContentType
public java.lang.String getContentType()
string content_type = 5 [json_name = "contentType"];- Specified by:
getContentTypein interfaceFileUploadOrBuilder- Returns:
- The contentType.
-
getContentTypeBytes
public com.google.protobuf.ByteString getContentTypeBytes()
string content_type = 5 [json_name = "contentType"];- Specified by:
getContentTypeBytesin interfaceFileUploadOrBuilder- Returns:
- The bytes for contentType.
-
getContentLength
public int getContentLength()
sint32 content_length = 6 [json_name = "contentLength"];- Specified by:
getContentLengthin interfaceFileUploadOrBuilder- Returns:
- The contentLength.
-
parseFrom
public static FileUpload parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FileUpload parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FileUpload parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FileUpload parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FileUpload parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FileUpload parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static FileUpload parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static FileUpload parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static FileUpload parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static FileUpload parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static FileUpload parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static FileUpload parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilder
public static FileUpload.Builder newBuilder()
-
newBuilder
public static FileUpload.Builder newBuilder(FileUpload prototype)
-
dynamicMethod
protected final java.lang.Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)- Specified by:
dynamicMethodin classcom.google.protobuf.GeneratedMessageLite<FileUpload,FileUpload.Builder>
-
getDefaultInstance
public static FileUpload getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<FileUpload> parser()
-
-