-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface TombstoneProtos.FDOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract intgetFd()int32 fd = 1;abstract StringgetPath()string path = 2;abstract ByteStringgetPathBytes()string path = 2;abstract StringgetOwner()string owner = 3;abstract ByteStringgetOwnerBytes()string owner = 3;abstract longgetTag()uint64 tag = 4;-
-
Method Detail
-
getFd
abstract int getFd()
int32 fd = 1;
-
getPathBytes
abstract ByteString getPathBytes()
string path = 2;
-
getOwnerBytes
abstract ByteString getOwnerBytes()
string owner = 3;
-
getTag
abstract long getTag()
uint64 tag = 4;
-
-
-
-