public static enum Tool.ConnectorTool.Action.EntityOperation.OperationType extends Enum<Tool.ConnectorTool.Action.EntityOperation.OperationType> implements com.google.protobuf.ProtocolMessageEnum
The operation to perform on the entity.Protobuf enum
google.cloud.dialogflow.cx.v3beta1.Tool.ConnectorTool.Action.EntityOperation.OperationType| Enum Constant and Description |
|---|
CREATE
Create operation.
|
DELETE
Delete operation.
|
GET
Get operation.
|
LIST
List operation.
|
OPERATION_TYPE_UNSPECIFIED
Operation type unspecified.
|
UNRECOGNIZED |
UPDATE
Update operation.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
CREATE_VALUE
Create operation.
|
static int |
DELETE_VALUE
Delete operation.
|
static int |
GET_VALUE
Get operation.
|
static int |
LIST_VALUE
List operation.
|
static int |
OPERATION_TYPE_UNSPECIFIED_VALUE
Operation type unspecified.
|
static int |
UPDATE_VALUE
Update operation.
|
| Modifier and Type | Method and Description |
|---|---|
static Tool.ConnectorTool.Action.EntityOperation.OperationType |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Tool.ConnectorTool.Action.EntityOperation.OperationType> |
internalGetValueMap() |
static Tool.ConnectorTool.Action.EntityOperation.OperationType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Tool.ConnectorTool.Action.EntityOperation.OperationType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Tool.ConnectorTool.Action.EntityOperation.OperationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tool.ConnectorTool.Action.EntityOperation.OperationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Tool.ConnectorTool.Action.EntityOperation.OperationType OPERATION_TYPE_UNSPECIFIED
Operation type unspecified. Invalid, ConnectorTool create/update will fail.
OPERATION_TYPE_UNSPECIFIED = 0;public static final Tool.ConnectorTool.Action.EntityOperation.OperationType LIST
List operation.
LIST = 1;public static final Tool.ConnectorTool.Action.EntityOperation.OperationType GET
Get operation.
GET = 2;public static final Tool.ConnectorTool.Action.EntityOperation.OperationType CREATE
Create operation.
CREATE = 3;public static final Tool.ConnectorTool.Action.EntityOperation.OperationType UPDATE
Update operation.
UPDATE = 4;public static final Tool.ConnectorTool.Action.EntityOperation.OperationType DELETE
Delete operation.
DELETE = 5;public static final Tool.ConnectorTool.Action.EntityOperation.OperationType UNRECOGNIZED
public static final int OPERATION_TYPE_UNSPECIFIED_VALUE
Operation type unspecified. Invalid, ConnectorTool create/update will fail.
OPERATION_TYPE_UNSPECIFIED = 0;public static final int LIST_VALUE
List operation.
LIST = 1;public static final int GET_VALUE
Get operation.
GET = 2;public static final int CREATE_VALUE
Create operation.
CREATE = 3;public static final int UPDATE_VALUE
Update operation.
UPDATE = 4;public static final int DELETE_VALUE
Delete operation.
DELETE = 5;public static Tool.ConnectorTool.Action.EntityOperation.OperationType[] values()
for (Tool.ConnectorTool.Action.EntityOperation.OperationType c : Tool.ConnectorTool.Action.EntityOperation.OperationType.values()) System.out.println(c);
public static Tool.ConnectorTool.Action.EntityOperation.OperationType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Tool.ConnectorTool.Action.EntityOperation.OperationType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Tool.ConnectorTool.Action.EntityOperation.OperationType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Tool.ConnectorTool.Action.EntityOperation.OperationType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Tool.ConnectorTool.Action.EntityOperation.OperationType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.