public static interface Protos.Resource.DiskInfo.Source.PathOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getRoot()
optional string root = 1; |
com.google.protobuf.ByteString |
getRootBytes()
optional string root = 1; |
boolean |
hasRoot()
optional string root = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasRoot()
optional string root = 1;
Path to the folder (e.g., /mnt/raid/disk0).
String getRoot()
optional string root = 1;
Path to the folder (e.g., /mnt/raid/disk0).
com.google.protobuf.ByteString getRootBytes()
optional string root = 1;
Path to the folder (e.g., /mnt/raid/disk0).
Copyright © 2017 The Apache Software Foundation. All Rights Reserved.