Package viam.app.v1

Enum Class App.AuthenticationType

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

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

    • AUTHENTICATION_TYPE_UNSPECIFIED

      public static final App.AuthenticationType AUTHENTICATION_TYPE_UNSPECIFIED
      AUTHENTICATION_TYPE_UNSPECIFIED = 0;
    • AUTHENTICATION_TYPE_WEB_OAUTH

      public static final App.AuthenticationType AUTHENTICATION_TYPE_WEB_OAUTH
      AUTHENTICATION_TYPE_WEB_OAUTH = 1;
    • AUTHENTICATION_TYPE_API_KEY

      public static final App.AuthenticationType AUTHENTICATION_TYPE_API_KEY
      AUTHENTICATION_TYPE_API_KEY = 2;
    • AUTHENTICATION_TYPE_ROBOT_PART_SECRET

      public static final App.AuthenticationType AUTHENTICATION_TYPE_ROBOT_PART_SECRET
      AUTHENTICATION_TYPE_ROBOT_PART_SECRET = 3;
    • AUTHENTICATION_TYPE_LOCATION_SECRET

      public static final App.AuthenticationType AUTHENTICATION_TYPE_LOCATION_SECRET
      AUTHENTICATION_TYPE_LOCATION_SECRET = 4;
    • UNRECOGNIZED

      public static final App.AuthenticationType UNRECOGNIZED
  • 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 App.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 App.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 App.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 App.AuthenticationType forNumber(int value)
    • internalGetValueMap

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

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