public static enum Reports.Trace.HTTP.Method extends java.lang.Enum<Reports.Trace.HTTP.Method> implements com.google.protobuf.ProtocolMessageEnum
mdg.engine.proto.Trace.HTTP.Method| Enum Constant and Description |
|---|
CONNECT
CONNECT = 8; |
DELETE
DELETE = 6; |
GET
GET = 2; |
HEAD
HEAD = 3; |
OPTIONS
OPTIONS = 1; |
PATCH
PATCH = 9; |
POST
POST = 4; |
PUT
PUT = 5; |
TRACE
TRACE = 7; |
UNKNOWN
UNKNOWN = 0; |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
CONNECT_VALUE
CONNECT = 8; |
static int |
DELETE_VALUE
DELETE = 6; |
static int |
GET_VALUE
GET = 2; |
static int |
HEAD_VALUE
HEAD = 3; |
static int |
OPTIONS_VALUE
OPTIONS = 1; |
static int |
PATCH_VALUE
PATCH = 9; |
static int |
POST_VALUE
POST = 4; |
static int |
PUT_VALUE
PUT = 5; |
static int |
TRACE_VALUE
TRACE = 7; |
static int |
UNKNOWN_VALUE
UNKNOWN = 0; |
| Modifier and Type | Method and Description |
|---|---|
static Reports.Trace.HTTP.Method |
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.HTTP.Method> |
internalGetValueMap() |
static Reports.Trace.HTTP.Method |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Reports.Trace.HTTP.Method |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Reports.Trace.HTTP.Method |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Reports.Trace.HTTP.Method[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Reports.Trace.HTTP.Method UNKNOWN
UNKNOWN = 0;public static final Reports.Trace.HTTP.Method OPTIONS
OPTIONS = 1;public static final Reports.Trace.HTTP.Method GET
GET = 2;public static final Reports.Trace.HTTP.Method HEAD
HEAD = 3;public static final Reports.Trace.HTTP.Method POST
POST = 4;public static final Reports.Trace.HTTP.Method PUT
PUT = 5;public static final Reports.Trace.HTTP.Method DELETE
DELETE = 6;public static final Reports.Trace.HTTP.Method TRACE
TRACE = 7;public static final Reports.Trace.HTTP.Method CONNECT
CONNECT = 8;public static final Reports.Trace.HTTP.Method PATCH
PATCH = 9;public static final Reports.Trace.HTTP.Method UNRECOGNIZED
public static final int UNKNOWN_VALUE
UNKNOWN = 0;public static final int OPTIONS_VALUE
OPTIONS = 1;public static final int GET_VALUE
GET = 2;public static final int HEAD_VALUE
HEAD = 3;public static final int POST_VALUE
POST = 4;public static final int PUT_VALUE
PUT = 5;public static final int DELETE_VALUE
DELETE = 6;public static final int TRACE_VALUE
TRACE = 7;public static final int CONNECT_VALUE
CONNECT = 8;public static final int PATCH_VALUE
PATCH = 9;public static Reports.Trace.HTTP.Method[] values()
for (Reports.Trace.HTTP.Method c : Reports.Trace.HTTP.Method.values()) System.out.println(c);
public static Reports.Trace.HTTP.Method 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.HTTP.Method valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Reports.Trace.HTTP.Method forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Reports.Trace.HTTP.Method> 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.HTTP.Method valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)