Enum Tool.ConnectorTool.Action.EntityOperation.OperationType (0.71.0)

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

ProtocolMessageEnum

Static Fields

Name Description
CREATE

Create operation.

CREATE = 3;

CREATE_VALUE

Create operation.

CREATE = 3;

DELETE

Delete operation.

DELETE = 5;

DELETE_VALUE

Delete operation.

DELETE = 5;

GET

Get operation.

GET = 2;

GET_VALUE

Get operation.

GET = 2;

LIST

List operation.

LIST = 1;

LIST_VALUE

List operation.

LIST = 1;

OPERATION_TYPE_UNSPECIFIED

Operation type unspecified. Invalid, ConnectorTool create/update will fail.

OPERATION_TYPE_UNSPECIFIED = 0;

OPERATION_TYPE_UNSPECIFIED_VALUE

Operation type unspecified. Invalid, ConnectorTool create/update will fail.

OPERATION_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED
UPDATE

Update operation.

UPDATE = 4;

UPDATE_VALUE

Update operation.

UPDATE = 4;

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()