public static interface Protos.FileInfoOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGid ()
Group ID of owner.
|
com.google.protobuf.ByteString |
getGidBytes ()
Group ID of owner.
|
int |
getMode ()
Represents a file's mode and permission bits.
|
Protos.TimeInfo |
getMtime ()
Last modification time.
|
Protos.TimeInfoOrBuilder |
getMtimeOrBuilder ()
Last modification time.
|
int |
getNlink ()
Number of hard links.
|
java.lang.String |
getPath ()
Absolute path to the file.
|
com.google.protobuf.ByteString |
getPathBytes ()
Absolute path to the file.
|
long |
getSize ()
Total size in bytes.
|
java.lang.String |
getUid ()
User ID of owner.
|
com.google.protobuf.ByteString |
getUidBytes ()
User ID of owner.
|
boolean |
hasGid ()
Group ID of owner.
|
boolean |
hasMode ()
Represents a file's mode and permission bits.
|
boolean |
hasMtime ()
Last modification time.
|
boolean |
hasNlink ()
Number of hard links.
|
boolean |
hasPath ()
Absolute path to the file.
|
boolean |
hasSize ()
Total size in bytes.
|
boolean |
hasUid ()
User ID of owner.
|
boolean hasPath()
Absolute path to the file.
required string path = 1;java.lang.String getPath()
Absolute path to the file.
required string path = 1;com.google.protobuf.ByteString getPathBytes()
Absolute path to the file.
required string path = 1;boolean hasNlink()
Number of hard links.
optional int32 nlink = 2;int getNlink()
Number of hard links.
optional int32 nlink = 2;boolean hasSize()
Total size in bytes.
optional uint64 size = 3;long getSize()
Total size in bytes.
optional uint64 size = 3;boolean hasMtime()
Last modification time.
optional .mesos.TimeInfo mtime = 4;Protos.TimeInfo getMtime()
Last modification time.
optional .mesos.TimeInfo mtime = 4;Protos.TimeInfoOrBuilder getMtimeOrBuilder()
Last modification time.
optional .mesos.TimeInfo mtime = 4;boolean hasMode()
Represents a file's mode and permission bits. The bits have the same definition on all systems and is portable.
optional uint32 mode = 5;int getMode()
Represents a file's mode and permission bits. The bits have the same definition on all systems and is portable.
optional uint32 mode = 5;boolean hasUid()
User ID of owner.
optional string uid = 6;java.lang.String getUid()
User ID of owner.
optional string uid = 6;com.google.protobuf.ByteString getUidBytes()
User ID of owner.
optional string uid = 6;boolean hasGid()
Group ID of owner.
optional string gid = 7;java.lang.String getGid()
Group ID of owner.
optional string gid = 7;com.google.protobuf.ByteString getGidBytes()
Group ID of owner.
optional string gid = 7;