Enum Tool.MethodType (4.87.0)

public enum Tool.MethodType extends Enum<Tool.MethodType> implements ProtocolMessageEnum

The method type of the function.

Protobuf enum google.cloud.dialogflow.v2beta1.Tool.MethodType

Implements

ProtocolMessageEnum

Static Fields

Name Description
DELETE

DELETE method.

DELETE = 4;

DELETE_VALUE

DELETE method.

DELETE = 4;

GET

GET method.

GET = 1;

GET_VALUE

GET method.

GET = 1;

METHOD_TYPE_UNSPECIFIED

Unspecified.

METHOD_TYPE_UNSPECIFIED = 0;

METHOD_TYPE_UNSPECIFIED_VALUE

Unspecified.

METHOD_TYPE_UNSPECIFIED = 0;

PATCH

PATCH method.

PATCH = 5;

PATCH_VALUE

PATCH method.

PATCH = 5;

POST

POST method.

POST = 2;

POST_VALUE

POST method.

POST = 2;

PUT

PUT method.

PUT = 3;

PUT_VALUE

PUT method.

PUT = 3;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()