public static interface Protos.ContainerIDOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Protos.ContainerID |
getParent()
optional .mesos.ContainerID parent = 2; |
Protos.ContainerIDOrBuilder |
getParentOrBuilder()
optional .mesos.ContainerID parent = 2; |
java.lang.String |
getValue()
required string value = 1; |
com.google.protobuf.ByteString |
getValueBytes()
required string value = 1; |
boolean |
hasParent()
optional .mesos.ContainerID parent = 2; |
boolean |
hasValue()
required string value = 1; |
boolean hasValue()
required string value = 1;java.lang.String getValue()
required string value = 1;com.google.protobuf.ByteString getValueBytes()
required string value = 1;boolean hasParent()
optional .mesos.ContainerID parent = 2;Protos.ContainerID getParent()
optional .mesos.ContainerID parent = 2;Protos.ContainerIDOrBuilder getParentOrBuilder()
optional .mesos.ContainerID parent = 2;