public static final class Protos.CSIPluginContainerInfo extends com.google.protobuf.GeneratedMessageV3 implements Protos.CSIPluginContainerInfoOrBuilder
Describes the container configuration to run a managed CSI plugin.Protobuf type
mesos.CSIPluginContainerInfo
Modifier and Type | Class and Description |
---|---|
static class |
Protos.CSIPluginContainerInfo.Builder
Describes the container configuration to run a managed CSI plugin.
|
static class |
Protos.CSIPluginContainerInfo.Service
Protobuf enum
mesos.CSIPluginContainerInfo.Service |
Modifier and Type | Field and Description |
---|---|
static int |
COMMAND_FIELD_NUMBER |
static int |
CONTAINER_FIELD_NUMBER |
static <any> |
PARSER
Deprecated.
|
static int |
RESOURCES_FIELD_NUMBER |
static int |
SERVICES_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
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; |
static Protos.CSIPluginContainerInfo |
getDefaultInstance() |
Protos.CSIPluginContainerInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
<any> |
getParserForType() |
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; |
int |
getSerializedSize() |
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; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasCommand()
optional .mesos.CommandInfo command = 2; |
boolean |
hasContainer()
optional .mesos.ContainerInfo container = 4; |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Protos.CSIPluginContainerInfo.Builder |
newBuilder() |
static Protos.CSIPluginContainerInfo.Builder |
newBuilder(Protos.CSIPluginContainerInfo prototype) |
Protos.CSIPluginContainerInfo.Builder |
newBuilderForType() |
protected Protos.CSIPluginContainerInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Protos.CSIPluginContainerInfo |
parseDelimitedFrom(java.io.InputStream input) |
static Protos.CSIPluginContainerInfo |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.CSIPluginContainerInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.CSIPluginContainerInfo |
parseFrom(java.nio.ByteBuffer data) |
static Protos.CSIPluginContainerInfo |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.CSIPluginContainerInfo |
parseFrom(com.google.protobuf.ByteString data) |
static Protos.CSIPluginContainerInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.CSIPluginContainerInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.CSIPluginContainerInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.CSIPluginContainerInfo |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
Protos.CSIPluginContainerInfo.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int SERVICES_FIELD_NUMBER
public static final int COMMAND_FIELD_NUMBER
public static final int RESOURCES_FIELD_NUMBER
public static final int CONTAINER_FIELD_NUMBER
@Deprecated public static final <any> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public java.util.List<Protos.CSIPluginContainerInfo.Service> getServicesList()
repeated .mesos.CSIPluginContainerInfo.Service services = 1;
getServicesList
in interface Protos.CSIPluginContainerInfoOrBuilder
public int getServicesCount()
repeated .mesos.CSIPluginContainerInfo.Service services = 1;
getServicesCount
in interface Protos.CSIPluginContainerInfoOrBuilder
public Protos.CSIPluginContainerInfo.Service getServices(int index)
repeated .mesos.CSIPluginContainerInfo.Service services = 1;
getServices
in interface Protos.CSIPluginContainerInfoOrBuilder
public boolean hasCommand()
optional .mesos.CommandInfo command = 2;
hasCommand
in interface Protos.CSIPluginContainerInfoOrBuilder
public Protos.CommandInfo getCommand()
optional .mesos.CommandInfo command = 2;
getCommand
in interface Protos.CSIPluginContainerInfoOrBuilder
public Protos.CommandInfoOrBuilder getCommandOrBuilder()
optional .mesos.CommandInfo command = 2;
getCommandOrBuilder
in interface Protos.CSIPluginContainerInfoOrBuilder
public java.util.List<Protos.Resource> getResourcesList()
repeated .mesos.Resource resources = 3;
getResourcesList
in interface Protos.CSIPluginContainerInfoOrBuilder
public java.util.List<? extends Protos.ResourceOrBuilder> getResourcesOrBuilderList()
repeated .mesos.Resource resources = 3;
getResourcesOrBuilderList
in interface Protos.CSIPluginContainerInfoOrBuilder
public int getResourcesCount()
repeated .mesos.Resource resources = 3;
getResourcesCount
in interface Protos.CSIPluginContainerInfoOrBuilder
public Protos.Resource getResources(int index)
repeated .mesos.Resource resources = 3;
getResources
in interface Protos.CSIPluginContainerInfoOrBuilder
public Protos.ResourceOrBuilder getResourcesOrBuilder(int index)
repeated .mesos.Resource resources = 3;
getResourcesOrBuilder
in interface Protos.CSIPluginContainerInfoOrBuilder
public boolean hasContainer()
optional .mesos.ContainerInfo container = 4;
hasContainer
in interface Protos.CSIPluginContainerInfoOrBuilder
public Protos.ContainerInfo getContainer()
optional .mesos.ContainerInfo container = 4;
getContainer
in interface Protos.CSIPluginContainerInfoOrBuilder
public Protos.ContainerInfoOrBuilder getContainerOrBuilder()
optional .mesos.ContainerInfo container = 4;
getContainerOrBuilder
in interface Protos.CSIPluginContainerInfoOrBuilder
public final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
java.io.IOException
public int getSerializedSize()
public boolean equals(java.lang.Object obj)
public int hashCode()
public static Protos.CSIPluginContainerInfo parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.CSIPluginContainerInfo parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.CSIPluginContainerInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.CSIPluginContainerInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.CSIPluginContainerInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.CSIPluginContainerInfo parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.CSIPluginContainerInfo parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Protos.CSIPluginContainerInfo parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.CSIPluginContainerInfo parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Protos.CSIPluginContainerInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Protos.CSIPluginContainerInfo.Builder newBuilderForType()
public static Protos.CSIPluginContainerInfo.Builder newBuilder()
public static Protos.CSIPluginContainerInfo.Builder newBuilder(Protos.CSIPluginContainerInfo prototype)
public Protos.CSIPluginContainerInfo.Builder toBuilder()
protected Protos.CSIPluginContainerInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static Protos.CSIPluginContainerInfo getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public Protos.CSIPluginContainerInfo getDefaultInstanceForType()