Class ActionOutput (0.7.7)

ActionOutput(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents the result of executing an action.

Attributes

NameDescription
action_id str
ID of the action.
action_state google.cloud.contentwarehouse_v1.types.ActionOutput.State
State of an action.
output_message str
Action execution output message.

Classes

State

State(value)

Represents execution state of the action.

Values: UNKNOWN (0): The unknown state. ACTION_SUCCEEDED (1): State indicating action executed successfully. ACTION_FAILED (2): State indicating action failed. ACTION_TIMED_OUT (3): State indicating action timed out. ACTION_PENDING (4): State indicating action is pending.