public static enum AuthenticationInfo.Exposure extends Enum<AuthenticationInfo.Exposure> implements com.google.protobuf.ProtocolMessageEnum
auditlog.v2.AuthenticationInfo.Exposure
Enum Constant and Description |
---|
CUSTOMER
CUSTOMER = 1; |
INTERNAL
default
|
UNRECOGNIZED |
Modifier and Type | Field and Description |
---|---|
static int |
CUSTOMER_VALUE
CUSTOMER = 1; |
static int |
INTERNAL_VALUE
default
|
Modifier and Type | Method and Description |
---|---|
static AuthenticationInfo.Exposure |
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<AuthenticationInfo.Exposure> |
internalGetValueMap() |
static AuthenticationInfo.Exposure |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static AuthenticationInfo.Exposure |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static AuthenticationInfo.Exposure |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationInfo.Exposure[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AuthenticationInfo.Exposure INTERNAL
default
INTERNAL = 0;
public static final AuthenticationInfo.Exposure CUSTOMER
CUSTOMER = 1;
public static final AuthenticationInfo.Exposure UNRECOGNIZED
public static final int INTERNAL_VALUE
default
INTERNAL = 0;
public static final int CUSTOMER_VALUE
CUSTOMER = 1;
public static AuthenticationInfo.Exposure[] values()
for (AuthenticationInfo.Exposure c : AuthenticationInfo.Exposure.values()) System.out.println(c);
public static AuthenticationInfo.Exposure 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 AuthenticationInfo.Exposure valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static AuthenticationInfo.Exposure forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<AuthenticationInfo.Exposure> 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 AuthenticationInfo.Exposure valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)