Package viam.app.v1

Enum Class App.EnabledGrant

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

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

    • ENABLED_GRANT_UNSPECIFIED

      public static final App.EnabledGrant ENABLED_GRANT_UNSPECIFIED
      ENABLED_GRANT_UNSPECIFIED = 0;
    • ENABLED_GRANT_AUTHORIZATION_CODE

      public static final App.EnabledGrant ENABLED_GRANT_AUTHORIZATION_CODE
      ENABLED_GRANT_AUTHORIZATION_CODE = 1;
    • ENABLED_GRANT_IMPLICIT

      public static final App.EnabledGrant ENABLED_GRANT_IMPLICIT
      ENABLED_GRANT_IMPLICIT = 2;
    • ENABLED_GRANT_PASSWORD

      public static final App.EnabledGrant ENABLED_GRANT_PASSWORD
      ENABLED_GRANT_PASSWORD = 3;
    • ENABLED_GRANT_REFRESH_TOKEN

      public static final App.EnabledGrant ENABLED_GRANT_REFRESH_TOKEN
      ENABLED_GRANT_REFRESH_TOKEN = 4;
    • ENABLED_GRANT_DEVICE_CODE

      public static final App.EnabledGrant ENABLED_GRANT_DEVICE_CODE
      ENABLED_GRANT_DEVICE_CODE = 5;
    • UNRECOGNIZED

      public static final App.EnabledGrant UNRECOGNIZED
  • 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 App.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 App.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 App.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 App.EnabledGrant forNumber(int value)
    • internalGetValueMap

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

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