public static interface Tool.ConnectorTool.Action.EntityOperationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEntityId()
Required.
|
com.google.protobuf.ByteString |
getEntityIdBytes()
Required.
|
Tool.ConnectorTool.Action.EntityOperation.OperationType |
getOperation()
Required.
|
int |
getOperationValue()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getEntityId()
Required. ID of the entity.
string entity_id = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getEntityIdBytes()
Required. ID of the entity.
string entity_id = 1 [(.google.api.field_behavior) = REQUIRED];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];
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];
Copyright © 2025 Google LLC. All rights reserved.