Package viam.app.v1

Enum Class App.URLValidation

java.lang.Object
java.lang.Enum<App.URLValidation>
viam.app.v1.App.URLValidation
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, Serializable, Comparable<App.URLValidation>, Constable
Enclosing class:
App

public static enum App.URLValidation extends Enum<App.URLValidation> implements com.google.protobuf.Internal.EnumLite
Protobuf enum viam.app.v1.URLValidation
  • Enum Constant Details

    • URL_VALIDATION_UNSPECIFIED

      public static final App.URLValidation URL_VALIDATION_UNSPECIFIED
      URL_VALIDATION_UNSPECIFIED = 0;
    • URL_VALIDATION_EXACT_MATCH

      public static final App.URLValidation URL_VALIDATION_EXACT_MATCH
      URL_VALIDATION_EXACT_MATCH = 1;
    • URL_VALIDATION_ALLOW_WILDCARDS

      public static final App.URLValidation URL_VALIDATION_ALLOW_WILDCARDS
      URL_VALIDATION_ALLOW_WILDCARDS = 2;
    • UNRECOGNIZED

      public static final App.URLValidation UNRECOGNIZED
  • Field Details

    • URL_VALIDATION_UNSPECIFIED_VALUE

      public static final int URL_VALIDATION_UNSPECIFIED_VALUE
      URL_VALIDATION_UNSPECIFIED = 0;
      See Also:
    • URL_VALIDATION_EXACT_MATCH_VALUE

      public static final int URL_VALIDATION_EXACT_MATCH_VALUE
      URL_VALIDATION_EXACT_MATCH = 1;
      See Also:
    • URL_VALIDATION_ALLOW_WILDCARDS_VALUE

      public static final int URL_VALIDATION_ALLOW_WILDCARDS_VALUE
      URL_VALIDATION_ALLOW_WILDCARDS = 2;
      See Also:
  • Method Details

    • values

      public static App.URLValidation[] 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

      public static App.URLValidation valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
    • valueOf

      @Deprecated public static App.URLValidation valueOf(int value)
      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 name
      NullPointerException - if the argument is null
    • forNumber

      public static App.URLValidation forNumber(int value)
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<App.URLValidation> internalGetValueMap()
    • internalGetVerifier

      public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()