proto_docs/google/cloud/run/v2/condition.rb in google-cloud-run-v2-0.7.0 vs proto_docs/google/cloud/run/v2/condition.rb in google-cloud-run-v2-0.8.0
- old
+ new
@@ -196,9 +196,12 @@
# user container exiting with a non-zero exit code.
NON_ZERO_EXIT_CODE = 2
# The execution was cancelled by users.
CANCELLED = 3
+
+ # The execution is in the process of being cancelled.
+ CANCELLING = 4
end
end
end
end
end