public static interface Protos.Volume.Source.SandboxPathOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPath()
A path relative to the corresponding container's sandbox.
|
com.google.protobuf.ByteString |
getPathBytes()
A path relative to the corresponding container's sandbox.
|
Protos.Volume.Source.SandboxPath.Type |
getType()
optional .mesos.Volume.Source.SandboxPath.Type type = 1; |
boolean |
hasPath()
A path relative to the corresponding container's sandbox.
|
boolean |
hasType()
optional .mesos.Volume.Source.SandboxPath.Type type = 1; |
boolean hasType()
optional .mesos.Volume.Source.SandboxPath.Type type = 1;Protos.Volume.Source.SandboxPath.Type getType()
optional .mesos.Volume.Source.SandboxPath.Type type = 1;boolean hasPath()
A path relative to the corresponding container's sandbox. Note that upwards traversal (i.e. ../../abc) is not allowed.
required string path = 2;java.lang.String getPath()
A path relative to the corresponding container's sandbox. Note that upwards traversal (i.e. ../../abc) is not allowed.
required string path = 2;com.google.protobuf.ByteString getPathBytes()
A path relative to the corresponding container's sandbox. Note that upwards traversal (i.e. ../../abc) is not allowed.
required string path = 2;