public static enum Reports.Trace.CachePolicy.Scope extends java.lang.Enum<Reports.Trace.CachePolicy.Scope> implements com.google.protobuf.ProtocolMessageEnum
mdg.engine.proto.Trace.CachePolicy.Scope| Enum Constant and Description |
|---|
PRIVATE
PRIVATE = 2; |
PUBLIC
PUBLIC = 1; |
UNKNOWN
UNKNOWN = 0; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
PRIVATE_VALUE
PRIVATE = 2; |
static int |
PUBLIC_VALUE
PUBLIC = 1; |
static int |
UNKNOWN_VALUE
UNKNOWN = 0; |
| Modifier and Type | Method and Description |
|---|---|
static Reports.Trace.CachePolicy.Scope |
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<Reports.Trace.CachePolicy.Scope> |
internalGetValueMap() |
static Reports.Trace.CachePolicy.Scope |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Reports.Trace.CachePolicy.Scope |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Reports.Trace.CachePolicy.Scope |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Reports.Trace.CachePolicy.Scope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Reports.Trace.CachePolicy.Scope UNKNOWN
UNKNOWN = 0;public static final Reports.Trace.CachePolicy.Scope PUBLIC
PUBLIC = 1;public static final Reports.Trace.CachePolicy.Scope PRIVATE
PRIVATE = 2;public static final Reports.Trace.CachePolicy.Scope UNRECOGNIZED
public static final int UNKNOWN_VALUE
UNKNOWN = 0;public static final int PUBLIC_VALUE
PUBLIC = 1;public static final int PRIVATE_VALUE
PRIVATE = 2;public static Reports.Trace.CachePolicy.Scope[] values()
for (Reports.Trace.CachePolicy.Scope c : Reports.Trace.CachePolicy.Scope.values()) System.out.println(c);
public static Reports.Trace.CachePolicy.Scope 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 Reports.Trace.CachePolicy.Scope valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Reports.Trace.CachePolicy.Scope forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Reports.Trace.CachePolicy.Scope> 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 Reports.Trace.CachePolicy.Scope valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)