Package su.litvak.chromecast.api.v2
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-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionINTERNAL_ERROR = 0;The underlying connection is not TLSSIGNATURE_ALGORITHM_UNAVAILABLE = 2; -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intINTERNAL_ERROR = 0;static final intThe underlying connection is not TLSstatic final intSIGNATURE_ALGORITHM_UNAVAILABLE = 2; -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) final intstatic com.google.protobuf.Internal.EnumLiteMap<CastChannel.AuthError.ErrorType> static com.google.protobuf.Internal.EnumVerifiervalueOf(int value) Deprecated.Returns the enum constant of this class with the specified name.static CastChannel.AuthError.ErrorType[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
INTERNAL_ERROR
INTERNAL_ERROR = 0; -
NO_TLS
The underlying connection is not TLS
NO_TLS = 1; -
SIGNATURE_ALGORITHM_UNAVAILABLE
SIGNATURE_ALGORITHM_UNAVAILABLE = 2;
-
-
Field Details
-
INTERNAL_ERROR_VALUE
public static final int INTERNAL_ERROR_VALUEINTERNAL_ERROR = 0;- See Also:
-
NO_TLS_VALUE
public static final int NO_TLS_VALUEThe underlying connection is not TLS
NO_TLS = 1;- See Also:
-
SIGNATURE_ALGORITHM_UNAVAILABLE_VALUE
public static final int SIGNATURE_ALGORITHM_UNAVAILABLE_VALUESIGNATURE_ALGORITHM_UNAVAILABLE = 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<CastChannel.AuthError.ErrorType> internalGetValueMap() -
internalGetVerifier
public static com.google.protobuf.Internal.EnumVerifier internalGetVerifier()
-