Enum Condition.ExecutionReason (0.19.0)

public enum Condition.ExecutionReason extends Enum<Condition.ExecutionReason> implements ProtocolMessageEnum

Reasons specific to Execution resource.

Protobuf enum google.cloud.run.v2.Condition.ExecutionReason

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CANCELLED

The execution was cancelled by users.

CANCELLED = 3;

CANCELLED_VALUE

The execution was cancelled by users.

CANCELLED = 3;

CANCELLING

The execution is in the process of being cancelled.

CANCELLING = 4;

CANCELLING_VALUE

The execution is in the process of being cancelled.

CANCELLING = 4;

EXECUTION_REASON_UNDEFINED

Default value.

EXECUTION_REASON_UNDEFINED = 0;

EXECUTION_REASON_UNDEFINED_VALUE

Default value.

EXECUTION_REASON_UNDEFINED = 0;

JOB_STATUS_SERVICE_POLLING_ERROR

Internal system error getting execution status. System will retry.

JOB_STATUS_SERVICE_POLLING_ERROR = 1;

JOB_STATUS_SERVICE_POLLING_ERROR_VALUE

Internal system error getting execution status. System will retry.

JOB_STATUS_SERVICE_POLLING_ERROR = 1;

NON_ZERO_EXIT_CODE

A task reached its retry limit and the last attempt failed due to the user container exiting with a non-zero exit code.

NON_ZERO_EXIT_CODE = 2;

NON_ZERO_EXIT_CODE_VALUE

A task reached its retry limit and the last attempt failed due to the user container exiting with a non-zero exit code.

NON_ZERO_EXIT_CODE = 2;

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()