Package viam.app.v1
Enum Class App.ClientAuthentication
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,Serializable
,Comparable<App.ClientAuthentication>
,Constable
- Enclosing class:
- App
public static enum App.ClientAuthentication
extends Enum<App.ClientAuthentication>
implements com.google.protobuf.Internal.EnumLite
Protobuf enum
viam.app.v1.ClientAuthentication
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionCLIENT_AUTHENTICATION_NOT_REQUIRED = 2;
CLIENT_AUTHENTICATION_NOT_REQUIRED_WHEN_USING_PKCE = 3;
CLIENT_AUTHENTICATION_REQUIRED = 1;
CLIENT_AUTHENTICATION_UNSPECIFIED = 0;
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
CLIENT_AUTHENTICATION_NOT_REQUIRED = 2;
static final int
CLIENT_AUTHENTICATION_NOT_REQUIRED_WHEN_USING_PKCE = 3;
static final int
CLIENT_AUTHENTICATION_REQUIRED = 1;
static final int
CLIENT_AUTHENTICATION_UNSPECIFIED = 0;
-
Method Summary
Modifier and TypeMethodDescriptionstatic App.ClientAuthentication
forNumber
(int value) final int
static com.google.protobuf.Internal.EnumLiteMap<App.ClientAuthentication>
static com.google.protobuf.Internal.EnumVerifier
static App.ClientAuthentication
valueOf
(int value) Deprecated.static App.ClientAuthentication
Returns the enum constant of this class with the specified name.static App.ClientAuthentication[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CLIENT_AUTHENTICATION_UNSPECIFIED
CLIENT_AUTHENTICATION_UNSPECIFIED = 0;
-
CLIENT_AUTHENTICATION_REQUIRED
CLIENT_AUTHENTICATION_REQUIRED = 1;
-
CLIENT_AUTHENTICATION_NOT_REQUIRED
CLIENT_AUTHENTICATION_NOT_REQUIRED = 2;
-
CLIENT_AUTHENTICATION_NOT_REQUIRED_WHEN_USING_PKCE
CLIENT_AUTHENTICATION_NOT_REQUIRED_WHEN_USING_PKCE = 3;
-
UNRECOGNIZED
-
-
Field Details
-
CLIENT_AUTHENTICATION_UNSPECIFIED_VALUE
public static final int CLIENT_AUTHENTICATION_UNSPECIFIED_VALUECLIENT_AUTHENTICATION_UNSPECIFIED = 0;
- See Also:
-
CLIENT_AUTHENTICATION_REQUIRED_VALUE
public static final int CLIENT_AUTHENTICATION_REQUIRED_VALUECLIENT_AUTHENTICATION_REQUIRED = 1;
- See Also:
-
CLIENT_AUTHENTICATION_NOT_REQUIRED_VALUE
public static final int CLIENT_AUTHENTICATION_NOT_REQUIRED_VALUECLIENT_AUTHENTICATION_NOT_REQUIRED = 2;
- See Also:
-
CLIENT_AUTHENTICATION_NOT_REQUIRED_WHEN_USING_PKCE_VALUE
public static final int CLIENT_AUTHENTICATION_NOT_REQUIRED_WHEN_USING_PKCE_VALUECLIENT_AUTHENTICATION_NOT_REQUIRED_WHEN_USING_PKCE = 3;
- 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.ClientAuthentication> internalGetValueMap() -
internalGetVerifier
public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()
-