proto_docs/google/cloud/run/v2/condition.rb in google-cloud-run-v2-0.11.0 vs proto_docs/google/cloud/run/v2/condition.rb in google-cloud-run-v2-0.12.0
- old
+ new
@@ -199,9 +199,12 @@
# The execution was cancelled by users.
CANCELLED = 3
# The execution is in the process of being cancelled.
CANCELLING = 4
+
+ # The execution was deleted.
+ DELETED = 5
end
end
end
end
end