Package com.streamlayer.files
Class DownloadRequest
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite<MessageType,BuilderType>
-
- com.google.protobuf.GeneratedMessageLite<DownloadRequest,DownloadRequest.Builder>
-
- com.streamlayer.files.DownloadRequest
-
- All Implemented Interfaces:
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,DownloadRequestOrBuilder
public final class DownloadRequest extends com.google.protobuf.GeneratedMessageLite<DownloadRequest,DownloadRequest.Builder> implements DownloadRequestOrBuilder
Protobuf typestreamlayer.files.DownloadRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDownloadRequest.BuilderProtobuf typestreamlayer.files.DownloadRequest-
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 intRENAME_FIELD_NUMBERstatic intTYPES_FIELD_NUMBERstatic intUPLOAD_ID_FIELD_NUMBERstatic intUSERNAME_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)static DownloadRequestgetDefaultInstance()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"];static DownloadRequest.BuildernewBuilder()static DownloadRequest.BuildernewBuilder(DownloadRequest prototype)static DownloadRequestparseDelimitedFrom(java.io.InputStream input)static DownloadRequestparseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DownloadRequestparseFrom(byte[] data)static DownloadRequestparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DownloadRequestparseFrom(com.google.protobuf.ByteString data)static DownloadRequestparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DownloadRequestparseFrom(com.google.protobuf.CodedInputStream input)static DownloadRequestparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DownloadRequestparseFrom(java.io.InputStream input)static DownloadRequestparseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DownloadRequestparseFrom(java.nio.ByteBuffer data)static DownloadRequestparseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<DownloadRequest>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
-
UPLOAD_ID_FIELD_NUMBER
public static final int UPLOAD_ID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
USERNAME_FIELD_NUMBER
public static final int USERNAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
RENAME_FIELD_NUMBER
public static final int RENAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TYPES_FIELD_NUMBER
public static final int TYPES_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getUploadId
public java.lang.String getUploadId()
string upload_id = 1 [json_name = "uploadId"];- Specified by:
getUploadIdin interfaceDownloadRequestOrBuilder- Returns:
- The uploadId.
-
getUploadIdBytes
public com.google.protobuf.ByteString getUploadIdBytes()
string upload_id = 1 [json_name = "uploadId"];- Specified by:
getUploadIdBytesin interfaceDownloadRequestOrBuilder- Returns:
- The bytes for uploadId.
-
getUsername
public java.lang.String getUsername()
string username = 2 [json_name = "username"];- Specified by:
getUsernamein interfaceDownloadRequestOrBuilder- Returns:
- The username.
-
getUsernameBytes
public com.google.protobuf.ByteString getUsernameBytes()
string username = 2 [json_name = "username"];- Specified by:
getUsernameBytesin interfaceDownloadRequestOrBuilder- Returns:
- The bytes for username.
-
getRename
public boolean getRename()
bool rename = 3 [json_name = "rename"];- Specified by:
getRenamein interfaceDownloadRequestOrBuilder- Returns:
- The rename.
-
getTypesList
public java.util.List<java.lang.String> getTypesList()
repeated string types = 4 [json_name = "types"];- Specified by:
getTypesListin interfaceDownloadRequestOrBuilder- Returns:
- A list containing the types.
-
getTypesCount
public int getTypesCount()
repeated string types = 4 [json_name = "types"];- Specified by:
getTypesCountin interfaceDownloadRequestOrBuilder- Returns:
- The count of types.
-
getTypes
public java.lang.String getTypes(int index)
repeated string types = 4 [json_name = "types"];- Specified by:
getTypesin interfaceDownloadRequestOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The types at the given index.
-
getTypesBytes
public com.google.protobuf.ByteString getTypesBytes(int index)
repeated string types = 4 [json_name = "types"];- Specified by:
getTypesBytesin interfaceDownloadRequestOrBuilder- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the types at the given index.
-
parseFrom
public static DownloadRequest parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DownloadRequest parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DownloadRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DownloadRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DownloadRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DownloadRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static DownloadRequest parseFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static DownloadRequest parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static DownloadRequest parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseDelimitedFrom
public static DownloadRequest parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static DownloadRequest parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
- Throws:
java.io.IOException
-
parseFrom
public static DownloadRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Throws:
java.io.IOException
-
newBuilder
public static DownloadRequest.Builder newBuilder()
-
newBuilder
public static DownloadRequest.Builder newBuilder(DownloadRequest 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<DownloadRequest,DownloadRequest.Builder>
-
getDefaultInstance
public static DownloadRequest getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<DownloadRequest> parser()
-
-