You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-workflowexecutions/v1/2.0.0/com/google/api/services/workflowexecutions/v1/model/Execution.java
+51Lines changed: 51 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,21 @@ public final class Execution extends com.google.api.client.json.GenericJson {
48
48
@com.google.api.client.util.Key
49
49
privatejava.lang.StringcallLogLevel;
50
50
51
+
/**
52
+
* Output only. Marks the creation of the execution.
53
+
* The value may be {@code null}.
54
+
*/
55
+
@com.google.api.client.util.Key
56
+
privateStringcreateTime;
57
+
58
+
/**
59
+
* Optional. If set to true, the execution will not be backlogged when the concurrency quota is
60
+
* exhausted. The backlog execution starts when the concurrency quota becomes available.
0 commit comments