Package viam.app.v1

Enum Class AppOuterClass.ModuleSourceType

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

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

    • MODULE_SOURCE_TYPE_UNSPECIFIED

      public static final AppOuterClass.ModuleSourceType MODULE_SOURCE_TYPE_UNSPECIFIED
      MODULE_SOURCE_TYPE_UNSPECIFIED = 0;
    • MODULE_SOURCE_TYPE_EXTERNAL

      public static final AppOuterClass.ModuleSourceType MODULE_SOURCE_TYPE_EXTERNAL
       Module source code is stored externally, such as in github.
       
      MODULE_SOURCE_TYPE_EXTERNAL = 1;
    • MODULE_SOURCE_TYPE_VIAM_HOSTED

      public static final AppOuterClass.ModuleSourceType MODULE_SOURCE_TYPE_VIAM_HOSTED
       Module source code is versioned and managed within Viam.
       
      MODULE_SOURCE_TYPE_VIAM_HOSTED = 2;
    • UNRECOGNIZED

      public static final AppOuterClass.ModuleSourceType UNRECOGNIZED
  • Field Details

    • MODULE_SOURCE_TYPE_UNSPECIFIED_VALUE

      public static final int MODULE_SOURCE_TYPE_UNSPECIFIED_VALUE
      MODULE_SOURCE_TYPE_UNSPECIFIED = 0;
      See Also:
    • MODULE_SOURCE_TYPE_EXTERNAL_VALUE

      public static final int MODULE_SOURCE_TYPE_EXTERNAL_VALUE
       Module source code is stored externally, such as in github.
       
      MODULE_SOURCE_TYPE_EXTERNAL = 1;
      See Also:
    • MODULE_SOURCE_TYPE_VIAM_HOSTED_VALUE

      public static final int MODULE_SOURCE_TYPE_VIAM_HOSTED_VALUE
       Module source code is versioned and managed within Viam.
       
      MODULE_SOURCE_TYPE_VIAM_HOSTED = 2;
      See Also:
  • Method Details

    • values

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

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

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