public static interface Protos.CSIPluginContainerInfoOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Protos.CommandInfo |
getCommand()
optional .mesos.CommandInfo command = 2; |
Protos.CommandInfoOrBuilder |
getCommandOrBuilder()
optional .mesos.CommandInfo command = 2; |
Protos.ContainerInfo |
getContainer()
optional .mesos.ContainerInfo container = 4; |
Protos.ContainerInfoOrBuilder |
getContainerOrBuilder()
optional .mesos.ContainerInfo container = 4; |
Protos.Resource |
getResources(int index)
repeated .mesos.Resource resources = 3; |
int |
getResourcesCount()
repeated .mesos.Resource resources = 3; |
java.util.List<Protos.Resource> |
getResourcesList()
repeated .mesos.Resource resources = 3; |
Protos.ResourceOrBuilder |
getResourcesOrBuilder(int index)
repeated .mesos.Resource resources = 3; |
java.util.List<? extends Protos.ResourceOrBuilder> |
getResourcesOrBuilderList()
repeated .mesos.Resource resources = 3; |
Protos.CSIPluginContainerInfo.Service |
getServices(int index)
repeated .mesos.CSIPluginContainerInfo.Service services = 1; |
int |
getServicesCount()
repeated .mesos.CSIPluginContainerInfo.Service services = 1; |
java.util.List<Protos.CSIPluginContainerInfo.Service> |
getServicesList()
repeated .mesos.CSIPluginContainerInfo.Service services = 1; |
boolean |
hasCommand()
optional .mesos.CommandInfo command = 2; |
boolean |
hasContainer()
optional .mesos.ContainerInfo container = 4; |
java.util.List<Protos.CSIPluginContainerInfo.Service> getServicesList()
repeated .mesos.CSIPluginContainerInfo.Service services = 1;int getServicesCount()
repeated .mesos.CSIPluginContainerInfo.Service services = 1;Protos.CSIPluginContainerInfo.Service getServices(int index)
repeated .mesos.CSIPluginContainerInfo.Service services = 1;boolean hasCommand()
optional .mesos.CommandInfo command = 2;Protos.CommandInfo getCommand()
optional .mesos.CommandInfo command = 2;Protos.CommandInfoOrBuilder getCommandOrBuilder()
optional .mesos.CommandInfo command = 2;java.util.List<Protos.Resource> getResourcesList()
repeated .mesos.Resource resources = 3;Protos.Resource getResources(int index)
repeated .mesos.Resource resources = 3;int getResourcesCount()
repeated .mesos.Resource resources = 3;java.util.List<? extends Protos.ResourceOrBuilder> getResourcesOrBuilderList()
repeated .mesos.Resource resources = 3;Protos.ResourceOrBuilder getResourcesOrBuilder(int index)
repeated .mesos.Resource resources = 3;boolean hasContainer()
optional .mesos.ContainerInfo container = 4;Protos.ContainerInfo getContainer()
optional .mesos.ContainerInfo container = 4;Protos.ContainerInfoOrBuilder getContainerOrBuilder()
optional .mesos.ContainerInfo container = 4;