Enum ExecutionReference.CompletionStatus (0.75.0)

publicenumExecutionReference.CompletionStatusextendsEnum<ExecutionReference.CompletionStatus>implementsProtocolMessageEnum

Possible execution completion status.

Protobuf enum google.cloud.run.v2.ExecutionReference.CompletionStatus

Implements

ProtocolMessageEnum

Static Fields

Name Description
COMPLETION_STATUS_UNSPECIFIED

The default value. This value is used if the state is omitted.

COMPLETION_STATUS_UNSPECIFIED = 0;

COMPLETION_STATUS_UNSPECIFIED_VALUE

The default value. This value is used if the state is omitted.

COMPLETION_STATUS_UNSPECIFIED = 0;

EXECUTION_CANCELLED

Job execution has been cancelled by the user.

EXECUTION_CANCELLED = 5;

EXECUTION_CANCELLED_VALUE

Job execution has been cancelled by the user.

EXECUTION_CANCELLED = 5;

EXECUTION_FAILED

Job execution has failed.

EXECUTION_FAILED = 2;

EXECUTION_FAILED_VALUE

Job execution has failed.

EXECUTION_FAILED = 2;

EXECUTION_PENDING

Waiting for backing resources to be provisioned.

EXECUTION_PENDING = 4;

EXECUTION_PENDING_VALUE

Waiting for backing resources to be provisioned.

EXECUTION_PENDING = 4;

EXECUTION_RUNNING

Job execution is running normally.

EXECUTION_RUNNING = 3;

EXECUTION_RUNNING_VALUE

Job execution is running normally.

EXECUTION_RUNNING = 3;

EXECUTION_SUCCEEDED

Job execution has succeeded.

EXECUTION_SUCCEEDED = 1;

EXECUTION_SUCCEEDED_VALUE

Job execution has succeeded.

EXECUTION_SUCCEEDED = 1;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.