Package viam.app.v1

Enum Class AppOuterClass.EnabledGrant

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

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

  • Field Details

    • ENABLED_GRANT_UNSPECIFIED_VALUE

      public static final int ENABLED_GRANT_UNSPECIFIED_VALUE
      ENABLED_GRANT_UNSPECIFIED = 0;
      See Also:
    • ENABLED_GRANT_AUTHORIZATION_CODE_VALUE

      public static final int ENABLED_GRANT_AUTHORIZATION_CODE_VALUE
      ENABLED_GRANT_AUTHORIZATION_CODE = 1;
      See Also:
    • ENABLED_GRANT_IMPLICIT_VALUE

      public static final int ENABLED_GRANT_IMPLICIT_VALUE
      ENABLED_GRANT_IMPLICIT = 2;
      See Also:
    • ENABLED_GRANT_PASSWORD_VALUE

      public static final int ENABLED_GRANT_PASSWORD_VALUE
      ENABLED_GRANT_PASSWORD = 3;
      See Also:
    • ENABLED_GRANT_REFRESH_TOKEN_VALUE

      public static final int ENABLED_GRANT_REFRESH_TOKEN_VALUE
      ENABLED_GRANT_REFRESH_TOKEN = 4;
      See Also:
    • ENABLED_GRANT_DEVICE_CODE_VALUE

      public static final int ENABLED_GRANT_DEVICE_CODE_VALUE
      ENABLED_GRANT_DEVICE_CODE = 5;
      See Also:
  • Method Details

    • values

      public static AppOuterClass.EnabledGrant[] 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 AppOuterClass.EnabledGrant 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 AppOuterClass.EnabledGrant 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 AppOuterClass.EnabledGrant forNumber(int value)
    • internalGetValueMap

      public static com.google.protobuf.Internal.EnumLiteMap<AppOuterClass.EnabledGrant> internalGetValueMap()
    • internalGetVerifier

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