public static final class Protos.Volume.Source.DockerVolume extends com.google.protobuf.GeneratedMessageV3 implements Protos.Volume.Source.DockerVolumeOrBuilder
mesos.Volume.Source.DockerVolume
Modifier and Type | Class and Description |
---|---|
static class |
Protos.Volume.Source.DockerVolume.Builder
Protobuf type
mesos.Volume.Source.DockerVolume |
Modifier and Type | Field and Description |
---|---|
static int |
DRIVER_FIELD_NUMBER |
static int |
DRIVER_OPTIONS_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static <any> |
PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static Protos.Volume.Source.DockerVolume |
getDefaultInstance() |
Protos.Volume.Source.DockerVolume |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getDriver()
Driver of the volume, it can be flocker, convoy, raxrey etc.
|
com.google.protobuf.ByteString |
getDriverBytes()
Driver of the volume, it can be flocker, convoy, raxrey etc.
|
Protos.Parameters |
getDriverOptions()
Volume driver specific options.
|
Protos.ParametersOrBuilder |
getDriverOptionsOrBuilder()
Volume driver specific options.
|
java.lang.String |
getName()
Name of the volume.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the volume.
|
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasDriver()
Driver of the volume, it can be flocker, convoy, raxrey etc.
|
boolean |
hasDriverOptions()
Volume driver specific options.
|
int |
hashCode() |
boolean |
hasName()
Name of the volume.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Protos.Volume.Source.DockerVolume.Builder |
newBuilder() |
static Protos.Volume.Source.DockerVolume.Builder |
newBuilder(Protos.Volume.Source.DockerVolume prototype) |
Protos.Volume.Source.DockerVolume.Builder |
newBuilderForType() |
protected Protos.Volume.Source.DockerVolume.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Protos.Volume.Source.DockerVolume |
parseDelimitedFrom(java.io.InputStream input) |
static Protos.Volume.Source.DockerVolume |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Volume.Source.DockerVolume |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Volume.Source.DockerVolume |
parseFrom(java.nio.ByteBuffer data) |
static Protos.Volume.Source.DockerVolume |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Volume.Source.DockerVolume |
parseFrom(com.google.protobuf.ByteString data) |
static Protos.Volume.Source.DockerVolume |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Volume.Source.DockerVolume |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.Volume.Source.DockerVolume |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Volume.Source.DockerVolume |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
Protos.Volume.Source.DockerVolume.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int DRIVER_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int DRIVER_OPTIONS_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 boolean hasDriver()
Driver of the volume, it can be flocker, convoy, raxrey etc.
optional string driver = 1;
hasDriver
in interface Protos.Volume.Source.DockerVolumeOrBuilder
public java.lang.String getDriver()
Driver of the volume, it can be flocker, convoy, raxrey etc.
optional string driver = 1;
getDriver
in interface Protos.Volume.Source.DockerVolumeOrBuilder
public com.google.protobuf.ByteString getDriverBytes()
Driver of the volume, it can be flocker, convoy, raxrey etc.
optional string driver = 1;
getDriverBytes
in interface Protos.Volume.Source.DockerVolumeOrBuilder
public boolean hasName()
Name of the volume.
required string name = 2;
hasName
in interface Protos.Volume.Source.DockerVolumeOrBuilder
public java.lang.String getName()
Name of the volume.
required string name = 2;
getName
in interface Protos.Volume.Source.DockerVolumeOrBuilder
public com.google.protobuf.ByteString getNameBytes()
Name of the volume.
required string name = 2;
getNameBytes
in interface Protos.Volume.Source.DockerVolumeOrBuilder
public boolean hasDriverOptions()
Volume driver specific options.
optional .mesos.Parameters driver_options = 3;
hasDriverOptions
in interface Protos.Volume.Source.DockerVolumeOrBuilder
public Protos.Parameters getDriverOptions()
Volume driver specific options.
optional .mesos.Parameters driver_options = 3;
getDriverOptions
in interface Protos.Volume.Source.DockerVolumeOrBuilder
public Protos.ParametersOrBuilder getDriverOptionsOrBuilder()
Volume driver specific options.
optional .mesos.Parameters driver_options = 3;
getDriverOptionsOrBuilder
in interface Protos.Volume.Source.DockerVolumeOrBuilder
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.Volume.Source.DockerVolume parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Volume.Source.DockerVolume parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Volume.Source.DockerVolume parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Volume.Source.DockerVolume parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Volume.Source.DockerVolume parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Volume.Source.DockerVolume parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.Volume.Source.DockerVolume parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Protos.Volume.Source.DockerVolume parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.Volume.Source.DockerVolume parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Protos.Volume.Source.DockerVolume parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Protos.Volume.Source.DockerVolume.Builder newBuilderForType()
public static Protos.Volume.Source.DockerVolume.Builder newBuilder()
public static Protos.Volume.Source.DockerVolume.Builder newBuilder(Protos.Volume.Source.DockerVolume prototype)
public Protos.Volume.Source.DockerVolume.Builder toBuilder()
protected Protos.Volume.Source.DockerVolume.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static Protos.Volume.Source.DockerVolume getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public Protos.Volume.Source.DockerVolume getDefaultInstanceForType()