Enum RequestMethod
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<RequestMethod>
@Generated
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 intCONNECT = 6;static final intDELETE = 5;static final intGET = 1;static final intHEAD = 2;private static final com.google.protobuf.Internal.EnumLiteMap<RequestMethod> static final intMETHOD_UNSPECIFIED = 0;static final intOPTIONS = 7;static final intPATCH = 9;static final intPOST = 3;static final intPUT = 4;static final intTRACE = 8;private final intprivate static final RequestMethod[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RequestMethodforNumber(int value) static com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<RequestMethod> static RequestMethodvalueOf(int value) Deprecated.static RequestMethodvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static RequestMethodReturns 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:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin 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:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static 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
-