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
+33Lines changed: 33 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,16 @@ public final class Execution extends com.google.api.client.json.GenericJson {
85
85
@com.google.api.client.util.Key
86
86
privateErrorerror;
87
87
88
+
/**
89
+
* Optional. Describes the level of the execution history feature to apply to this execution. If
90
+
* not specified, the level of the execution history feature will be determined by its workflow's
91
+
* execution history level. If the value is different from its workflow's value, it will override
92
+
* the workflow's execution history level for this exeuction.
93
+
* The value may be {@code null}.
94
+
*/
95
+
@com.google.api.client.util.Key
96
+
privatejava.lang.StringexecutionHistoryLevel;
97
+
88
98
/**
89
99
* Labels associated with this execution. Labels can contain at most 64 entries. Keys and values
90
100
* can be no longer than 63 characters and can only contain lowercase letters, numeric characters,
@@ -277,6 +287,29 @@ public Execution setError(Error error) {
277
287
returnthis;
278
288
}
279
289
290
+
/**
291
+
* Optional. Describes the level of the execution history feature to apply to this execution. If
292
+
* not specified, the level of the execution history feature will be determined by its workflow's
293
+
* execution history level. If the value is different from its workflow's value, it will override
294
+
* the workflow's execution history level for this exeuction.
0 commit comments