Enum Webhook.GenericWebService.HttpMethod (0.52.0)

public enum Webhook.GenericWebService.HttpMethod extends Enum<Webhook.GenericWebService.HttpMethod> implements ProtocolMessageEnum

HTTP method to use when calling webhooks.

Protobuf enum google.cloud.dialogflow.cx.v3.Webhook.GenericWebService.HttpMethod

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DELETE

HTTP DELETE Method.

DELETE = 5;

DELETE_VALUE

HTTP DELETE Method.

DELETE = 5;

GET

HTTP GET Method.

GET = 2;

GET_VALUE

HTTP GET Method.

GET = 2;

HEAD

HTTP HEAD Method.

HEAD = 3;

HEAD_VALUE

HTTP HEAD Method.

HEAD = 3;

HTTP_METHOD_UNSPECIFIED

HTTP method not specified.

HTTP_METHOD_UNSPECIFIED = 0;

HTTP_METHOD_UNSPECIFIED_VALUE

HTTP method not specified.

HTTP_METHOD_UNSPECIFIED = 0;

OPTIONS

HTTP OPTIONS Method.

OPTIONS = 7;

OPTIONS_VALUE

HTTP OPTIONS Method.

OPTIONS = 7;

PATCH

HTTP PATCH Method.

PATCH = 6;

PATCH_VALUE

HTTP PATCH Method.

PATCH = 6;

POST

HTTP POST Method.

POST = 1;

POST_VALUE

HTTP POST Method.

POST = 1;

PUT

HTTP PUT Method.

PUT = 4;

PUT_VALUE

HTTP PUT Method.

PUT = 4;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()