Package org.yamcs.protobuf
Interface RootDirectoryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RootDirectory,RootDirectory.Builder
public interface RootDirectoryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDirectory()optional string directory = 1;com.google.protobuf.ByteStringgetDirectoryBytes()optional string directory = 1;longgetTotalSpace()optional int64 totalSpace = 3;StringgetType()optional string type = 2;com.google.protobuf.ByteStringgetTypeBytes()optional string type = 2;longgetUnallocatedSpace()optional int64 unallocatedSpace = 4;longgetUsableSpace()optional int64 usableSpace = 5;booleanhasDirectory()optional string directory = 1;booleanhasTotalSpace()optional int64 totalSpace = 3;booleanhasType()optional string type = 2;booleanhasUnallocatedSpace()optional int64 unallocatedSpace = 4;booleanhasUsableSpace()optional int64 usableSpace = 5;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasDirectory
boolean hasDirectory()
optional string directory = 1;
-
getDirectory
String getDirectory()
optional string directory = 1;
-
getDirectoryBytes
com.google.protobuf.ByteString getDirectoryBytes()
optional string directory = 1;
-
hasType
boolean hasType()
optional string type = 2;
-
getType
String getType()
optional string type = 2;
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()
optional string type = 2;
-
hasTotalSpace
boolean hasTotalSpace()
optional int64 totalSpace = 3;
-
getTotalSpace
long getTotalSpace()
optional int64 totalSpace = 3;
-
hasUnallocatedSpace
boolean hasUnallocatedSpace()
optional int64 unallocatedSpace = 4;
-
getUnallocatedSpace
long getUnallocatedSpace()
optional int64 unallocatedSpace = 4;
-
hasUsableSpace
boolean hasUsableSpace()
optional int64 usableSpace = 5;
-
getUsableSpace
long getUsableSpace()
optional int64 usableSpace = 5;
-
-