Interface MonitorDProto.GetUnitListReplyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MonitorDProto.GetUnitListReply
,MonitorDProto.GetUnitListReply.Builder
- Enclosing class:
- MonitorDProto
public static interface MonitorDProto.GetUnitListReplyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetUnit
(int index) List of systemd unitsint
List of systemd unitsList of systemd unitsgetUnitOrBuilder
(int index) List of systemd unitsList<? extends MonitorDProto.UnitOrBuilder>
List of systemd unitsMethods 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
-
getUnitList
List<MonitorDProto.Unit> getUnitList()List of systemd units
repeated .serosystems.proto.v3.grx.monitord.Unit unit = 1;
-
getUnit
List of systemd units
repeated .serosystems.proto.v3.grx.monitord.Unit unit = 1;
-
getUnitCount
int getUnitCount()List of systemd units
repeated .serosystems.proto.v3.grx.monitord.Unit unit = 1;
-
getUnitOrBuilderList
List<? extends MonitorDProto.UnitOrBuilder> getUnitOrBuilderList()List of systemd units
repeated .serosystems.proto.v3.grx.monitord.Unit unit = 1;
-
getUnitOrBuilder
List of systemd units
repeated .serosystems.proto.v3.grx.monitord.Unit unit = 1;
-