public static final class Protos.Resource.DiskInfo.Source.Path extends com.google.protobuf.GeneratedMessageV3 implements Protos.Resource.DiskInfo.Source.PathOrBuilder
A folder that can be located on a separate disk device. This can be shared and carved up as necessary between frameworks.Protobuf type
mesos.Resource.DiskInfo.Source.Path
Modifier and Type | Class and Description |
---|---|
static class |
Protos.Resource.DiskInfo.Source.Path.Builder
A folder that can be located on a separate disk device.
|
Modifier and Type | Field and Description |
---|---|
static <any> |
PARSER
Deprecated.
|
static int |
ROOT_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static Protos.Resource.DiskInfo.Source.Path |
getDefaultInstance() |
Protos.Resource.DiskInfo.Source.Path |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
<any> |
getParserForType() |
java.lang.String |
getRoot()
Path to the folder (e.g., /mnt/raid/disk0).
|
com.google.protobuf.ByteString |
getRootBytes()
Path to the folder (e.g., /mnt/raid/disk0).
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
int |
hashCode() |
boolean |
hasRoot()
Path to the folder (e.g., /mnt/raid/disk0).
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Protos.Resource.DiskInfo.Source.Path.Builder |
newBuilder() |
static Protos.Resource.DiskInfo.Source.Path.Builder |
newBuilder(Protos.Resource.DiskInfo.Source.Path prototype) |
Protos.Resource.DiskInfo.Source.Path.Builder |
newBuilderForType() |
protected Protos.Resource.DiskInfo.Source.Path.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Protos.Resource.DiskInfo.Source.Path |
parseDelimitedFrom(java.io.InputStream input) |
static Protos.Resource.DiskInfo.Source.Path |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Resource.DiskInfo.Source.Path |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Resource.DiskInfo.Source.Path |
parseFrom(java.nio.ByteBuffer data) |
static Protos.Resource.DiskInfo.Source.Path |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Resource.DiskInfo.Source.Path |
parseFrom(com.google.protobuf.ByteString data) |
static Protos.Resource.DiskInfo.Source.Path |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Resource.DiskInfo.Source.Path |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.Resource.DiskInfo.Source.Path |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.Resource.DiskInfo.Source.Path |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
Protos.Resource.DiskInfo.Source.Path.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int ROOT_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 hasRoot()
Path to the folder (e.g., /mnt/raid/disk0). If the path is a relative path, it is relative to the agent work directory.
optional string root = 1;
hasRoot
in interface Protos.Resource.DiskInfo.Source.PathOrBuilder
public java.lang.String getRoot()
Path to the folder (e.g., /mnt/raid/disk0). If the path is a relative path, it is relative to the agent work directory.
optional string root = 1;
getRoot
in interface Protos.Resource.DiskInfo.Source.PathOrBuilder
public com.google.protobuf.ByteString getRootBytes()
Path to the folder (e.g., /mnt/raid/disk0). If the path is a relative path, it is relative to the agent work directory.
optional string root = 1;
getRootBytes
in interface Protos.Resource.DiskInfo.Source.PathOrBuilder
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.Resource.DiskInfo.Source.Path parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Resource.DiskInfo.Source.Path parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Resource.DiskInfo.Source.Path parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Resource.DiskInfo.Source.Path parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Resource.DiskInfo.Source.Path parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.Resource.DiskInfo.Source.Path parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.Resource.DiskInfo.Source.Path parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Protos.Resource.DiskInfo.Source.Path parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.Resource.DiskInfo.Source.Path parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Protos.Resource.DiskInfo.Source.Path parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Protos.Resource.DiskInfo.Source.Path.Builder newBuilderForType()
public static Protos.Resource.DiskInfo.Source.Path.Builder newBuilder()
public static Protos.Resource.DiskInfo.Source.Path.Builder newBuilder(Protos.Resource.DiskInfo.Source.Path prototype)
public Protos.Resource.DiskInfo.Source.Path.Builder toBuilder()
protected Protos.Resource.DiskInfo.Source.Path.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static Protos.Resource.DiskInfo.Source.Path getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public Protos.Resource.DiskInfo.Source.Path getDefaultInstanceForType()