public static interface RpcRequests.GetFileRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getCount()
required int64 count = 3; |
String |
getFilename()
required string filename = 2; |
com.google.protobuf.ByteString |
getFilenameBytes()
required string filename = 2; |
long |
getOffset()
required int64 offset = 4; |
long |
getReaderId()
required int64 reader_id = 1; |
boolean |
getReadPartly()
optional bool read_partly = 5; |
boolean |
hasCount()
required int64 count = 3; |
boolean |
hasFilename()
required string filename = 2; |
boolean |
hasOffset()
required int64 offset = 4; |
boolean |
hasReaderId()
required int64 reader_id = 1; |
boolean |
hasReadPartly()
optional bool read_partly = 5; |
boolean hasReaderId()
required int64 reader_id = 1;long getReaderId()
required int64 reader_id = 1;boolean hasFilename()
required string filename = 2;String getFilename()
required string filename = 2;com.google.protobuf.ByteString getFilenameBytes()
required string filename = 2;boolean hasCount()
required int64 count = 3;long getCount()
required int64 count = 3;boolean hasOffset()
required int64 offset = 4;long getOffset()
required int64 offset = 4;boolean hasReadPartly()
optional bool read_partly = 5;boolean getReadPartly()
optional bool read_partly = 5;Copyright © 2021. All rights reserved.