Interface ActionExecutionDetailOrBuilder (0.28.0)

public interface ActionExecutionDetailOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getActionId()

public abstract String getActionId()

Required. The action id of the plugin to execute.

string action_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The actionId.

getActionIdBytes()

public abstract ByteString getActionIdBytes()

Required. The action id of the plugin to execute.

string action_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for actionId.