public interface ActionOutputOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getActionId()
public abstract String getActionId()
ID of the action.
string action_id = 1;
Returns | |
---|---|
Type | Description |
String | The actionId. |
getActionIdBytes()
public abstract ByteString getActionIdBytes()
ID of the action.
string action_id = 1;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ActionOutput.State | The actionState. |
getActionStateValue()
public abstract int getActionStateValue()
State of an action.
.google.cloud.contentwarehouse.v1.ActionOutput.State action_state = 2;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for actionState. |
getOutputMessage()
public abstract String getOutputMessage()
Action execution output message.
string output_message = 3;
Returns | |
---|---|
Type | Description |
String | The outputMessage. |
getOutputMessageBytes()
public abstract ByteString getOutputMessageBytes()
Action execution output message.
string output_message = 3;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for outputMessage. |