Enum Class CastChannel.AuthError.ErrorType

java.lang.Object
java.lang.Enum<CastChannel.AuthError.ErrorType>
su.litvak.chromecast.api.v2.CastChannel.AuthError.ErrorType
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, Serializable, Comparable<CastChannel.AuthError.ErrorType>, java.lang.constant.Constable
Enclosing class:
CastChannel.AuthError

public static enum CastChannel.AuthError.ErrorType extends Enum<CastChannel.AuthError.ErrorType> implements com.google.protobuf.Internal.EnumLite
Protobuf enum su.litvak.chromecast.api.v2.AuthError.ErrorType
  • Enum Constant Details

  • Field Details

    • INTERNAL_ERROR_VALUE

      public static final int INTERNAL_ERROR_VALUE
      INTERNAL_ERROR = 0;
      See Also:
    • NO_TLS_VALUE

      public static final int NO_TLS_VALUE
       The underlying connection is not TLS
       
      NO_TLS = 1;
      See Also:
    • SIGNATURE_ALGORITHM_UNAVAILABLE_VALUE

      public static final int SIGNATURE_ALGORITHM_UNAVAILABLE_VALUE
      SIGNATURE_ALGORITHM_UNAVAILABLE = 2;
      See Also:
  • Method Details

    • values

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

      public static com.google.protobuf.Internal.EnumLiteMap<CastChannel.AuthError.ErrorType> internalGetValueMap()
    • internalGetVerifier

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