Package viam.app.v1

Enum Class AppOuterClass.LogOrder

java.lang.Object
java.lang.Enum<AppOuterClass.LogOrder>
viam.app.v1.AppOuterClass.LogOrder
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, Serializable, Comparable<AppOuterClass.LogOrder>, Constable
Enclosing class:
AppOuterClass

public static enum AppOuterClass.LogOrder extends Enum<AppOuterClass.LogOrder> implements com.google.protobuf.Internal.EnumLite
 LogOrder is the order in which logs are returned, by time.
 
Protobuf enum viam.app.v1.LogOrder
  • Enum Constant Details

    • LOG_ORDER_UNSPECIFIED

      public static final AppOuterClass.LogOrder LOG_ORDER_UNSPECIFIED
       LOG_ORDER_UNSPECIFIED is treated as LOG_ORDER_DESCENDING.
       
      LOG_ORDER_UNSPECIFIED = 0;
    • LOG_ORDER_ASCENDING

      public static final AppOuterClass.LogOrder LOG_ORDER_ASCENDING
       oldest logs first
       
      LOG_ORDER_ASCENDING = 1;
    • LOG_ORDER_DESCENDING

      public static final AppOuterClass.LogOrder LOG_ORDER_DESCENDING
       newest logs first
       
      LOG_ORDER_DESCENDING = 2;
    • UNRECOGNIZED

      public static final AppOuterClass.LogOrder UNRECOGNIZED
  • Field Details

    • LOG_ORDER_UNSPECIFIED_VALUE

      public static final int LOG_ORDER_UNSPECIFIED_VALUE
       LOG_ORDER_UNSPECIFIED is treated as LOG_ORDER_DESCENDING.
       
      LOG_ORDER_UNSPECIFIED = 0;
      See Also:
    • LOG_ORDER_ASCENDING_VALUE

      public static final int LOG_ORDER_ASCENDING_VALUE
       oldest logs first
       
      LOG_ORDER_ASCENDING = 1;
      See Also:
    • LOG_ORDER_DESCENDING_VALUE

      public static final int LOG_ORDER_DESCENDING_VALUE
       newest logs first
       
      LOG_ORDER_DESCENDING = 2;
      See Also:
  • Method Details

    • values

      public static AppOuterClass.LogOrder[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static AppOuterClass.LogOrder valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
    • valueOf

      @Deprecated public static AppOuterClass.LogOrder valueOf(int value)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      value - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • forNumber

      public static AppOuterClass.LogOrder forNumber(int value)
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<AppOuterClass.LogOrder> internalGetValueMap()
    • internalGetVerifier

      public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()