Interface MonitorDProto.SystemPackageOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MonitorDProto.SystemPackage, MonitorDProto.SystemPackage.Builder
Enclosing class:
MonitorDProto

public static interface MonitorDProto.SystemPackageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Package architecture.
    com.google.protobuf.ByteString
    Package architecture.
    Package name.
    com.google.protobuf.ByteString
    Package name.
    Debian package state.
    int
    Debian package state.
    Package version.
    com.google.protobuf.ByteString
    Package version.

    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

    • getStatusValue

      int getStatusValue()
       Debian package state. 
       
      .serosystems.proto.v3.grx.monitord.SystemPackage.Status status = 1;
      Returns:
      The enum numeric value on the wire for status.
    • getStatus

       Debian package state. 
       
      .serosystems.proto.v3.grx.monitord.SystemPackage.Status status = 1;
      Returns:
      The status.
    • getName

      String getName()
       Package name. 
       
      string name = 2;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Package name. 
       
      string name = 2;
      Returns:
      The bytes for name.
    • getVersion

      String getVersion()
       Package version. 
       
      string version = 3;
      Returns:
      The version.
    • getVersionBytes

      com.google.protobuf.ByteString getVersionBytes()
       Package version. 
       
      string version = 3;
      Returns:
      The bytes for version.
    • getArchitecture

      String getArchitecture()
       Package architecture. 
       
      string architecture = 4;
      Returns:
      The architecture.
    • getArchitectureBytes

      com.google.protobuf.ByteString getArchitectureBytes()
       Package architecture. 
       
      string architecture = 4;
      Returns:
      The bytes for architecture.