public static enum UserProtos.SaslSupport extends Enum<UserProtos.SaslSupport> implements com.google.protobuf.ProtocolMessageEnum
exec.user.SaslSupport
Enum Constant and Description |
---|
SASL_AUTH
SASL_AUTH = 1; |
SASL_PRIVACY
SASL_PRIVACY = 2; |
UNKNOWN_SASL_SUPPORT
UNKNOWN_SASL_SUPPORT = 0; |
Modifier and Type | Field and Description |
---|---|
static int |
SASL_AUTH_VALUE
SASL_AUTH = 1; |
static int |
SASL_PRIVACY_VALUE
SASL_PRIVACY = 2; |
static int |
UNKNOWN_SASL_SUPPORT_VALUE
UNKNOWN_SASL_SUPPORT = 0; |
Modifier and Type | Method and Description |
---|---|
static UserProtos.SaslSupport |
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<UserProtos.SaslSupport> |
internalGetValueMap() |
static UserProtos.SaslSupport |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static UserProtos.SaslSupport |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static UserProtos.SaslSupport |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserProtos.SaslSupport[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UserProtos.SaslSupport UNKNOWN_SASL_SUPPORT
UNKNOWN_SASL_SUPPORT = 0;
public static final UserProtos.SaslSupport SASL_AUTH
SASL_AUTH = 1;
public static final UserProtos.SaslSupport SASL_PRIVACY
SASL_PRIVACY = 2;
public static final int UNKNOWN_SASL_SUPPORT_VALUE
UNKNOWN_SASL_SUPPORT = 0;
public static final int SASL_AUTH_VALUE
SASL_AUTH = 1;
public static final int SASL_PRIVACY_VALUE
SASL_PRIVACY = 2;
public static UserProtos.SaslSupport[] values()
for (UserProtos.SaslSupport c : UserProtos.SaslSupport.values()) System.out.println(c);
public static UserProtos.SaslSupport 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.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static UserProtos.SaslSupport valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static UserProtos.SaslSupport forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<UserProtos.SaslSupport> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static UserProtos.SaslSupport valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2021 The Apache Software Foundation. All rights reserved.