Package viam.app.v1
Enum Class 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
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionAUTHENTICATION_TYPE_API_KEY = 2;
AUTHENTICATION_TYPE_LOCATION_SECRET = 4;
AUTHENTICATION_TYPE_ROBOT_PART_SECRET = 3;
AUTHENTICATION_TYPE_UNSPECIFIED = 0;
AUTHENTICATION_TYPE_WEB_OAUTH = 1;
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
AUTHENTICATION_TYPE_API_KEY = 2;
static final int
AUTHENTICATION_TYPE_LOCATION_SECRET = 4;
static final int
AUTHENTICATION_TYPE_ROBOT_PART_SECRET = 3;
static final int
AUTHENTICATION_TYPE_UNSPECIFIED = 0;
static final int
AUTHENTICATION_TYPE_WEB_OAUTH = 1;
-
Method Summary
Modifier and TypeMethodDescriptionstatic App.AuthenticationType
forNumber
(int value) final int
static com.google.protobuf.Internal.EnumLiteMap<App.AuthenticationType>
static com.google.protobuf.Internal.EnumVerifier
static App.AuthenticationType
valueOf
(int value) Deprecated.static App.AuthenticationType
Returns the enum constant of this class with the specified name.static App.AuthenticationType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
AUTHENTICATION_TYPE_UNSPECIFIED
AUTHENTICATION_TYPE_UNSPECIFIED = 0;
-
AUTHENTICATION_TYPE_WEB_OAUTH
AUTHENTICATION_TYPE_WEB_OAUTH = 1;
-
AUTHENTICATION_TYPE_API_KEY
AUTHENTICATION_TYPE_API_KEY = 2;
-
AUTHENTICATION_TYPE_ROBOT_PART_SECRET
AUTHENTICATION_TYPE_ROBOT_PART_SECRET = 3;
-
AUTHENTICATION_TYPE_LOCATION_SECRET
AUTHENTICATION_TYPE_LOCATION_SECRET = 4;
-
UNRECOGNIZED
-
-
Field Details
-
AUTHENTICATION_TYPE_UNSPECIFIED_VALUE
public static final int AUTHENTICATION_TYPE_UNSPECIFIED_VALUEAUTHENTICATION_TYPE_UNSPECIFIED = 0;
- See Also:
-
AUTHENTICATION_TYPE_WEB_OAUTH_VALUE
public static final int AUTHENTICATION_TYPE_WEB_OAUTH_VALUEAUTHENTICATION_TYPE_WEB_OAUTH = 1;
- See Also:
-
AUTHENTICATION_TYPE_API_KEY_VALUE
public static final int AUTHENTICATION_TYPE_API_KEY_VALUEAUTHENTICATION_TYPE_API_KEY = 2;
- See Also:
-
AUTHENTICATION_TYPE_ROBOT_PART_SECRET_VALUE
public static final int AUTHENTICATION_TYPE_ROBOT_PART_SECRET_VALUEAUTHENTICATION_TYPE_ROBOT_PART_SECRET = 3;
- See Also:
-
AUTHENTICATION_TYPE_LOCATION_SECRET_VALUE
public static final int AUTHENTICATION_TYPE_LOCATION_SECRET_VALUEAUTHENTICATION_TYPE_LOCATION_SECRET = 4;
- See Also:
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
-
valueOf
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 nameNullPointerException
- if the argument is null
-
forNumber
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<App.AuthenticationType> internalGetValueMap() -
internalGetVerifier
public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()
-