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 Type
    Method
    Description
    getUnit(int index)
    List of systemd units
    int
    List of systemd units
    List of systemd units
    getUnitOrBuilder(int index)
    List of systemd units
    List of systemd units

    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

    • getUnitList

      List<MonitorDProto.Unit> getUnitList()
       List of systemd units 
       
      repeated .serosystems.proto.v3.grx.monitord.Unit unit = 1;
    • getUnit

      MonitorDProto.Unit getUnit(int index)
       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

      MonitorDProto.UnitOrBuilder getUnitOrBuilder(int index)
       List of systemd units 
       
      repeated .serosystems.proto.v3.grx.monitord.Unit unit = 1;