public enum Tool.MethodType extends Enum<Tool.MethodType> implements ProtocolMessageEnumThe method type of the function.
Protobuf enum google.cloud.dialogflow.v2beta1.Tool.MethodType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
DELETE |
DELETE method. |
DELETE_VALUE |
DELETE method. |
GET |
GET method. |
GET_VALUE |
GET method. |
METHOD_TYPE_UNSPECIFIED |
Unspecified. |
METHOD_TYPE_UNSPECIFIED_VALUE |
Unspecified. |
PATCH |
PATCH method. |
PATCH_VALUE |
PATCH method. |
POST |
POST method. |
POST_VALUE |
POST method. |
PUT |
PUT method. |
PUT_VALUE |
PUT method. |
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() |
|