public static interface Action.EntityOperationOrBuilder extends MessageOrBuilderImplements
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 Action.EntityOperation.OperationType getOperation()Required. Operation to perform on the entity.
.google.cloud.ces.v1.Action.EntityOperation.OperationType operation = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Action.EntityOperation.OperationType |
The operation. |
getOperationValue()
public abstract int getOperationValue()Required. Operation to perform on the entity.
.google.cloud.ces.v1.Action.EntityOperation.OperationType operation = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for operation. |