public static interface Tool.ConnectorTool.Action.EntityOperationOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEntityId()
public abstract String getEntityId()
Required. ID of the entity.
string entity_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The entityId. |
getEntityIdBytes()
public abstract ByteString getEntityIdBytes()
Required. ID of the entity.
string entity_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for entityId. |
getOperation()
public abstract Tool.ConnectorTool.Action.EntityOperation.OperationType getOperation()
Required. Operation to perform on the entity.
.google.cloud.dialogflow.cx.v3beta1.Tool.ConnectorTool.Action.EntityOperation.OperationType operation = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Tool.ConnectorTool.Action.EntityOperation.OperationType |
The operation. |
getOperationValue()
public abstract int getOperationValue()
Required. Operation to perform on the entity.
.google.cloud.dialogflow.cx.v3beta1.Tool.ConnectorTool.Action.EntityOperation.OperationType operation = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for operation. |