public static enum Requirement.WhitelistEntry.Reason extends java.lang.Enum<Requirement.WhitelistEntry.Reason> implements com.google.protobuf.ProtocolMessageEnum
jscomp.Requirement.WhitelistEntry.Reason| Enum Constant and Description |
|---|
LEGACY
LEGACY = 1; |
MANUALLY_REVIEWED
MANUALLY_REVIEWED = 3; |
OUT_OF_SCOPE
OUT_OF_SCOPE = 2; |
UNSPECIFIED
UNSPECIFIED = 0; |
| Modifier and Type | Field and Description |
|---|---|
static int |
LEGACY_VALUE
LEGACY = 1; |
static int |
MANUALLY_REVIEWED_VALUE
MANUALLY_REVIEWED = 3; |
static int |
OUT_OF_SCOPE_VALUE
OUT_OF_SCOPE = 2; |
static int |
UNSPECIFIED_VALUE
UNSPECIFIED = 0; |
| Modifier and Type | Method and Description |
|---|---|
static Requirement.WhitelistEntry.Reason |
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<Requirement.WhitelistEntry.Reason> |
internalGetValueMap() |
static Requirement.WhitelistEntry.Reason |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Requirement.WhitelistEntry.Reason |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Requirement.WhitelistEntry.Reason |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Requirement.WhitelistEntry.Reason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Requirement.WhitelistEntry.Reason UNSPECIFIED
UNSPECIFIED = 0;public static final Requirement.WhitelistEntry.Reason LEGACY
LEGACY = 1;public static final Requirement.WhitelistEntry.Reason OUT_OF_SCOPE
OUT_OF_SCOPE = 2;public static final Requirement.WhitelistEntry.Reason MANUALLY_REVIEWED
MANUALLY_REVIEWED = 3;public static final int UNSPECIFIED_VALUE
UNSPECIFIED = 0;public static final int LEGACY_VALUE
LEGACY = 1;public static final int OUT_OF_SCOPE_VALUE
OUT_OF_SCOPE = 2;public static final int MANUALLY_REVIEWED_VALUE
MANUALLY_REVIEWED = 3;public static Requirement.WhitelistEntry.Reason[] values()
for (Requirement.WhitelistEntry.Reason c : Requirement.WhitelistEntry.Reason.values()) System.out.println(c);
public static Requirement.WhitelistEntry.Reason valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - 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 Requirement.WhitelistEntry.Reason valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Requirement.WhitelistEntry.Reason forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Requirement.WhitelistEntry.Reason> 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 Requirement.WhitelistEntry.Reason valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2009-2020 Google. All Rights Reserved.