public static final class Protos.MountPropagation extends com.google.protobuf.GeneratedMessageV3 implements Protos.MountPropagationOrBuilder
Describes how the mount will be propagated for a volume. See the following doc for more details about mount propagation: https://www.kernel.org/doc/Documentation/filesystems/sharedsubtree.txtProtobuf type
mesos.MountPropagation
Modifier and Type | Class and Description |
---|---|
static class |
Protos.MountPropagation.Builder
Describes how the mount will be propagated for a volume.
|
static class |
Protos.MountPropagation.Mode
Protobuf enum
mesos.MountPropagation.Mode |
Modifier and Type | Field and Description |
---|---|
static int |
MODE_FIELD_NUMBER |
static <any> |
PARSER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static Protos.MountPropagation |
getDefaultInstance() |
Protos.MountPropagation |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Protos.MountPropagation.Mode |
getMode()
optional .mesos.MountPropagation.Mode mode = 1; |
<any> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasMode()
optional .mesos.MountPropagation.Mode mode = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Protos.MountPropagation.Builder |
newBuilder() |
static Protos.MountPropagation.Builder |
newBuilder(Protos.MountPropagation prototype) |
Protos.MountPropagation.Builder |
newBuilderForType() |
protected Protos.MountPropagation.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Protos.MountPropagation |
parseDelimitedFrom(java.io.InputStream input) |
static Protos.MountPropagation |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.MountPropagation |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.MountPropagation |
parseFrom(java.nio.ByteBuffer data) |
static Protos.MountPropagation |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.MountPropagation |
parseFrom(com.google.protobuf.ByteString data) |
static Protos.MountPropagation |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.MountPropagation |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.MountPropagation |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.MountPropagation |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
Protos.MountPropagation.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int MODE_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 hasMode()
optional .mesos.MountPropagation.Mode mode = 1;
hasMode
in interface Protos.MountPropagationOrBuilder
public Protos.MountPropagation.Mode getMode()
optional .mesos.MountPropagation.Mode mode = 1;
getMode
in interface Protos.MountPropagationOrBuilder
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.MountPropagation parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.MountPropagation parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.MountPropagation parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.MountPropagation parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.MountPropagation parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.MountPropagation parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.MountPropagation parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Protos.MountPropagation parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.MountPropagation parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Protos.MountPropagation parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Protos.MountPropagation.Builder newBuilderForType()
public static Protos.MountPropagation.Builder newBuilder()
public static Protos.MountPropagation.Builder newBuilder(Protos.MountPropagation prototype)
public Protos.MountPropagation.Builder toBuilder()
protected Protos.MountPropagation.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static Protos.MountPropagation getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public Protos.MountPropagation getDefaultInstanceForType()