public static final class Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolume extends com.google.protobuf.GeneratedMessageV3 implements Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolumeOrBuilder
Indicates that the volume will be accessed via the filesystem API.Protobuf type
mesos.Volume.Source.CSIVolume.VolumeCapability.MountVolume| Modifier and Type | Class and Description |
|---|---|
static class |
Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolume.Builder
Indicates that the volume will be accessed via the filesystem API.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
FS_TYPE_FIELD_NUMBER |
static int |
MOUNT_FLAGS_FIELD_NUMBER |
static <any> |
PARSER
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals (java.lang.Object obj) |
static Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolume |
getDefaultInstance () |
Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolume |
getDefaultInstanceForType () |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor () |
java.lang.String |
getFsType ()
The filesystem type.
|
com.google.protobuf.ByteString |
getFsTypeBytes ()
The filesystem type.
|
java.lang.String |
getMountFlags (int index)
The mount options that can be used for the volume.
|
com.google.protobuf.ByteString |
getMountFlagsBytes (int index)
The mount options that can be used for the volume.
|
int |
getMountFlagsCount ()
The mount options that can be used for the volume.
|
com.google.protobuf.ProtocolStringList |
getMountFlagsList ()
The mount options that can be used for the volume.
|
<any> |
getParserForType () |
int |
getSerializedSize () |
com.google.protobuf.UnknownFieldSet |
getUnknownFields () |
boolean |
hasFsType ()
The filesystem type.
|
int |
hashCode () |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable () |
boolean |
isInitialized () |
static Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolume.Builder |
newBuilder () |
static Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolume.Builder |
newBuilder (Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolume prototype) |
Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolume.Builder |
newBuilderForType () |
protected Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolume.Builder |
newBuilderForType (com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolume |
parseDelimitedFrom (java.io.InputStream input) |
static Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolume |
parseDelimitedFrom (java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolume |
parseFrom (byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolume |
parseFrom (java.nio.ByteBuffer data) |
static Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolume |
parseFrom (java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolume |
parseFrom (com.google.protobuf.ByteString data) |
static Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolume |
parseFrom (com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolume |
parseFrom (com.google.protobuf.CodedInputStream input) |
static Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolume |
parseFrom (com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolume |
parseFrom (java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser () |
Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolume.Builder |
toBuilder () |
void |
writeTo (com.google.protobuf.CodedOutputStream output) |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitpublic static final int FS_TYPE_FIELD_NUMBER
public static final int MOUNT_FLAGS_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 hasFsType()
The filesystem type. An empty string is equal to an unspecified field value.
optional string fs_type = 1;hasFsType in interface Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolumeOrBuilder public java.lang.String getFsType()
The filesystem type. An empty string is equal to an unspecified field value.
optional string fs_type = 1;getFsType in interface Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolumeOrBuilder public com.google.protobuf.ByteString getFsTypeBytes()
The filesystem type. An empty string is equal to an unspecified field value.
optional string fs_type = 1;getFsTypeBytes in interface Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolumeOrBuilder public com.google.protobuf.ProtocolStringList getMountFlagsList()
The mount options that can be used for the volume. This field is OPTIONAL. `mount_flags` MAY contain sensitive information. Therefore, Mesos and the Plugin MUST NOT leak this information to untrusted entities. The total size of this repeated field SHALL NOT exceed 4 KiB.
repeated string mount_flags = 2;getMountFlagsList in interface Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolumeOrBuilder public int getMountFlagsCount()
The mount options that can be used for the volume. This field is OPTIONAL. `mount_flags` MAY contain sensitive information. Therefore, Mesos and the Plugin MUST NOT leak this information to untrusted entities. The total size of this repeated field SHALL NOT exceed 4 KiB.
repeated string mount_flags = 2;getMountFlagsCount in interface Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolumeOrBuilder public java.lang.String getMountFlags(int index)
The mount options that can be used for the volume. This field is OPTIONAL. `mount_flags` MAY contain sensitive information. Therefore, Mesos and the Plugin MUST NOT leak this information to untrusted entities. The total size of this repeated field SHALL NOT exceed 4 KiB.
repeated string mount_flags = 2;getMountFlags in interface Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolumeOrBuilder public com.google.protobuf.ByteString getMountFlagsBytes(int index)
The mount options that can be used for the volume. This field is OPTIONAL. `mount_flags` MAY contain sensitive information. Therefore, Mesos and the Plugin MUST NOT leak this information to untrusted entities. The total size of this repeated field SHALL NOT exceed 4 KiB.
repeated string mount_flags = 2;getMountFlagsBytes in interface Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolumeOrBuilder public final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
java.io.IOExceptionpublic int getSerializedSize()
public boolean equals(java.lang.Object obj)
public int hashCode()
public static Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolume parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolume parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolume parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolume parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolume parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolume parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolume parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolume parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolume parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolume parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolume.Builder newBuilderForType()
public static Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolume.Builder newBuilder()
public static Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolume.Builder newBuilder(Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolume prototype)
public Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolume.Builder toBuilder()
protected Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolume.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolume getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public Protos.Volume.Source.CSIVolume.VolumeCapability.MountVolume getDefaultInstanceForType()