public static enum UserBitShared.SaslStatus extends Enum<UserBitShared.SaslStatus> implements com.google.protobuf.ProtocolMessageEnum
exec.shared.SaslStatus| Enum Constant and Description |
|---|
SASL_FAILED
SASL_FAILED = 4; |
SASL_IN_PROGRESS
SASL_IN_PROGRESS = 2; |
SASL_START
SASL_START = 1; |
SASL_SUCCESS
SASL_SUCCESS = 3; |
SASL_UNKNOWN
SASL_UNKNOWN = 0; |
| Modifier and Type | Field and Description |
|---|---|
static int |
SASL_FAILED_VALUE
SASL_FAILED = 4; |
static int |
SASL_IN_PROGRESS_VALUE
SASL_IN_PROGRESS = 2; |
static int |
SASL_START_VALUE
SASL_START = 1; |
static int |
SASL_SUCCESS_VALUE
SASL_SUCCESS = 3; |
static int |
SASL_UNKNOWN_VALUE
SASL_UNKNOWN = 0; |
| Modifier and Type | Method and Description |
|---|---|
static UserBitShared.SaslStatus |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<UserBitShared.SaslStatus> |
internalGetValueMap() |
static UserBitShared.SaslStatus |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static UserBitShared.SaslStatus |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static UserBitShared.SaslStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserBitShared.SaslStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserBitShared.SaslStatus SASL_UNKNOWN
SASL_UNKNOWN = 0;public static final UserBitShared.SaslStatus SASL_START
SASL_START = 1;public static final UserBitShared.SaslStatus SASL_IN_PROGRESS
SASL_IN_PROGRESS = 2;public static final UserBitShared.SaslStatus SASL_SUCCESS
SASL_SUCCESS = 3;public static final UserBitShared.SaslStatus SASL_FAILED
SASL_FAILED = 4;public static final int SASL_UNKNOWN_VALUE
SASL_UNKNOWN = 0;public static final int SASL_START_VALUE
SASL_START = 1;public static final int SASL_IN_PROGRESS_VALUE
SASL_IN_PROGRESS = 2;public static final int SASL_SUCCESS_VALUE
SASL_SUCCESS = 3;public static final int SASL_FAILED_VALUE
SASL_FAILED = 4;public static UserBitShared.SaslStatus[] values()
for (UserBitShared.SaslStatus c : UserBitShared.SaslStatus.values()) System.out.println(c);
public static UserBitShared.SaslStatus valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static UserBitShared.SaslStatus valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static UserBitShared.SaslStatus forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<UserBitShared.SaslStatus> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static UserBitShared.SaslStatus valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2021 The Apache Software Foundation. All rights reserved.