proto_docs/google/cloud/run/v2/condition.rb in google-cloud-run-v2-0.3.1 vs proto_docs/google/cloud/run/v2/condition.rb in google-cloud-run-v2-0.4.0

- old
+ new

@@ -189,9 +189,12 @@ JOB_STATUS_SERVICE_POLLING_ERROR = 1 # 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 + + # The execution was cancelled by users. + CANCELLED = 3 end end end end end