Package viam.app.v1
Enum Class AppOuterClass.URLValidation
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<AppOuterClass.URLValidation>,Constable
- Enclosing class:
- AppOuterClass
public static enum AppOuterClass.URLValidation
extends Enum<AppOuterClass.URLValidation>
implements com.google.protobuf.Internal.EnumLite
Protobuf enum
viam.app.v1.URLValidation-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionURL_VALIDATION_ALLOW_WILDCARDS = 2;URL_VALIDATION_EXACT_MATCH = 1;URL_VALIDATION_UNSPECIFIED = 0; -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intURL_VALIDATION_ALLOW_WILDCARDS = 2;static final intURL_VALIDATION_EXACT_MATCH = 1;static final intURL_VALIDATION_UNSPECIFIED = 0; -
Method Summary
Modifier and TypeMethodDescriptionstatic AppOuterClass.URLValidationforNumber(int value) final intstatic com.google.protobuf.Internal.EnumLiteMap<AppOuterClass.URLValidation>static com.google.protobuf.Internal.EnumVerifierstatic AppOuterClass.URLValidationvalueOf(int value) Deprecated.static AppOuterClass.URLValidationReturns the enum constant of this class with the specified name.static AppOuterClass.URLValidation[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
URL_VALIDATION_UNSPECIFIED
URL_VALIDATION_UNSPECIFIED = 0; -
URL_VALIDATION_EXACT_MATCH
URL_VALIDATION_EXACT_MATCH = 1; -
URL_VALIDATION_ALLOW_WILDCARDS
URL_VALIDATION_ALLOW_WILDCARDS = 2; -
UNRECOGNIZED
-
-
Field Details
-
URL_VALIDATION_UNSPECIFIED_VALUE
public static final int URL_VALIDATION_UNSPECIFIED_VALUEURL_VALIDATION_UNSPECIFIED = 0;- See Also:
-
URL_VALIDATION_EXACT_MATCH_VALUE
public static final int URL_VALIDATION_EXACT_MATCH_VALUEURL_VALIDATION_EXACT_MATCH = 1;- See Also:
-
URL_VALIDATION_ALLOW_WILDCARDS_VALUE
public static final int URL_VALIDATION_ALLOW_WILDCARDS_VALUEURL_VALIDATION_ALLOW_WILDCARDS = 2;- 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:
getNumberin 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<AppOuterClass.URLValidation> internalGetValueMap() -
internalGetVerifier
public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()
-