We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ebb31 commit ab87375Copy full SHA for ab87375
1 file changed
google/cloud/batch/v1/task.proto
@@ -234,6 +234,12 @@ message Runnable {
234
Barrier barrier = 6;
235
}
236
237
+ // Optional. DisplayName is an optional field that can be provided by the
238
+ // caller. If provided, it will be used in logs and other outputs to identify
239
+ // the script, making it easier for users to understand the logs. If not
240
+ // provided the index of the runnable will be used for outputs.
241
+ string display_name = 10 [(google.api.field_behavior) = OPTIONAL];
242
+
243
// Normally, a non-zero exit status causes the Task to fail. This flag allows
244
// execution of other Runnables to continue instead.
245
bool ignore_exit_status = 3;
0 commit comments