Package viam.app.v1
Enum Class App.PKCE
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,Serializable
,Comparable<App.PKCE>
,Constable
- Enclosing class:
- App
Protobuf enum
viam.app.v1.PKCE
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionPKCE_NOT_REQUIRED = 2;
PKCE_NOT_REQUIRED_WHEN_USING_CLIENT_AUTHENTICATION = 3;
PKCE_REQUIRED = 1;
PKCE_UNSPECIFIED = 0;
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
PKCE_NOT_REQUIRED = 2;
static final int
PKCE_NOT_REQUIRED_WHEN_USING_CLIENT_AUTHENTICATION = 3;
static final int
PKCE_REQUIRED = 1;
static final int
PKCE_UNSPECIFIED = 0;
-
Method Summary
Modifier and TypeMethodDescriptionstatic App.PKCE
forNumber
(int value) final int
static com.google.protobuf.Internal.EnumLiteMap<App.PKCE>
static com.google.protobuf.Internal.EnumVerifier
static App.PKCE
valueOf
(int value) Deprecated.static App.PKCE
Returns the enum constant of this class with the specified name.static App.PKCE[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PKCE_UNSPECIFIED
PKCE_UNSPECIFIED = 0;
-
PKCE_REQUIRED
PKCE_REQUIRED = 1;
-
PKCE_NOT_REQUIRED
PKCE_NOT_REQUIRED = 2;
-
PKCE_NOT_REQUIRED_WHEN_USING_CLIENT_AUTHENTICATION
PKCE_NOT_REQUIRED_WHEN_USING_CLIENT_AUTHENTICATION = 3;
-
UNRECOGNIZED
-
-
Field Details
-
PKCE_UNSPECIFIED_VALUE
public static final int PKCE_UNSPECIFIED_VALUEPKCE_UNSPECIFIED = 0;
- See Also:
-
PKCE_REQUIRED_VALUE
public static final int PKCE_REQUIRED_VALUEPKCE_REQUIRED = 1;
- See Also:
-
PKCE_NOT_REQUIRED_VALUE
public static final int PKCE_NOT_REQUIRED_VALUEPKCE_NOT_REQUIRED = 2;
- See Also:
-
PKCE_NOT_REQUIRED_WHEN_USING_CLIENT_AUTHENTICATION_VALUE
public static final int PKCE_NOT_REQUIRED_WHEN_USING_CLIENT_AUTHENTICATION_VALUEPKCE_NOT_REQUIRED_WHEN_USING_CLIENT_AUTHENTICATION = 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
-
internalGetVerifier
public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()
-