public enum Tool.ConnectorTool.Action.EntityOperation.OperationType extends Enum<Tool.ConnectorTool.Action.EntityOperation.OperationType> implements ProtocolMessageEnum
The operation to perform on the entity.
Protobuf enum
google.cloud.dialogflow.cx.v3beta1.Tool.ConnectorTool.Action.EntityOperation.OperationType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CREATE |
Create operation. |
CREATE_VALUE |
Create operation. |
DELETE |
Delete operation. |
DELETE_VALUE |
Delete operation. |
GET |
Get operation. |
GET_VALUE |
Get operation. |
LIST |
List operation. |
LIST_VALUE |
List operation. |
OPERATION_TYPE_UNSPECIFIED |
Operation type unspecified. Invalid, ConnectorTool create/update will fail. |
OPERATION_TYPE_UNSPECIFIED_VALUE |
Operation type unspecified. Invalid, ConnectorTool create/update will fail. |
UNRECOGNIZED |
|
UPDATE |
Update operation. |
UPDATE_VALUE |
Update operation. |
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() |