Enum Webhook.GenericWebService.HttpMethod
- java.lang.Object
-
- java.lang.Enum<Webhook.GenericWebService.HttpMethod>
-
- com.google.cloud.dialogflow.cx.v3.Webhook.GenericWebService.HttpMethod
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<Webhook.GenericWebService.HttpMethod>
- Enclosing class:
- Webhook.GenericWebService
public static enum Webhook.GenericWebService.HttpMethod extends Enum<Webhook.GenericWebService.HttpMethod> implements com.google.protobuf.ProtocolMessageEnum
HTTP method to use when calling webhooks.
Protobuf enumgoogle.cloud.dialogflow.cx.v3.Webhook.GenericWebService.HttpMethod
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DELETE
HTTP DELETE Method.GET
HTTP GET Method.HEAD
HTTP HEAD Method.HTTP_METHOD_UNSPECIFIED
HTTP method not specified.OPTIONS
HTTP OPTIONS Method.PATCH
HTTP PATCH Method.POST
HTTP POST Method.PUT
HTTP PUT Method.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static int
DELETE_VALUE
HTTP DELETE Method.static int
GET_VALUE
HTTP GET Method.static int
HEAD_VALUE
HTTP HEAD Method.static int
HTTP_METHOD_UNSPECIFIED_VALUE
HTTP method not specified.static int
OPTIONS_VALUE
HTTP OPTIONS Method.static int
PATCH_VALUE
HTTP PATCH Method.static int
POST_VALUE
HTTP POST Method.static int
PUT_VALUE
HTTP PUT Method.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Webhook.GenericWebService.HttpMethod
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<Webhook.GenericWebService.HttpMethod>
internalGetValueMap()
static Webhook.GenericWebService.HttpMethod
valueOf(int value)
Deprecated.static Webhook.GenericWebService.HttpMethod
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Webhook.GenericWebService.HttpMethod
valueOf(String name)
Returns the enum constant of this type with the specified name.static Webhook.GenericWebService.HttpMethod[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
HTTP_METHOD_UNSPECIFIED
public static final Webhook.GenericWebService.HttpMethod HTTP_METHOD_UNSPECIFIED
HTTP method not specified.
HTTP_METHOD_UNSPECIFIED = 0;
-
POST
public static final Webhook.GenericWebService.HttpMethod POST
HTTP POST Method.
POST = 1;
-
GET
public static final Webhook.GenericWebService.HttpMethod GET
HTTP GET Method.
GET = 2;
-
HEAD
public static final Webhook.GenericWebService.HttpMethod HEAD
HTTP HEAD Method.
HEAD = 3;
-
PUT
public static final Webhook.GenericWebService.HttpMethod PUT
HTTP PUT Method.
PUT = 4;
-
DELETE
public static final Webhook.GenericWebService.HttpMethod DELETE
HTTP DELETE Method.
DELETE = 5;
-
PATCH
public static final Webhook.GenericWebService.HttpMethod PATCH
HTTP PATCH Method.
PATCH = 6;
-
OPTIONS
public static final Webhook.GenericWebService.HttpMethod OPTIONS
HTTP OPTIONS Method.
OPTIONS = 7;
-
UNRECOGNIZED
public static final Webhook.GenericWebService.HttpMethod UNRECOGNIZED
-
-
Field Detail
-
HTTP_METHOD_UNSPECIFIED_VALUE
public static final int HTTP_METHOD_UNSPECIFIED_VALUE
HTTP method not specified.
HTTP_METHOD_UNSPECIFIED = 0;
- See Also:
- Constant Field Values
-
POST_VALUE
public static final int POST_VALUE
HTTP POST Method.
POST = 1;
- See Also:
- Constant Field Values
-
GET_VALUE
public static final int GET_VALUE
HTTP GET Method.
GET = 2;
- See Also:
- Constant Field Values
-
HEAD_VALUE
public static final int HEAD_VALUE
HTTP HEAD Method.
HEAD = 3;
- See Also:
- Constant Field Values
-
PUT_VALUE
public static final int PUT_VALUE
HTTP PUT Method.
PUT = 4;
- See Also:
- Constant Field Values
-
DELETE_VALUE
public static final int DELETE_VALUE
HTTP DELETE Method.
DELETE = 5;
- See Also:
- Constant Field Values
-
PATCH_VALUE
public static final int PATCH_VALUE
HTTP PATCH Method.
PATCH = 6;
- See Also:
- Constant Field Values
-
OPTIONS_VALUE
public static final int OPTIONS_VALUE
HTTP OPTIONS Method.
OPTIONS = 7;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static Webhook.GenericWebService.HttpMethod[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (Webhook.GenericWebService.HttpMethod c : Webhook.GenericWebService.HttpMethod.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Webhook.GenericWebService.HttpMethod valueOf(String name)
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 public static Webhook.GenericWebService.HttpMethod valueOf(int value)
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
public static Webhook.GenericWebService.HttpMethod forNumber(int value)
- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<Webhook.GenericWebService.HttpMethod> 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
public static Webhook.GenericWebService.HttpMethod valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
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
-
-