public static interface Protos.DeviceOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Protos.Device.Number |
getNumber ()
optional .mesos.Device.Number number = 2; |
Protos.Device.NumberOrBuilder |
getNumberOrBuilder ()
optional .mesos.Device.Number number = 2; |
java.lang.String |
getPath ()
optional string path = 1; |
com.google.protobuf.ByteString |
getPathBytes ()
optional string path = 1; |
boolean |
hasNumber ()
optional .mesos.Device.Number number = 2; |
boolean |
hasPath ()
optional string path = 1; |
boolean hasPath()
optional string path = 1;java.lang.String getPath()
optional string path = 1;com.google.protobuf.ByteString getPathBytes()
optional string path = 1;boolean hasNumber()
optional .mesos.Device.Number number = 2;Protos.Device.Number getNumber()
optional .mesos.Device.Number number = 2;Protos.Device.NumberOrBuilder getNumberOrBuilder()
optional .mesos.Device.Number number = 2;