Interface StatOuterClass.StatOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StatOuterClass.Stat
,StatOuterClass.Stat.Builder
- Enclosing class:
StatOuterClass
public static interface StatOuterClass.StatOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsXattrs
(String key) map<string, bytes> xattrs = 10;
long
int64 devmajor = 8;
long
int64 devminor = 9;
int
getGid()
uint32 gid = 4;
int32 typeflag = 7;com.google.protobuf.ByteString
int32 typeflag = 7;int
getMode()
uint32 mode = 2;
long
int64 modTime = 6;
getPath()
string path = 1;
com.google.protobuf.ByteString
string path = 1;
long
getSize()
int64 size = 5;
int
getUid()
uint32 uid = 3;
Deprecated.int
map<string, bytes> xattrs = 10;
map<string, bytes> xattrs = 10;
com.google.protobuf.ByteString
getXattrsOrDefault
(String key, com.google.protobuf.ByteString defaultValue) map<string, bytes> xattrs = 10;
com.google.protobuf.ByteString
getXattrsOrThrow
(String key) map<string, bytes> xattrs = 10;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getPath
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()string path = 1;
- Returns:
- The bytes for path.
-
getMode
int getMode()uint32 mode = 2;
- Returns:
- The mode.
-
getUid
int getUid()uint32 uid = 3;
- Returns:
- The uid.
-
getGid
int getGid()uint32 gid = 4;
- Returns:
- The gid.
-
getSize
long getSize()int64 size = 5;
- Returns:
- The size.
-
getModTime
long getModTime()int64 modTime = 6;
- Returns:
- The modTime.
-
getLinkname
-
getLinknameBytes
com.google.protobuf.ByteString getLinknameBytes()int32 typeflag = 7;
string linkname = 7;
- Returns:
- The bytes for linkname.
-
getDevmajor
long getDevmajor()int64 devmajor = 8;
- Returns:
- The devmajor.
-
getDevminor
long getDevminor()int64 devminor = 9;
- Returns:
- The devminor.
-
getXattrsCount
int getXattrsCount()map<string, bytes> xattrs = 10;
-
containsXattrs
map<string, bytes> xattrs = 10;
-
getXattrs
Deprecated.UsegetXattrsMap()
instead. -
getXattrsMap
-
getXattrsOrDefault
com.google.protobuf.ByteString getXattrsOrDefault(String key, com.google.protobuf.ByteString defaultValue) map<string, bytes> xattrs = 10;
-
getXattrsOrThrow
map<string, bytes> xattrs = 10;
-