Enum Class Agent.PackageFormat

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

public static enum Agent.PackageFormat extends Enum<Agent.PackageFormat> implements com.google.protobuf.Internal.EnumLite
Protobuf enum viam.app.agent.v1.PackageFormat
  • Enum Constant Details

    • PACKAGE_FORMAT_UNSPECIFIED

      public static final Agent.PackageFormat PACKAGE_FORMAT_UNSPECIFIED
       unknown/unset (autodetection may be attempted)
       
      PACKAGE_FORMAT_UNSPECIFIED = 0;
    • PACKAGE_FORMAT_RAW

      public static final Agent.PackageFormat PACKAGE_FORMAT_RAW
       do nothing
       
      PACKAGE_FORMAT_RAW = 1;
    • PACKAGE_FORMAT_XZ

      public static final Agent.PackageFormat PACKAGE_FORMAT_XZ
       decompress .xz file
       
      PACKAGE_FORMAT_XZ = 2;
    • PACKAGE_FORMAT_EXECUTABLE

      public static final Agent.PackageFormat PACKAGE_FORMAT_EXECUTABLE
       set executable permissions
       
      PACKAGE_FORMAT_EXECUTABLE = 3;
    • PACKAGE_FORMAT_XZ_EXECUTABLE

      public static final Agent.PackageFormat PACKAGE_FORMAT_XZ_EXECUTABLE
       decompress and set executable
       
      PACKAGE_FORMAT_XZ_EXECUTABLE = 4;
    • UNRECOGNIZED

      public static final Agent.PackageFormat UNRECOGNIZED
  • Field Details

    • PACKAGE_FORMAT_UNSPECIFIED_VALUE

      public static final int PACKAGE_FORMAT_UNSPECIFIED_VALUE
       unknown/unset (autodetection may be attempted)
       
      PACKAGE_FORMAT_UNSPECIFIED = 0;
      See Also:
    • PACKAGE_FORMAT_RAW_VALUE

      public static final int PACKAGE_FORMAT_RAW_VALUE
       do nothing
       
      PACKAGE_FORMAT_RAW = 1;
      See Also:
    • PACKAGE_FORMAT_XZ_VALUE

      public static final int PACKAGE_FORMAT_XZ_VALUE
       decompress .xz file
       
      PACKAGE_FORMAT_XZ = 2;
      See Also:
    • PACKAGE_FORMAT_EXECUTABLE_VALUE

      public static final int PACKAGE_FORMAT_EXECUTABLE_VALUE
       set executable permissions
       
      PACKAGE_FORMAT_EXECUTABLE = 3;
      See Also:
    • PACKAGE_FORMAT_XZ_EXECUTABLE_VALUE

      public static final int PACKAGE_FORMAT_XZ_EXECUTABLE_VALUE
       decompress and set executable
       
      PACKAGE_FORMAT_XZ_EXECUTABLE = 4;
      See Also:
  • Method Details

    • values

      public static Agent.PackageFormat[] 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 Agent.PackageFormat 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 Agent.PackageFormat 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 Agent.PackageFormat forNumber(int value)
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<Agent.PackageFormat> internalGetValueMap()
    • internalGetVerifier

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