Enum RequestMethod
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<RequestMethod>
public enum RequestMethod
extends Enum<RequestMethod>
implements com.google.protobuf.ProtocolMessageEnum
HTTP request method.Protobuf enum
envoy.config.core.v3.RequestMethod
-
Enum Constant Summary
Enum Constants -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
CONNECT = 6;
static final int
DELETE = 5;
static final int
GET = 1;
static final int
HEAD = 2;
private static final com.google.protobuf.Internal.EnumLiteMap
<RequestMethod> static final int
METHOD_UNSPECIFIED = 0;
static final int
OPTIONS = 7;
static final int
PATCH = 9;
static final int
POST = 3;
static final int
PUT = 4;
static final int
TRACE = 8;
private final int
private static final RequestMethod[]
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RequestMethod
forNumber
(int value) static final com.google.protobuf.Descriptors.EnumDescriptor
final com.google.protobuf.Descriptors.EnumDescriptor
final int
final com.google.protobuf.Descriptors.EnumValueDescriptor
static com.google.protobuf.Internal.EnumLiteMap
<RequestMethod> static RequestMethod
valueOf
(int value) Deprecated.static RequestMethod
valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static RequestMethod
Returns the enum constant of this type with the specified name.static RequestMethod[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
METHOD_UNSPECIFIED
METHOD_UNSPECIFIED = 0;
-
GET
GET = 1;
-
HEAD
HEAD = 2;
-
POST
POST = 3;
-
PUT
PUT = 4;
-
DELETE
DELETE = 5;
-
CONNECT
CONNECT = 6;
-
OPTIONS
OPTIONS = 7;
-
TRACE
TRACE = 8;
-
PATCH
PATCH = 9;
-
UNRECOGNIZED
-
-
Field Details
-
METHOD_UNSPECIFIED_VALUE
public static final int METHOD_UNSPECIFIED_VALUEMETHOD_UNSPECIFIED = 0;
- See Also:
-
GET_VALUE
public static final int GET_VALUEGET = 1;
- See Also:
-
HEAD_VALUE
public static final int HEAD_VALUEHEAD = 2;
- See Also:
-
POST_VALUE
public static final int POST_VALUEPOST = 3;
- See Also:
-
PUT_VALUE
public static final int PUT_VALUEPUT = 4;
- See Also:
-
DELETE_VALUE
public static final int DELETE_VALUEDELETE = 5;
- See Also:
-
CONNECT_VALUE
public static final int CONNECT_VALUECONNECT = 6;
- See Also:
-
OPTIONS_VALUE
public static final int OPTIONS_VALUEOPTIONS = 7;
- See Also:
-
TRACE_VALUE
public static final int TRACE_VALUETRACE = 8;
- See Also:
-
PATCH_VALUE
public static final int PATCH_VALUEPATCH = 9;
- See Also:
-
internalValueMap
-
VALUES
-
value
private final int value
-
-
Constructor Details
-
RequestMethod
private RequestMethod(int value)
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-