Interface ActionOutputOrBuilder (0.37.0)

public interface ActionOutputOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getActionId()

public abstract String getActionId()

ID of the action.

string action_id = 1;

Returns
TypeDescription
String

The actionId.

getActionIdBytes()

public abstract ByteString getActionIdBytes()

ID of the action.

string action_id = 1;

Returns
TypeDescription
ByteString

The bytes for actionId.

getActionState()

public abstract ActionOutput.State getActionState()

State of an action.

.google.cloud.contentwarehouse.v1.ActionOutput.State action_state = 2;

Returns
TypeDescription
ActionOutput.State

The actionState.

getActionStateValue()

public abstract int getActionStateValue()

State of an action.

.google.cloud.contentwarehouse.v1.ActionOutput.State action_state = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for actionState.

getOutputMessage()

public abstract String getOutputMessage()

Action execution output message.

string output_message = 3;

Returns
TypeDescription
String

The outputMessage.

getOutputMessageBytes()

public abstract ByteString getOutputMessageBytes()

Action execution output message.

string output_message = 3;

Returns
TypeDescription
ByteString

The bytes for outputMessage.