Cloud Run V2 API - Module Google::Cloud::Run::V2::ExecutionReference::CompletionStatus (v0.28.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Run V2 API module Google::Cloud::Run::V2::ExecutionReference::CompletionStatus.
Possible execution completion status.
Constants
COMPLETION_STATUS_UNSPECIFIED
value: 0 The default value. This value is used if the state is omitted.
EXECUTION_SUCCEEDED
value: 1 Job execution has succeeded.
EXECUTION_FAILED
value: 2 Job execution has failed.
EXECUTION_RUNNING
value: 3 Job execution is running normally.
EXECUTION_PENDING
value: 4 Waiting for backing resources to be provisioned.
EXECUTION_CANCELLED
value: 5 Job execution has been cancelled by the user.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-04-01 UTC."],[],[]]