public static interface GetFileChunkReqEntity.GetFileChunkReqOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
getFileCheck()
bool fileCheck = 5; |
GetFileChunkReqEntity.FileChunk |
getFileChunk(int index)
repeated .FileChunk file_chunk = 3; |
int |
getFileChunkCount()
repeated .FileChunk file_chunk = 3; |
List<GetFileChunkReqEntity.FileChunk> |
getFileChunkList()
repeated .FileChunk file_chunk = 3; |
GetFileChunkReqEntity.FileChunkOrBuilder |
getFileChunkOrBuilder(int index)
repeated .FileChunk file_chunk = 3; |
List<? extends GetFileChunkReqEntity.FileChunkOrBuilder> |
getFileChunkOrBuilderList()
repeated .FileChunk file_chunk = 3; |
com.google.protobuf.ByteString |
getFileEtag()
bytes file_etag = 2; |
com.google.protobuf.ByteString |
getFileKey()
bytes file_key = 1; |
boolean |
getImmediately()
bool immediately = 4; |
com.google.protobuf.ByteString getFileKey()
bytes file_key = 1;com.google.protobuf.ByteString getFileEtag()
bytes file_etag = 2;List<GetFileChunkReqEntity.FileChunk> getFileChunkList()
repeated .FileChunk file_chunk = 3;GetFileChunkReqEntity.FileChunk getFileChunk(int index)
repeated .FileChunk file_chunk = 3;int getFileChunkCount()
repeated .FileChunk file_chunk = 3;List<? extends GetFileChunkReqEntity.FileChunkOrBuilder> getFileChunkOrBuilderList()
repeated .FileChunk file_chunk = 3;GetFileChunkReqEntity.FileChunkOrBuilder getFileChunkOrBuilder(int index)
repeated .FileChunk file_chunk = 3;boolean getImmediately()
bool immediately = 4;boolean getFileCheck()
bool fileCheck = 5;Copyright © 2022. All rights reserved.