Enum ActionOutput.State (0.37.0)

public enum ActionOutput.State extends Enum<ActionOutput.State> implements ProtocolMessageEnum

Represents execution state of the action.

Protobuf enum google.cloud.contentwarehouse.v1.ActionOutput.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTION_FAILED

State indicating action failed.

ACTION_FAILED = 2;

ACTION_FAILED_VALUE

State indicating action failed.

ACTION_FAILED = 2;

ACTION_PENDING

State indicating action is pending.

ACTION_PENDING = 4;

ACTION_PENDING_VALUE

State indicating action is pending.

ACTION_PENDING = 4;

ACTION_SUCCEEDED

State indicating action executed successfully.

ACTION_SUCCEEDED = 1;

ACTION_SUCCEEDED_VALUE

State indicating action executed successfully.

ACTION_SUCCEEDED = 1;

ACTION_TIMED_OUT

State indicating action timed out.

ACTION_TIMED_OUT = 3;

ACTION_TIMED_OUT_VALUE

State indicating action timed out.

ACTION_TIMED_OUT = 3;

UNKNOWN

The unknown state.

UNKNOWN = 0;

UNKNOWN_VALUE

The unknown state.

UNKNOWN = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()