public static final class Protos.Volume.Source.HostPath.Builder extends <any> 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 | Method and Description |
|---|---|
Protos.Volume.Source.HostPath.Builder |
addRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Protos.Volume.Source.HostPath |
build () |
Protos.Volume.Source.HostPath |
buildPartial () |
Protos.Volume.Source.HostPath.Builder |
clear () |
Protos.Volume.Source.HostPath.Builder |
clearField (com.google.protobuf.Descriptors.FieldDescriptor field) |
Protos.Volume.Source.HostPath.Builder |
clearMountPropagation ()
optional .mesos.MountPropagation mount_propagation = 2; |
Protos.Volume.Source.HostPath.Builder |
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protos.Volume.Source.HostPath.Builder |
clearPath ()
required string path = 1; |
Protos.Volume.Source.HostPath.Builder |
clone () |
Protos.Volume.Source.HostPath |
getDefaultInstanceForType () |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor () |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType () |
Protos.MountPropagation |
getMountPropagation ()
optional .mesos.MountPropagation mount_propagation = 2; |
Protos.MountPropagation.Builder |
getMountPropagationBuilder ()
optional .mesos.MountPropagation mount_propagation = 2; |
Protos.MountPropagationOrBuilder |
getMountPropagationOrBuilder ()
optional .mesos.MountPropagation mount_propagation = 2; |
java.lang.String |
getPath ()
required string path = 1; |
com.google.protobuf.ByteString |
getPathBytes ()
required string path = 1; |
boolean |
hasMountPropagation ()
optional .mesos.MountPropagation mount_propagation = 2; |
boolean |
hasPath ()
required string path = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable () |
boolean |
isInitialized () |
Protos.Volume.Source.HostPath.Builder |
mergeFrom (com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protos.Volume.Source.HostPath.Builder |
mergeFrom (com.google.protobuf.Message other) |
Protos.Volume.Source.HostPath.Builder |
mergeMountPropagation (Protos.MountPropagation value)
optional .mesos.MountPropagation mount_propagation = 2; |
Protos.Volume.Source.HostPath.Builder |
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
Protos.Volume.Source.HostPath.Builder |
setField (com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Protos.Volume.Source.HostPath.Builder |
setMountPropagation (Protos.MountPropagation.Builder builderForValue)
optional .mesos.MountPropagation mount_propagation = 2; |
Protos.Volume.Source.HostPath.Builder |
setMountPropagation (Protos.MountPropagation value)
optional .mesos.MountPropagation mount_propagation = 2; |
Protos.Volume.Source.HostPath.Builder |
setPath (java.lang.String value)
required string path = 1; |
Protos.Volume.Source.HostPath.Builder |
setPathBytes (com.google.protobuf.ByteString value)
required string path = 1; |
Protos.Volume.Source.HostPath.Builder |
setRepeatedField (com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
Protos.Volume.Source.HostPath.Builder |
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public Protos.Volume.Source.HostPath.Builder clear()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public Protos.Volume.Source.HostPath getDefaultInstanceForType()
public Protos.Volume.Source.HostPath build()
public Protos.Volume.Source.HostPath buildPartial()
public Protos.Volume.Source.HostPath.Builder clone()
public Protos.Volume.Source.HostPath.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public Protos.Volume.Source.HostPath.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
public Protos.Volume.Source.HostPath.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
public Protos.Volume.Source.HostPath.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
public Protos.Volume.Source.HostPath.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public Protos.Volume.Source.HostPath.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public Protos.Volume.Source.HostPath.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic 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 Protos.Volume.Source.HostPath.Builder setPath(java.lang.String value)
required string path = 1;public Protos.Volume.Source.HostPath.Builder clearPath()
required string path = 1;public Protos.Volume.Source.HostPath.Builder setPathBytes(com.google.protobuf.ByteString value)
required string path = 1;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.Volume.Source.HostPath.Builder setMountPropagation(Protos.MountPropagation value)
optional .mesos.MountPropagation mount_propagation = 2;public Protos.Volume.Source.HostPath.Builder setMountPropagation(Protos.MountPropagation.Builder builderForValue)
optional .mesos.MountPropagation mount_propagation = 2;public Protos.Volume.Source.HostPath.Builder mergeMountPropagation(Protos.MountPropagation value)
optional .mesos.MountPropagation mount_propagation = 2;public Protos.Volume.Source.HostPath.Builder clearMountPropagation()
optional .mesos.MountPropagation mount_propagation = 2;public Protos.MountPropagation.Builder getMountPropagationBuilder()
optional .mesos.MountPropagation mount_propagation = 2;public Protos.MountPropagationOrBuilder getMountPropagationOrBuilder()
optional .mesos.MountPropagation mount_propagation = 2;getMountPropagationOrBuilder in interface Protos.Volume.Source.HostPathOrBuilder public final Protos.Volume.Source.HostPath.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
public final Protos.Volume.Source.HostPath.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)