Package viam.app.v1

Enum Class AppOuterClass.AuthenticationType

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

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

  • Field Details

    • AUTHENTICATION_TYPE_UNSPECIFIED_VALUE

      public static final int AUTHENTICATION_TYPE_UNSPECIFIED_VALUE
      AUTHENTICATION_TYPE_UNSPECIFIED = 0;
      See Also:
    • AUTHENTICATION_TYPE_WEB_OAUTH_VALUE

      public static final int AUTHENTICATION_TYPE_WEB_OAUTH_VALUE
      AUTHENTICATION_TYPE_WEB_OAUTH = 1;
      See Also:
    • AUTHENTICATION_TYPE_API_KEY_VALUE

      public static final int AUTHENTICATION_TYPE_API_KEY_VALUE
      AUTHENTICATION_TYPE_API_KEY = 2;
      See Also:
    • AUTHENTICATION_TYPE_ROBOT_PART_SECRET_VALUE

      public static final int AUTHENTICATION_TYPE_ROBOT_PART_SECRET_VALUE
      AUTHENTICATION_TYPE_ROBOT_PART_SECRET = 3;
      See Also:
    • AUTHENTICATION_TYPE_LOCATION_SECRET_VALUE

      public static final int AUTHENTICATION_TYPE_LOCATION_SECRET_VALUE
      AUTHENTICATION_TYPE_LOCATION_SECRET = 4;
      See Also:
  • Method Details

    • values

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

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

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