Interface MonitorDProto.GetMountedFilesystemUsageReplyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MonitorDProto.GetMountedFilesystemUsageReply
,MonitorDProto.GetMountedFilesystemUsageReply.Builder
- Enclosing class:
- MonitorDProto
public static interface MonitorDProto.GetMountedFilesystemUsageReplyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFileSystem
(int index) List of mounted file systems with their usage.int
List of mounted file systems with their usage.List of mounted file systems with their usage.getFileSystemOrBuilder
(int index) List of mounted file systems with their usage.List<? extends MonitorDProto.FileSystemUsageOrBuilder>
List of mounted file systems with their usage.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getFileSystemList
List<MonitorDProto.FileSystemUsage> getFileSystemList()List of mounted file systems with their usage.
repeated .serosystems.proto.v3.grx.monitord.FileSystemUsage file_system = 1;
-
getFileSystem
List of mounted file systems with their usage.
repeated .serosystems.proto.v3.grx.monitord.FileSystemUsage file_system = 1;
-
getFileSystemCount
int getFileSystemCount()List of mounted file systems with their usage.
repeated .serosystems.proto.v3.grx.monitord.FileSystemUsage file_system = 1;
-
getFileSystemOrBuilderList
List<? extends MonitorDProto.FileSystemUsageOrBuilder> getFileSystemOrBuilderList()List of mounted file systems with their usage.
repeated .serosystems.proto.v3.grx.monitord.FileSystemUsage file_system = 1;
-
getFileSystemOrBuilder
List of mounted file systems with their usage.
repeated .serosystems.proto.v3.grx.monitord.FileSystemUsage file_system = 1;
-