public static final class Protos.Volume.Source.HostPath extends com.google.protobuf.GeneratedMessageV3 implements Protos.Volume.Source.HostPathOrBuilder
Absolute path pointing to a directory or file on the host.Protobuf type
mesos.Volume.Source.HostPath
Modifier and Type | Class and Description |
---|---|
static class |
Protos.Volume.Source.HostPath.Builder
Absolute path pointing to a directory or file on the host.
|
Modifier and Type | Field and Description |
---|---|
static int |
MOUNT_PROPAGATION_FIELD_NUMBER |
static <any> |
PARSER
Deprecated.
|
static int |
PATH_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static Protos.Volume.Source.HostPath |
getDefaultInstance() |
Protos.Volume.Source.HostPath |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Protos.MountPropagation |
getMountPropagation()
optional .mesos.MountPropagation mount_propagation = 2; |
Protos.MountPropagationOrBuilder |
getMountPropagationOrBuilder()
optional .mesos.MountPropagation mount_propagation = 2; |
<any> |
getParserForType() |
java.lang.String |
getPath()
required string path = 1; |
com.google.protobuf.ByteString |
getPathBytes()
required string path = 1; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasMountPropagation()
optional .mesos.MountPropagation mount_propagation = 2; |
boolean |
hasPath()
required string path = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Protos.Volume.Source.HostPath.Builder |
newBuilder() |
static Protos.Volume.Source.HostPath.Builder |
newBuilder(Protos.Volume.Source.HostPath prototype) |
Protos.Volume.Source.HostPath.Builder |
newBuilderForType() |
protected Protos.Volume.Source.HostPath.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Protos.Volume.Source.HostPath |
parseDelimitedFrom(java.io.InputStream input) |
static Protos.Volume.Source.HostPath |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Volume.Source.HostPath |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Volume.Source.HostPath |
parseFrom(java.nio.ByteBuffer data) |
static Protos.Volume.Source.HostPath |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Volume.Source.HostPath |
parseFrom(com.google.protobuf.ByteString data) |
static Protos.Volume.Source.HostPath |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Volume.Source.HostPath |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.Volume.Source.HostPath |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Volume.Source.HostPath |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
Protos.Volume.Source.HostPath.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int PATH_FIELD_NUMBER
public static final int MOUNT_PROPAGATION_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 hasPath()
required string path = 1;
hasPath
in interface Protos.Volume.Source.HostPathOrBuilder
public java.lang.String getPath()
required string path = 1;
getPath
in interface Protos.Volume.Source.HostPathOrBuilder
public com.google.protobuf.ByteString getPathBytes()
required string path = 1;
getPathBytes
in interface Protos.Volume.Source.HostPathOrBuilder
public boolean hasMountPropagation()
optional .mesos.MountPropagation mount_propagation = 2;
hasMountPropagation
in interface Protos.Volume.Source.HostPathOrBuilder
public Protos.MountPropagation getMountPropagation()
optional .mesos.MountPropagation mount_propagation = 2;
getMountPropagation
in interface Protos.Volume.Source.HostPathOrBuilder
public Protos.MountPropagationOrBuilder getMountPropagationOrBuilder()
optional .mesos.MountPropagation mount_propagation = 2;
getMountPropagationOrBuilder
in interface Protos.Volume.Source.HostPathOrBuilder
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.HostPath parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Volume.Source.HostPath parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Volume.Source.HostPath parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Volume.Source.HostPath 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.HostPath parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Volume.Source.HostPath parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.Volume.Source.HostPath parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Protos.Volume.Source.HostPath parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.Volume.Source.HostPath parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Protos.Volume.Source.HostPath parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Protos.Volume.Source.HostPath.Builder newBuilderForType()
public static Protos.Volume.Source.HostPath.Builder newBuilder()
public static Protos.Volume.Source.HostPath.Builder newBuilder(Protos.Volume.Source.HostPath prototype)
public Protos.Volume.Source.HostPath.Builder toBuilder()
protected Protos.Volume.Source.HostPath.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static Protos.Volume.Source.HostPath getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public Protos.Volume.Source.HostPath getDefaultInstanceForType()