Package viam.app.v1
Enum Class AppOuterClass.PKCE
- All Implemented Interfaces:
- com.google.protobuf.Internal.EnumLite,- Serializable,- Comparable<AppOuterClass.PKCE>,- Constable
- Enclosing class:
- AppOuterClass
public static enum AppOuterClass.PKCE
extends Enum<AppOuterClass.PKCE>
implements com.google.protobuf.Internal.EnumLite
Protobuf enum 
viam.app.v1.PKCE- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescriptionPKCE_NOT_REQUIRED = 2;PKCE_NOT_REQUIRED_WHEN_USING_CLIENT_AUTHENTICATION = 3;PKCE_REQUIRED = 1;PKCE_UNSPECIFIED = 0;
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intPKCE_NOT_REQUIRED = 2;static final intPKCE_NOT_REQUIRED_WHEN_USING_CLIENT_AUTHENTICATION = 3;static final intPKCE_REQUIRED = 1;static final intPKCE_UNSPECIFIED = 0;
- 
Method SummaryModifier and TypeMethodDescriptionstatic AppOuterClass.PKCEforNumber(int value) final intstatic com.google.protobuf.Internal.EnumLiteMap<AppOuterClass.PKCE>static com.google.protobuf.Internal.EnumVerifierstatic AppOuterClass.PKCEvalueOf(int value) Deprecated.static AppOuterClass.PKCEReturns the enum constant of this class with the specified name.static AppOuterClass.PKCE[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
PKCE_UNSPECIFIEDPKCE_UNSPECIFIED = 0;
- 
PKCE_REQUIREDPKCE_REQUIRED = 1;
- 
PKCE_NOT_REQUIREDPKCE_NOT_REQUIRED = 2;
- 
PKCE_NOT_REQUIRED_WHEN_USING_CLIENT_AUTHENTICATIONPKCE_NOT_REQUIRED_WHEN_USING_CLIENT_AUTHENTICATION = 3;
- 
UNRECOGNIZED
 
- 
- 
Field Details- 
PKCE_UNSPECIFIED_VALUEpublic static final int PKCE_UNSPECIFIED_VALUEPKCE_UNSPECIFIED = 0;- See Also:
 
- 
PKCE_REQUIRED_VALUEpublic static final int PKCE_REQUIRED_VALUEPKCE_REQUIRED = 1;- See Also:
 
- 
PKCE_NOT_REQUIRED_VALUEpublic static final int PKCE_NOT_REQUIRED_VALUEPKCE_NOT_REQUIRED = 2;- See Also:
 
- 
PKCE_NOT_REQUIRED_WHEN_USING_CLIENT_AUTHENTICATION_VALUEpublic static final int PKCE_NOT_REQUIRED_WHEN_USING_CLIENT_AUTHENTICATION_VALUEPKCE_NOT_REQUIRED_WHEN_USING_CLIENT_AUTHENTICATION = 3;- See Also:
 
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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
 
- 
getNumberpublic final int getNumber()- Specified by:
- getNumberin interface- com.google.protobuf.Internal.EnumLite
 
- 
valueOfDeprecated.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
- 
internalGetValueMap
- 
internalGetVerifierpublic static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()
 
-