public static interface Protos.Resource.DiskInfo.Source.PathOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRoot()
Path to the folder (e.g., /mnt/raid/disk0).
|
com.google.protobuf.ByteString |
getRootBytes()
Path to the folder (e.g., /mnt/raid/disk0).
|
boolean |
hasRoot()
Path to the folder (e.g., /mnt/raid/disk0).
|
boolean hasRoot()
Path to the folder (e.g., /mnt/raid/disk0). If the path is a relative path, it is relative to the agent work directory.
optional string root = 1;
java.lang.String getRoot()
Path to the folder (e.g., /mnt/raid/disk0). If the path is a relative path, it is relative to the agent work directory.
optional string root = 1;
com.google.protobuf.ByteString getRootBytes()
Path to the folder (e.g., /mnt/raid/disk0). If the path is a relative path, it is relative to the agent work directory.
optional string root = 1;